Changeset 13110
- Timestamp:
- May 1, 2007, 2:41:02 PM (19 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 1 added
- 7 edited
-
dvo.photcodes (modified) (1 diff)
-
simple/format.config (modified) (1 diff)
-
simtest/Makefile.am (modified) (1 diff)
-
simtest/camera.config (modified) (2 diffs)
-
simtest/ppImage.config (modified) (2 diffs)
-
simtest/psastro.config (modified) (1 diff)
-
simtest/psphot.config (modified) (2 diffs)
-
simtest/pswarp.config (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/dvo.photcodes
r13082 r13110 416 416 3600 ISP-Apogee-01.y dep 14.15 0.00 - - - - - 5 417 417 418 3101 SIMTEST.B dep 25.00 0.00 - - - - - 1 419 3201 SIMTEST.V dep 25.00 0.00 - - - - - 2 420 3301 SIMTEST.R dep 25.00 0.00 - - - - - 3 421 3401 SIMTEST.I dep 25.00 0.00 - - - - - 4 422 3501 SIMTEST.z dep 25.00 0.00 - - - - - 5 423 418 3101 SIMTEST.g dep 25.00 0.00 - - - - - 1 419 3201 SIMTEST.r dep 25.00 0.00 - - - - - 2 420 3301 SIMTEST.i dep 25.00 0.00 - - - - - 3 421 3401 SIMTEST.z dep 25.00 0.00 - - - - - 4 422 -
trunk/ippconfig/simple/format.config
r12057 r13110 4 4 RULE METADATA 5 5 SIMPLE BOOL TRUE 6 NAXIS S32 26 ### NAXIS S32 2 7 7 END 8 8 -
trunk/ippconfig/simtest/Makefile.am
r12148 r13110 7 7 ppImage.config \ 8 8 psastro.config \ 9 psphot.config 9 psphot.config \ 10 pswarp.config 10 11 11 12 install_DATA = $(install_files) -
trunk/ippconfig/simtest/camera.config
r13060 r13110 13 13 # move this elsewhere? we need a lookup table to go from filter ID to abstract name 14 14 FILTER.ID METADATA 15 B STR B16 V STR V17 R STR R18 I STR I15 NONE STR NONE 16 g STR g 17 r STR r 18 i STR i 19 19 z STR z 20 20 END … … 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 PSASTRO STR simtest/psastro.config # psastro details 46 PSWARP STR simtest/pswarp.config # pswarp recipe 46 47 END 47 48 -
trunk/ippconfig/simtest/ppImage.config
r13054 r13110 36 36 END 37 37 END 38 39 # Photometry code 40 PHOTCODE.RULE STR {DETECTOR}.{FILTER.ID} 38 41 39 42 ######################################################################################## … … 155 158 # Overscan, bias, dark, shutter, flat-field, fringe, photom, astrom 156 159 PPIMAGE_OBDSFRA METADATA 157 OVERSCAN BOOL FALSE# Overscan subtraction160 OVERSCAN BOOL TRUE # Overscan subtraction 158 161 BIAS BOOL TRUE # Bias subtraction 159 162 DARK BOOL TRUE # Dark subtraction -
trunk/ippconfig/simtest/psastro.config
r13054 r13110 1 1 DVO.CATDIR STR /data/alala.0/ipp/ippRefs/catdir.2mass/ 2 3 PSASTRO.MAX.NSTAR S32 50 # max stars accepted for fitting -
trunk/ippconfig/simtest/psphot.config
r13066 r13110 18 18 #MOMENTS_OUTPUT_FILE STR moments.dat 19 19 20 MOMENTS_SN_MIN F32 20.0 # min S/N to measure moments 20 #PSF_SN_LIM F32 20.0 # minimum S/N for stars used for PSF model 21 MOMENTS_SN_MIN F32 20.0 # min S/N to measure moments 21 22 FULL_FIT_SN_LIM F32 100.0 22 23 EXT_MIN_SN F32 100.0 # fit galaxies above this S/N limit … … 24 25 PEAKS_NSIGMA_LIMIT F32 10.0 # peak significance threshold 25 26 BREAK_POINT STR ENSEMBLE # limit total processing for now (for speed) 27 28 29 SKY_STAT STR ROBUST_MEDIAN # statistic used to measure background
Note:
See TracChangeset
for help on using the changeset viewer.
