Changeset 13384
- Timestamp:
- May 14, 2007, 6:17:24 PM (19 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 4 edited
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
recipes/ppSub.config (modified) (1 diff)
-
simple/camera.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/Makefile.am
r12565 r13384 4 4 megacam \ 5 5 simple \ 6 simmosaic \ 6 7 simtest \ 7 8 tc3 -
trunk/ippconfig/configure.ac
r12565 r13384 15 15 megacam/Makefile 16 16 simple/Makefile 17 simmosaic/Makefile 17 18 simtest/Makefile 18 19 tc3/Makefile -
trunk/ippconfig/recipes/ppSub.config
r13342 r13384 4 4 KERNEL.SIZE S32 5 # Kernel half-size (pixels) 5 5 SPATIAL.ORDER S32 0 # Spatial polynomial order 6 STAMP.SPACING F32 300 # Typical spacing between stamps (pixels)6 STAMP.SPACING F32 50 # Typical spacing between stamps (pixels) 7 7 STAMP.FOOTPRINT S32 5 # Size of stamps (pixels) 8 8 STAMP.THRESHOLD F32 0 # Flux threshold for stamps (ADU) -
trunk/ippconfig/simple/camera.config
r13234 r13384 97 97 PSPHOT.PSF.LOAD INPUT none.fits CHIP PSF 98 98 PSPHOT.INPUT.CMF INPUT none.fits CHIP CMF 99 PPSUB.INPUT INPUT none.fits FPA IMAGE 100 PPSUB.INPUT.MASK INPUT none.fits FPA MASK 101 PPSUB.INPUT.WEIGHT INPUT none.fits FPA WEIGHT 102 PPSUB.REF INPUT none.fits FPA IMAGE 103 PPSUB.REF.MASK INPUT none.fits FPA MASK 104 PPSUB.REF.WEIGHT INPUT none.fits FPA WEIGHT 99 105 100 106 ### output file definitions … … 132 138 133 139 PSASTRO.OUTPUT.CMP OUTPUT {OUTPUT}.smp CMP FPA TRUE NONE 140 141 PPSUB.OUTPUT OUTPUT {OUTPUT}.fits IMAGE FPA TRUE NONE 142 PPSUB.OUTPUT.MASK OUTPUT {OUTPUT}.mask.fits MASK FPA FALSE NONE 143 PPSUB.OUTPUT.WEIGHT OUTPUT {OUTPUT}.wt.fits WEIGHT FPA FALSE NONE 144 134 145 END 135 146
Note:
See TracChangeset
for help on using the changeset viewer.
