Changeset 13054
- Timestamp:
- Apr 26, 2007, 5:09:41 PM (19 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 6 edited
-
recipes/ppSim.config (modified) (1 diff)
-
simmosaic/Makefile.am (modified) (1 diff)
-
simtest/camera.config (modified) (3 diffs)
-
simtest/format.config (modified) (2 diffs)
-
simtest/ppImage.config (modified) (9 diffs)
-
simtest/psastro.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/ppSim.config
r12929 r13054 10 10 SKY.RATE F32 10.0 # Sky illumination rate (e/s) 11 11 STARS.LUM F32 -1.5 # Stellar luminosity function slope 12 STARS.MAG F32 1 5.0 # Brightest magnitude for fake stars13 STARS.DENSITY F32 2.0 # Stellar density (per square degree) at the brightest magnitude12 STARS.MAG F32 13.0 # Brightest magnitude for fake stars 13 STARS.DENSITY F32 1.0 # Stellar density (per square degree) at the brightest magnitude 14 14 15 15 ### The following options are used if not defined by the concepts (e.g., usually read from headers) -
trunk/ippconfig/simmosaic/Makefile.am
r13021 r13054 4 4 install_files = \ 5 5 camera.config \ 6 format_chip_cell.config \ 7 format_chip_none.config \ 6 format_split.config \ 8 7 ppImage.config \ 9 8 psastro.config \ -
trunk/ippconfig/simtest/camera.config
r12911 r13054 43 43 PPIMAGE STR simtest/ppImage.config # Default: all (normal) options on 44 44 PSPHOT STR simtest/psphot.config # psphot details 45 PSASTRO STR simmosaic/psastro.config # psastro details 45 46 END 46 47 … … 52 53 BIAS LIMITS * 0 1 20 0.5 20 0 3 20 0 0 0 0.5 53 54 DARK LIMITS * 0 1 0 0.5 0 0 3 20 0 0 0 0.5 54 SHUTTER LIMITS * 0 0 0 0 0 0 0 0 0 0 0 20.055 SHUTTER LIMITS * 0 0 0 0 0 0 0 0 0 0 0 0 55 56 FLAT LIMITS * 0 0 0 0 0 0 0 0 3 0 0 0 56 57 # FLAT LIMITS u 0 0 0 0 0 0 0 0 3 0 0 0 … … 151 152 # user can set the colormap, scaling method, scaling range (JPEG only) 152 153 # user can set the extension name for the data and header segments (CMF only) 154 155 EXTNAME.RULES METADATA 156 CMF.HEAD STR {CHIP.NAME}.hdr 157 CMF.DATA STR {CHIP.NAME}.psf # use .PSF and .EXT? 158 END 159 -
trunk/ippconfig/simtest/format.config
r12911 r13054 44 44 CELL.DARKTIME STR DARKTIME 45 45 CELL.TIME STR DATE-OBS UTC-OBS # Date and time 46 CELL.XBIN STR XBIN 47 CELL.YBIN STR YBIN 46 48 END 47 49 … … 62 64 CELL.XSIZE S32 2048 63 65 CELL.YSIZE S32 2048 64 CELL.XBIN S32 165 CELL.YBIN S32 166 66 CELL.GAIN F32 1.0 67 67 CELL.READNOISE F32 10.0 -
trunk/ippconfig/simtest/ppImage.config
r12367 r13054 16 16 OVERSCAN.SINGLE BOOL FALSE # Reduce overscan to a single value? 17 17 OVERSCAN.FIT STR POLYNOMIAL # NONE | POLYNOMIAL | SPLINE 18 OVERSCAN.ORDER S32 3# Order of polynomial fit18 OVERSCAN.ORDER S32 7 # Order of polynomial fit 19 19 OVERSCAN.STAT STR MEAN # MEAN | MEDIAN 20 20 … … 43 43 # Overscan subtraction only 44 44 PPIMAGE_O METADATA 45 OVERSCAN BOOL FALSE# Overscan subtraction45 OVERSCAN BOOL TRUE # Overscan subtraction 46 46 BIAS BOOL FALSE # Bias subtraction 47 47 DARK BOOL FALSE # Dark subtraction … … 85 85 # Overscan, bias, dark 86 86 PPIMAGE_OBD METADATA 87 OVERSCAN BOOL FALSE# Overscan subtraction87 OVERSCAN BOOL TRUE # Overscan subtraction 88 88 BIAS BOOL TRUE # Bias subtraction 89 89 DARK BOOL TRUE # Dark subtraction … … 99 99 # Overscan, bias, dark, shutter 100 100 PPIMAGE_OBDS METADATA 101 OVERSCAN BOOL FALSE# Overscan subtraction101 OVERSCAN BOOL TRUE # Overscan subtraction 102 102 BIAS BOOL TRUE # Bias subtraction 103 103 DARK BOOL TRUE # Dark subtraction … … 113 113 # Overscan, bias, dark, shutter, flat-field 114 114 PPIMAGE_OBDSF METADATA 115 OVERSCAN BOOL FALSE# Overscan subtraction115 OVERSCAN BOOL TRUE # Overscan subtraction 116 116 BIAS BOOL TRUE # Bias subtraction 117 117 DARK BOOL TRUE # Dark subtraction … … 127 127 # Overscan, bias, dark, shutter, flat-field, fringe 128 128 PPIMAGE_OBDSFR METADATA 129 OVERSCAN BOOL FALSE# Overscan subtraction129 OVERSCAN BOOL TRUE # Overscan subtraction 130 130 BIAS BOOL TRUE # Bias subtraction 131 131 DARK BOOL TRUE # Dark subtraction … … 141 141 # Overscan, bias, dark, shutter, flat-field, fringe, photom 142 142 PPIMAGE_OBDSFRP METADATA 143 OVERSCAN BOOL FALSE# Overscan subtraction143 OVERSCAN BOOL TRUE # Overscan subtraction 144 144 BIAS BOOL TRUE # Bias subtraction 145 145 DARK BOOL TRUE # Dark subtraction … … 148 148 MASK BOOL FALSE # Mask bad pixels 149 149 FRINGE BOOL FALSE # Fringe subtraction 150 PHOTOM BOOL FALSE # Source identification and photometry151 ASTROM.CHIP BOOL FALSE# Astrometry per chip?150 PHOTOM BOOL TRUE # Source identification and photometry 151 ASTROM.CHIP BOOL TRUE # Astrometry per chip? 152 152 ASTROM.MOSAIC BOOL FALSE # Astrometry for mosaic? 153 153 END … … 162 162 MASK BOOL FALSE # Mask bad pixels 163 163 FRINGE BOOL FALSE # Fringe subtraction 164 PHOTOM BOOL FALSE # Source identification and photometry165 ASTROM.CHIP BOOL FALSE# Astrometry per chip?164 PHOTOM BOOL TRUE # Source identification and photometry 165 ASTROM.CHIP BOOL TRUE # Astrometry per chip? 166 166 ASTROM.MOSAIC BOOL FALSE # Astrometry for mosaic? 167 167 END -
trunk/ippconfig/simtest/psastro.config
r12140 r13054 1 2 # astrometry matching parameters 3 4 # nominal plate scale (microns / pixel) 5 # PSASTRO.PLATE.SCALE F32 13.5 6 PSASTRO.PLATE.SCALE F32 1.0 7 8 # pmAstromGridMatch: 9 PSASTRO.GRID.MIN.ANGLE F32 -0.0851 10 PSASTRO.GRID.MAX.ANGLE F32 +0.0851 11 PSASTRO.GRID.DEL.ANGLE F32 0.0170 12 13 # pmAstromGridAngle 14 # max grid offset in FP units (microns) 15 # use plate-scale to make this in pixels? 16 # PSASTRO.GRID.OFFSET F32 10000. 17 # PSASTRO.GRID.SCALE F32 500. 18 PSASTRO.GRID.OFFSET F32 1000. 19 PSASTRO.GRID.SCALE F32 50 20 21 # these tweak are in FP units (pixels, currently) 22 PSASTRO.TWEAK.SCALE F32 1 23 PSASTRO.TWEAK.RANGE F32 75 24 PSASTRO.TWEAK.SMOOTH F32 2 25 PSASTRO.TWEAK.NSIGMA F32 3 26 27 # pmAstromRadiusMatch 28 # use plate-scale to make this in pixels? 29 PSASTRO.MATCH.RADIUS F32 8 30 31 # pmAstromMatchFit 32 PSASTRO.CHIP.NX S32 1 # fit order 33 PSASTRO.CHIP.NY S32 1 # fit order 34 PSASTRO.CHIP.NITER S32 3 # fit clipping iterations 35 PSASTRO.CHIP.NSIGMA F32 3 # fit clipping sigmas 36 1 DVO.CATDIR STR /data/alala.0/ipp/ippRefs/catdir.2mass/
Note:
See TracChangeset
for help on using the changeset viewer.
