Skip to content
Snippets Groups Projects
Commit 4a9d3163 authored by vertighel's avatar vertighel
Browse files

Modified opc.ini

parent 96deb313
No related branches found
No related tags found
No related merge requests found
Pipeline #28531 passed with warnings
......@@ -218,6 +218,7 @@ class Noche:
log.warning(f"{k:<8} (Pre): from {x} to {self.header[k]}")
except Exception as e:
log.error(f"Failed to evaluate PreFormula for {k}: {e}")
# # Apply Mapping
# loc = config["Mapping"]
# for k in loc.keys():
......
......@@ -9,7 +9,7 @@ INSTRUME = OPC Instrument # Instrument name
OBSTYPE = Imaging # Observation type
DETECTOR = Moravian G4 - KAF09000 # Detector identifier
DETSIZE = [1:4144,1:4126] # [px] [1:x,1:y] Physical CCD dimensions
DETROT = +0.0 # [deg] Rotation offset of the detector
DETROT = 90.0 # [deg] Rotation offset of the detector
XPIXSZ = 12 # [um] Pixel X axis size
YPIXSZ = 12 # [um] Pixel Y axis size
PIXSCALE = 0.38 # [arcsec/px] Plate scale in binning 1
......@@ -21,8 +21,8 @@ NAXIS1 = NAXIS1 # [px] X Dimensions of detector
NAXIS2 = NAXIS2 # [px] Y dimension of detector
# OBSERVER = # Observer name
OBJECT = OBJECT # Name of observed object
RA = OBJCTRA # In sexagesimal or decimal format
DEC = OBJCTDEC # In sexagesimal or decimal format
RA = RAOBJ2k # In sexagesimal or decimal format
DEC = DECOBJ2K # In sexagesimal or decimal format
DATE-OBS = DATE-OBS # [YYYY-MM-DDTHH:MM:SS] UTC observation date
FOCUSTEM = FOCUSTEM # [C] Focuser temperature
FOCUSPOS = FOCUSPOS # [um] Focuser position
......@@ -38,6 +38,9 @@ SWCREATE = SWCREATE # Software that created FILEORIG
PIERSIDE = PIERSIDE # Side of the camera wrt pier, if any
[Formula]
#RA = (x)/15
[Tweak]
CDELT1 = -1*x
CRPIX1 = x-550
CRPIX2 = x-500
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment