Changeset 15550
- Timestamp:
- Nov 9, 2007, 2:42:28 PM (19 years ago)
- Location:
- trunk/ippconfig/cfh12k
- Files:
-
- 5 edited
-
camera.config (modified) (1 diff)
-
format_mef.config (modified) (3 diffs)
-
format_mef_early.config (modified) (2 diffs)
-
format_split.config (modified) (4 diffs)
-
format_split_early.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/cfh12k/camera.config
r15544 r15550 3 3 # File formats that we know about 4 4 FORMATS METADATA 5 EARLY STR cfh12k/format_mef_early.config6 ESPLIT STR cfh12k/format_split_early.config5 # EARLY STR cfh12k/format_mef_early.config 6 # ESPLIT STR cfh12k/format_split_early.config 7 7 MEF STR cfh12k/format_mef.config 8 8 SPLIT STR cfh12k/format_split.config -
trunk/ippconfig/cfh12k/format_mef.config
r15144 r15550 15 15 EXTENSIONS STR CHIP # The extensions represent chips 16 16 FPA.NAME STR EXPNUM # A PHU keyword for unique identifier 17 CHIP.NAME STR EXTNAME # An extension keyword for unique identifie 18 EXTWORD STR EXTNAME 19 # change this to CONTENT? 17 CHIP.NAME STR IMAGEID # An extension keyword for unique identifie 18 EXTWORD STR IMAGEID 20 19 END 21 20 … … 23 22 CONTENTS METADATA 24 23 # Extension name, chip name:component cell 25 chip00 STR ccd00:MIT-LL26 chip01 STR ccd01:MIT-LL27 chip02 STR ccd02:MIT-LL28 chip03 STR ccd03:MIT-LL29 chip04 STR ccd04:MIT-LL30 chip05 STR ccd05:MIT-LL31 chip06 STR ccd06:MIT-LL32 chip07 STR ccd07:MIT-LL33 chip08 STR ccd08:MIT-LL34 chip09 STR ccd09:MIT-LL35 chip10 STR ccd10:MIT-LL36 chip11 STR ccd11:MIT-LL24 0 STR ccd00:MIT-LL 25 1 STR ccd01:MIT-LL 26 2 STR ccd02:MIT-LL 27 3 STR ccd03:MIT-LL 28 4 STR ccd04:MIT-LL 29 5 STR ccd05:MIT-LL 30 6 STR ccd06:MIT-LL 31 7 STR ccd07:MIT-LL 32 8 STR ccd08:MIT-LL 33 9 STR ccd09:MIT-LL 34 10 STR ccd10:MIT-LL 35 11 STR ccd11:MIT-LL 37 36 END 38 37 … … 56 55 # How to translate PS concepts into FITS headers 57 56 TRANSLATION METADATA 58 FPA.AIRMASS STR AIRMASS59 57 FPA.OBSTYPE STR OBSTYPE 60 58 FPA.OBJECT STR OBJECT 59 FPA.AIRMASS STR AIRMASS 61 60 FPA.FILTERID STR FILTER 62 61 FPA.FILTER STR FILTER -
trunk/ippconfig/cfh12k/format_mef_early.config
r15114 r15550 8 8 INSTRUME STR CFH12K Mosaic 9 9 EXTEND BOOL T 10 IMAGESWV MULTI11 IMAGESWV STR CFHT DetCom v3.25 (Jun 13 2001)12 IMAGESWV STR CFHT DetCom v3.28 (Jul 11 2001)13 IMAGESWV STR CFHT DetCom v3.35 (May 01 2002)10 # IMAGESWV MULTI 11 # IMAGESWV STR CFHT DetCom v3.25 (Jun 13 2001) 12 # IMAGESWV STR CFHT DetCom v3.28 (Jul 11 2001) 13 # IMAGESWV STR CFHT DetCom v3.35 (May 01 2002) 14 14 END 15 15 … … 169 169 END 170 170 171 # fits CFHT 12kcom v2 2 (Sep 28 1999) 172 # fits CFHT 12kcom v2 6 (Dec 01 1999) 173 # fits CFHT DetCom v3 1 (Oct 19 2000) 174 # fits CFHT DetCom v3 2 (Dec 23 2000) 175 # fits CFHT DetCom v3 22 (Apr 12 2001) 176 # fits CFHT DetCom v3 25 (Jun 13 2001) 177 # fits CFHT DetCom v3 32 (Oct 20 2001) 178 # fits CFHT DetCom v3 33 (Dec 09 2001) 179 # fits CFHT DetCom v3 35 (Jan 07 2002) 180 # fits CFHT DetCom v3 35 (Mar 09 2002) 181 # fits CFHT DetCom v3 35 (May 01 2002) 182 # fits CFHT DetCom v3 7 (Jun 29 2000) 183 # fits CFHT DetCom v3 8 (Aug 02 2000) 184 # fits CFHT DetCom v3 9 (Sep 15 2000) -
trunk/ippconfig/cfh12k/format_split.config
r15144 r15550 12 12 FILE METADATA 13 13 # How to read this data 14 PHU STR CHIP # The FITS file represents an entire FPA 15 EXTENSIONS STR NONE # The extensions represent chips 16 FPA.NAME STR EXPNUM # A PHU keyword for unique identifier 17 CONTENT STR IMAGEID # Key to the CONTENTS menu 14 PHU STR CHIP # The FITS file represents an entire FPA 15 EXTENSIONS STR NONE # The extensions represent chips 16 FPA.NAME STR EXPNUM # A PHU keyword for unique identifier 17 CHIP.NAME STR IMAGEID # An extension keyword for unique identifie 18 EXTWORD STR IMAGEID 19 CONTENT STR IMAGEID # Key to the CONTENTS menu 18 20 CONTENT.RULE STR {CHIP.N} # How to derive the CONTENT when writing 19 EXTWORD STR EXTNAME20 21 END 21 22 … … 58 59 # How to translate PS concepts into FITS headers 59 60 TRANSLATION METADATA 61 FPA.OBSTYPE STR OBSTYPE 62 FPA.OBJECT STR OBSTYPE 60 63 FPA.AIRMASS STR AIRMASS 64 FPA.FILTERID STR FILTER 61 65 FPA.FILTER STR FILTER 62 66 FPA.POSANGLE STR ROTANGLE … … 64 68 FPA.DEC STR DEC 65 69 FPA.RADECSYS STR RADECSYS 66 FPA.OBSTYPE STR OBSTYPE67 FPA.OBJECT STR OBSTYPE68 70 FPA.FOCUS STR TELFOCUS 69 71 FPA.TIME STR MJD-OBS … … 92 94 CELL.XSIZE S32 2048 93 95 CELL.YSIZE S32 4096 96 CELL.READNOISE F32 10.0 94 97 CELL.READDIR S32 1 # Cell is read in x direction 95 98 CELL.BAD S32 0 -
trunk/ippconfig/cfh12k/format_split_early.config
r15114 r15550 63 63 # How to translate PS concepts into FITS headers 64 64 TRANSLATION METADATA 65 FPA.AIRMASS STR AIRMASS66 65 FPA.OBSTYPE STR OBSTYPE 67 66 FPA.OBJECT STR OBSTYPE 67 FPA.AIRMASS STR AIRMASS 68 68 FPA.FILTERID STR FILTER 69 69 FPA.FILTER STR FILTER
Note:
See TracChangeset
for help on using the changeset viewer.
