Commit a20aaed3 authored by vertighel's avatar vertighel
Browse files

Added opc2.ini for the new header that has RA (deg) instead of RAOBJ2K (hours)

parent c6aee73b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ FOCALLEN = 1520 # [mm] Telescope focal length
OBS-LONG = 14.020563              # [deg] Observatory longitude (East > 0)  
OBS-LAT =  37.9391183             # [deg] Observatory latitude (North > 0)  
OBS-ELEV = 606                    # [m] Observatory altitude above sea level
INSTRUME = GRT instrument         # Instrument name. UNIQUE AMONG OBSERVATORIES
INSTRUME = grt                    # Instrument name. UNIQUE AMONG OBSERVATORIES
OBSTYPE = Imaging                 # Observation type: Imaging, Spectroscopy, Echelle
DETECTOR = Moravian CMOS C4-16000 # Detector identifier
DETSIZE = [1:4096,1:4096]         # [px] [1:x,1:y] Physical CCD dimensions
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ RDNOISE = # [e- RMS] Readout noise
[Mapping]
OBSERVER = OBSERVER               # Observer name
OBJECT   = OBJECT                 # Name of observed object
RA = RAOBJ2k                      # 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
+44 −0
Original line number Diff line number Diff line
[Fixed]
TELESCOP = OPC                    # Telescope name
APTDIA = 800                      # [mm] Telescope aperture diameter
FOCALLEN = 6400                   # [mm] Telescope focal length
OBS-LONG = 11.2430135             # [deg] Observatory longitude (East > 0)  
OBS-LAT = 43.5235203              # [deg] Observatory latitude (North > 0)  
OBS-ELEV = 450                    # [m] Observatory altitude above sea level
INSTRUME = opc                    # Instrument name. UNIQUE AMONG OBSERVATORIES
OBSTYPE = Imaging                 # Observation type: Imaging, Spectroscopy, Echelle
DETECTOR = Moravian G4 - KAF09000 # Detector identifier
DETSIZE = [1:4144,1:4126]         # [px] [1:x,1:y] Physical CCD dimensions
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
GAIN =                            # [e-/ADU] Gain
RDNOISE =                         # [e- RMS] Readout noise

[Mapping]
OBSERVER = OBSERVER               # Observer name
OBJECT   = OBJECT                 # Name of observed object
RA = RA                           # In sexagesimal or decimal format
DEC = DEC                         # 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
SET-TEMP = SET-TEMP               # [C] CCD temperature set point
CCD-TEMP = CCD-TEMP               # [C] CCD temperature
IMAGETYP = IMAGETYP               # Frame type
FILTER = FILTER                   # Photometric filter. NO SINGLE QUOTE ALLOWED
EXPTIME = EXPTIME                 # [s] Exposure time
XBINNING = XBINNING               # Binning factor in X
YBINNING = YBINNING               # Binning factor in Y
TEMPERAT =                        # [C] Ambient temperature
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
+1 −1

File changed.

Contains only whitespace changes.