Changeset 8897
- Timestamp:
- Sep 22, 2006, 3:44:28 PM (20 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 2 edited
-
mcshort_chip/camera.config (modified) (2 diffs)
-
mcshort_fpa/camera.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/mcshort_chip/camera.config
r8894 r8897 80 80 RECIPES METADATA 81 81 # Recipes for ppImage 82 PPIMAGE STR m cshort/ppImage.config # Default: all (normal) options on83 PPIMAGE_O STR m cshort/ppImage_o.config # Overscan only84 PPIMAGE_OB STR m cshort/ppImage_ob.config # Overscan, bias only85 PPIMAGE_OBD STR m cshort/ppImage_obd.config # Overscan, bias, dark only86 PPIMAGE_OBDF STR m cshort/ppImage_obdf.config # Overscan, bias, dark, flat only87 PPIMAGE_B STR m cshort/ppImage_b.config # Bias only88 PPIMAGE_D STR m cshort/ppImage_d.config # Dark only89 PPIMAGE_F STR m cshort/ppImage_f.config # Flat only90 PPIMAGE_J STR m cshort/ppImage_j.config # JPEG only82 PPIMAGE STR megacam/ppImage.config # Default: all (normal) options on 83 PPIMAGE_O STR megacam/ppImage_o.config # Overscan only 84 PPIMAGE_OB STR megacam/ppImage_ob.config # Overscan, bias only 85 PPIMAGE_OBD STR megacam/ppImage_obd.config # Overscan, bias, dark only 86 PPIMAGE_OBDF STR megacam/ppImage_obdf.config # Overscan, bias, dark, flat only 87 PPIMAGE_B STR megacam/ppImage_b.config # Bias only 88 PPIMAGE_D STR megacam/ppImage_d.config # Dark only 89 PPIMAGE_F STR megacam/ppImage_f.config # Flat only 90 PPIMAGE_J STR megacam/ppImage_j.config # JPEG only 91 91 92 92 # Recipes for ppMerge 93 PPMERGE_BIAS STR mcshort/ppMerge_bias.config 93 PPMERGE STR ppMerge_template.config # ppMerge recipe 94 PPMERGE_BIAS STR megacam/ppMerge_bias.config 95 PPMERGE_DARK STR megacam/ppMerge_dark.config 96 PPMERGE_FLAT STR megacam/ppMerge_flat.config 97 94 98 # Other recipes 95 PPMERGE STR ppMerge_template.config # ppMerge recipe 96 PSPHOT STR mcshort/psphot.config # psphot details 97 PSASTRO STR mcshort/psastro.config # psastro details 98 PPSTATS STR mcshort/ppStats.config # ppStats recipe 99 PPSTATS_PHASE0 STR mcshort/ppStats_phase0.config # ppStats recipe for phase 0 99 PSPHOT STR megacam/psphot.config # psphot details 100 PSASTRO STR megacam/psastro.config # psastro details 101 PPSTATS STR megacam/ppStats.config # ppStats recipe 102 PPSTATS_PHASE0 STR megacam/ppStats_phase0.config # ppStats recipe for phase 0 100 103 END 101 104 … … 113 116 ### use these entries to get the detrend images from specific files 114 117 PPIMAGE.MASK INPUT mask.mef.fits {CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE 115 PPIMAGE.BIAS INPUT bias_ mc_1_0.{CHIP.NAME}.fit{CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE116 PPIMAGE.DARK INPUT dark_ mc_1_0.{CHIP.NAME}.fit{CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE117 PPIMAGE.FLAT INPUT flat_ mc_1_0.{CHIP.NAME}.fit{CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE118 PPIMAGE.BIAS INPUT bias_{CHIP.NAME}_1_0.fit {CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE 119 PPIMAGE.DARK INPUT dark_{CHIP.NAME}_2_0.fit {CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE 120 PPIMAGE.FLAT INPUT flat_{CHIP.NAME}_3_0.fit {CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE 118 121 119 122 ### use these entries to get the detrend images from the database -
trunk/ippconfig/mcshort_fpa/camera.config
r8894 r8897 16 16 RECIPES METADATA 17 17 # Recipes for ppImage 18 PPIMAGE STR m cshort/ppImage.config # Default: all (normal) options on19 PPIMAGE_O STR m cshort/ppImage_o.config # Overscan only20 PPIMAGE_OB STR m cshort/ppImage_ob.config # Overscan, bias only21 PPIMAGE_OBD STR m cshort/ppImage_obd.config # Overscan, bias, dark only22 PPIMAGE_OBDF STR m cshort/ppImage_obdf.config # Overscan, bias, dark, flat only23 PPIMAGE_B STR m cshort/ppImage_b.config # Bias only24 PPIMAGE_D STR m cshort/ppImage_d.config # Dark only25 PPIMAGE_F STR m cshort/ppImage_f.config # Flat only26 PPIMAGE_J STR m cshort/ppImage_j.config # JPEG only18 PPIMAGE STR megacam/ppImage.config # Default: all (normal) options on 19 PPIMAGE_O STR megacam/ppImage_o.config # Overscan only 20 PPIMAGE_OB STR megacam/ppImage_ob.config # Overscan, bias only 21 PPIMAGE_OBD STR megacam/ppImage_obd.config # Overscan, bias, dark only 22 PPIMAGE_OBDF STR megacam/ppImage_obdf.config # Overscan, bias, dark, flat only 23 PPIMAGE_B STR megacam/ppImage_b.config # Bias only 24 PPIMAGE_D STR megacam/ppImage_d.config # Dark only 25 PPIMAGE_F STR megacam/ppImage_f.config # Flat only 26 PPIMAGE_J STR megacam/ppImage_j.config # JPEG only 27 27 28 28 # Recipes for ppMerge 29 PPMERGE_BIAS STR mcshort/ppMerge_bias.config 29 PPMERGE STR ppMerge_template.config # ppMerge recipe 30 PPMERGE_BIAS STR megacam/ppMerge_bias.config 31 PPMERGE_DARK STR megacam/ppMerge_dark.config 32 PPMERGE_FLAT STR megacam/ppMerge_flat.config 33 30 34 # Other recipes 31 PPMERGE STR ppMerge_template.config # ppMerge recipe 32 PSPHOT STR mcshort/psphot.config # psphot details 33 PSASTRO STR mcshort/psastro.config # psastro details 34 PPSTATS STR mcshort/ppStats.config # ppStats recipe 35 PPSTATS_PHASE0 STR mcshort/ppStats_phase0.config # ppStats recipe for phase 0 35 PSPHOT STR megacam/psphot.config # psphot details 36 PSASTRO STR megacam/psastro.config # psastro details 37 PPSTATS STR megacam/ppStats.config # ppStats recipe 38 PPSTATS_PHASE0 STR megacam/ppStats_phase0.config # ppStats recipe for phase 0 36 39 END 37 40 … … 49 52 ### use these entries to get the detrend images from specific files 50 53 PPIMAGE.MASK INPUT mask.mef.fits {CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE 51 PPIMAGE.BIAS INPUT bias_ mc_1_0.{CHIP.NAME}.fit{CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE52 PPIMAGE.DARK INPUT dark_ mc_1_0.{CHIP.NAME}.fit{CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE53 PPIMAGE.FLAT INPUT flat_ mc_1_0.{CHIP.NAME}.fit{CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE54 PPIMAGE.BIAS INPUT bias_{CHIP.NAME}_1_0.fit {CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE 55 PPIMAGE.DARK INPUT dark_{CHIP.NAME}_2_0.fit {CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE 56 PPIMAGE.FLAT INPUT flat_{CHIP.NAME}_3_0.fit {CHIP.NAME} {CHIP.NAME} NONE CHIP IMAGE 54 57 55 58 ### use these entries to get the detrend images from the database
Note:
See TracChangeset
for help on using the changeset viewer.
