Loading noche/gui.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from watchdog.observers import Observer from noche import Noche from noche.daemon import convert_single_file, FitsFileHandler # SUPPORTED_OBS = ["abobservatory", "ogg", "grt", "opc", "oarpaf", "ossfoligno"] # SUPPORTED_OBS = ["abobservatory", "ogg", "grt", "opc", "oarpaf"] SUPPORTED_OBS = Noche().noctis_observatories class ConversionWorker(QtCore.QObject): Loading noche/observatories/abobservatory.ini +3 −3 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ FOCALLEN = 1170 # [mm] Telescope focal length OBS-LONG = 15.979517 # [deg] Observatory longitude (East > 0) OBS-LAT = 38.455750 # [deg] Observatory latitude (North > 0) OBS-ELEV = 70 # [m] Observatory altitude above sea level INSTRUME = ABOb instrument # Instrument name OBSTYPE = Imaging # Observation type INSTRUME = ABOb instrument # Instrument name. UNIQUE AMONG OBSERVATORIES OBSTYPE = Imaging # Observation type: Imaging, Spectroscopy, Echelle DETECTOR = Atik 383 L # Detector identifier DETSIZE = [1:3354,1:2529] # [px] [1:x,1:y] Physical CCD dimensions DETROT = 180.0 # [deg] Rotation offset of the detector Loading @@ -27,7 +27,7 @@ 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 used 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 Loading noche/observatories/grt.ini +3 −3 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ 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 OBSTYPE = Imaging # Observation type INSTRUME = GRT instrument # 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 DETROT = +5.0 # [deg] Rotation offset of the detector Loading @@ -27,7 +27,7 @@ FOCUSPOS = FOCPOS # [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 used 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 Loading noche/observatories/oarpaf.ini +3 −3 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ FOCALLEN = 6400 # [mm] Telescope focal length OBS-LONG = 9.2034 # [deg] Observatory longitude (East > 0) OBS-LAT = 44.5912 # [deg] Observatory latitude (North > 0) OBS-ELEV = 1469 # [m] Observatory altitude above sea level INSTRUME = Cerbero # Instrument name OBSTYPE = Imaging # Observation type INSTRUME = Cerbero # Instrument name. UNIQUE AMONG OBSERVATORIES OBSTYPE = Imaging # Observation type: Imaging, Spectroscopy, Echelle DETECTOR = SBIG STX-16081 # Detector identifier DETSIZE = [1:4144,1:4126] # [px] [1:x,1:y] Physical CCD dimensions DETROT = -89.67 # [deg] Rotation offset of the detector Loading @@ -27,7 +27,7 @@ FOCUSPOS = TELFOCUS # [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 used 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 Loading noche/observatories/oasdg.ini +3 −3 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ FOCALLEN = 1950 # [mm] Telescope focal length OBS-LONG = 14.5639669 # [deg] Observatory longitude (East > 0) OBS-LAT = 40.6239113 # [deg] Observatory latitude (North > 0) OBS-ELEV = 647 # [m] Observatory altitude above sea level INSTRUME = Agerola instrument # Instrument name OBSTYPE = Imaging # Observation type INSTRUME = Agerola instrument # Instrument name. UNIQUE AMONG OBSERVATORIES OBSTYPE = Imaging # Observation type: Imaging, Spectroscopy, Echelle DETECTOR = QHY174MM # Detector identifier DETSIZE = [1:1900,1:1200] # [px] [1:x,1:y] Physical CCD dimensions DETROT = 0.0 # [deg] Rotation offset of the detector Loading @@ -27,7 +27,7 @@ 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 used 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 Loading Loading
noche/gui.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from watchdog.observers import Observer from noche import Noche from noche.daemon import convert_single_file, FitsFileHandler # SUPPORTED_OBS = ["abobservatory", "ogg", "grt", "opc", "oarpaf", "ossfoligno"] # SUPPORTED_OBS = ["abobservatory", "ogg", "grt", "opc", "oarpaf"] SUPPORTED_OBS = Noche().noctis_observatories class ConversionWorker(QtCore.QObject): Loading
noche/observatories/abobservatory.ini +3 −3 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ FOCALLEN = 1170 # [mm] Telescope focal length OBS-LONG = 15.979517 # [deg] Observatory longitude (East > 0) OBS-LAT = 38.455750 # [deg] Observatory latitude (North > 0) OBS-ELEV = 70 # [m] Observatory altitude above sea level INSTRUME = ABOb instrument # Instrument name OBSTYPE = Imaging # Observation type INSTRUME = ABOb instrument # Instrument name. UNIQUE AMONG OBSERVATORIES OBSTYPE = Imaging # Observation type: Imaging, Spectroscopy, Echelle DETECTOR = Atik 383 L # Detector identifier DETSIZE = [1:3354,1:2529] # [px] [1:x,1:y] Physical CCD dimensions DETROT = 180.0 # [deg] Rotation offset of the detector Loading @@ -27,7 +27,7 @@ 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 used 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 Loading
noche/observatories/grt.ini +3 −3 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ 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 OBSTYPE = Imaging # Observation type INSTRUME = GRT instrument # 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 DETROT = +5.0 # [deg] Rotation offset of the detector Loading @@ -27,7 +27,7 @@ FOCUSPOS = FOCPOS # [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 used 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 Loading
noche/observatories/oarpaf.ini +3 −3 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ FOCALLEN = 6400 # [mm] Telescope focal length OBS-LONG = 9.2034 # [deg] Observatory longitude (East > 0) OBS-LAT = 44.5912 # [deg] Observatory latitude (North > 0) OBS-ELEV = 1469 # [m] Observatory altitude above sea level INSTRUME = Cerbero # Instrument name OBSTYPE = Imaging # Observation type INSTRUME = Cerbero # Instrument name. UNIQUE AMONG OBSERVATORIES OBSTYPE = Imaging # Observation type: Imaging, Spectroscopy, Echelle DETECTOR = SBIG STX-16081 # Detector identifier DETSIZE = [1:4144,1:4126] # [px] [1:x,1:y] Physical CCD dimensions DETROT = -89.67 # [deg] Rotation offset of the detector Loading @@ -27,7 +27,7 @@ FOCUSPOS = TELFOCUS # [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 used 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 Loading
noche/observatories/oasdg.ini +3 −3 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ FOCALLEN = 1950 # [mm] Telescope focal length OBS-LONG = 14.5639669 # [deg] Observatory longitude (East > 0) OBS-LAT = 40.6239113 # [deg] Observatory latitude (North > 0) OBS-ELEV = 647 # [m] Observatory altitude above sea level INSTRUME = Agerola instrument # Instrument name OBSTYPE = Imaging # Observation type INSTRUME = Agerola instrument # Instrument name. UNIQUE AMONG OBSERVATORIES OBSTYPE = Imaging # Observation type: Imaging, Spectroscopy, Echelle DETECTOR = QHY174MM # Detector identifier DETSIZE = [1:1900,1:1200] # [px] [1:x,1:y] Physical CCD dimensions DETROT = 0.0 # [deg] Rotation offset of the detector Loading @@ -27,7 +27,7 @@ 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 used 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 Loading