Changeset 18978
- Timestamp:
- Aug 8, 2008, 3:14:06 PM (18 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 5 edited
-
recipes/ppImage.config (modified) (1 diff)
-
sdssmosaic/camera.config (modified) (1 diff)
-
sdssmosaic/format.config (modified) (2 diffs)
-
sdssmosaic/ppImage.config (modified) (1 diff)
-
sdssmosaic/psastro.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/ppImage.config
r18897 r18978 1307 1307 END 1308 1308 1309 # For SDSS cameras 1310 PPIMAGE_OA_SOFT METADATA 1311 END 1312 1313 PPIMAGE_OP_SOFT METADATA 1314 END -
trunk/ippconfig/sdssmosaic/camera.config
r18310 r18978 68 68 JPEG_BIN2 STR PPIMAGE_J2 69 69 END 70 # photometry only for pre-detrended images70 # photometry and astrometry for pre-detrended images 71 71 SDSSphotast METADATA 72 72 CHIP STR PPIMAGE_OA_SOFT -
trunk/ippconfig/sdssmosaic/format.config
r18308 r18978 20 20 CHIP.NAME STR CAMCOL # Distinguishes chip name 21 21 CONTENT STR CAMCOL 22 # Is the following line the origin of the weirdly named output files? 22 23 CONTENT.RULE STR {CHIP.NUM} # How to derive the CONTENT when writing 23 24 END … … 98 99 # Default PS concepts that may be specified by value 99 100 DEFAULTS METADATA 100 FPA.INSTRUMENT STR SDSSmosaic 101 # FPA.CAMERA contains the name of the camera according to the config system (i.e. SDSSmosaic) 102 # FPA.INSTRUMENT contains the name of the camera according to the fits headers (i.e. itself) 103 # Normally, this will be in the header keyword INSTRUME but for this one, we override it to 104 # SDSSmosaic to avoid confusion between this and the non-mosaic SDSS configuration. 105 INSTRUME STR SDSSmosaic 106 FPA.INSTRUMENT STR INSTRUME 101 107 # The gain is only roughly correct... 102 108 CELL.GAIN F32 5.0 -
trunk/ippconfig/sdssmosaic/ppImage.config
r18302 r18978 99 99 END 100 100 101 # SDSS Softbias and photometry 102 PPIMAGE_OP_SOFT METADATA 103 BASE.FITS BOOL FALSE # Save base detrended image? 104 BASE.MASK.FITS BOOL FALSE # Save base detrended image? 105 BASE.WEIGHT.FITS BOOL FALSE # Save base detrended image? 106 CHIP.FITS BOOL TRUE # Save chip-mosaic-ed image? 107 CHIP.MASK.FITS BOOL TRUE # Save base detrended image? 108 CHIP.WEIGHT.FITS BOOL TRUE # Save base detrended image? 109 OVERSCAN BOOL TRUE # Overscan subtraction 110 OVERSCAN.CONSTANT BOOL TRUE 111 OVERSCAN.VALUE F32 1000.0 112 BIAS BOOL FALSE # Bias subtraction 113 DARK BOOL FALSE # Dark subtraction 114 SHUTTER BOOL FALSE # Shutter correction 115 FLAT BOOL FALSE # Flat-field normalisation 116 MASK BOOL FALSE # Mask bad pixels 117 # To turn on masking, use the following lines: 118 # MASK BOOL TRUE # Mask bad pixels 119 # MASK.VALUE U8 1 # Bad-pixel value in my SDSS masks (see IPPwiki/stripe82) 120 FRINGE BOOL FALSE # Fringe subtraction 121 BIN1.FITS BOOL TRUE # Save 1st binned chip image? 122 BIN2.FITS BOOL TRUE # Save 2nd binned chip image? 123 BIN1.JPEG BOOL TRUE # Save 1st binned jpeg? 124 BIN2.JPEG BOOL TRUE # Save 2nd binned jpeg? 125 PHOTOM BOOL TRUE # Source identification and photometry 126 ASTROM.CHIP BOOL FALSE # Astrometry per chip? 127 ASTROM.MOSAIC BOOL FALSE # Astrometry for mosaic? 128 END 129 130 # SDSS Softbias, photometry, astrometry 131 PPIMAGE_OA_SOFT METADATA 132 BASE.FITS BOOL FALSE # Save base detrended image? 133 BASE.MASK.FITS BOOL FALSE # Save base detrended image? 134 BASE.WEIGHT.FITS BOOL FALSE # Save base detrended image? 135 CHIP.FITS BOOL TRUE # Save chip-mosaic-ed image? 136 CHIP.MASK.FITS BOOL TRUE # Save base detrended image? 137 CHIP.WEIGHT.FITS BOOL TRUE # Save base detrended image? 138 OVERSCAN BOOL TRUE # Overscan subtraction 139 OVERSCAN.CONSTANT BOOL TRUE 140 OVERSCAN.VALUE F32 1000.0 141 BIAS BOOL FALSE # Bias subtraction 142 DARK BOOL FALSE # Dark subtraction 143 SHUTTER BOOL FALSE # Shutter correction 144 FLAT BOOL FALSE # Flat-field normalisation 145 MASK BOOL FALSE # Mask bad pixels 146 # To turn on masking, use the following lines: 147 # MASK BOOL TRUE # Mask bad pixels 148 # MASK.VALUE U8 1 # Bad-pixel value in my SDSS masks (see IPPwiki/stripe82) 149 FRINGE BOOL FALSE # Fringe subtraction 150 BIN1.FITS BOOL TRUE # Save 1st binned chip image? 151 BIN2.FITS BOOL TRUE # Save 2nd binned chip image? 152 BIN1.JPEG BOOL TRUE # Save 1st binned jpeg? 153 BIN2.JPEG BOOL TRUE # Save 2nd binned jpeg? 154 PHOTOM BOOL TRUE # Source identification and photometry 155 ASTROM.CHIP BOOL TRUE # Astrometry per chip? 156 ASTROM.MOSAIC BOOL FALSE # Astrometry for mosaic? 157 END -
trunk/ippconfig/sdssmosaic/psastro.config
r18303 r18978 67 67 PSASTRO.ANGLE.TOLERANCE F32 1.0 68 68 69 PSASTRO.CATDIR STR /IPP/ippRefs/catdir.2mass 69 # now use PSASTRO.CATDIR, it seems - and probably should only use it 70 # once anyway - used to have both synth.grizy and 2mass listed here... 71 # 2MASS is a symbolic name that needs to be defined in site.config 72 # in the PSASTRO.CATDIRS METADATA section. SYNTH.GRIZY is currently 73 # the other option. 74 PSASTRO.CATDIR STR 2MASS 70 75 71 76 # Mosaic Astrometry options
Note:
See TracChangeset
for help on using the changeset viewer.
