Changeset 24698
- Timestamp:
- Jul 7, 2009, 10:45:38 AM (17 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 1 added
- 5 edited
-
recipes/Makefile.am (modified) (1 diff)
-
recipes/censor.config (added)
-
recipes/filerules-mef.mdc (modified) (2 diffs)
-
recipes/filerules-simple.mdc (modified) (2 diffs)
-
recipes/filerules-split.mdc (modified) (2 diffs)
-
system.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/Makefile.am
r24477 r24698 22 22 ppSub.config \ 23 23 dvocorr.config \ 24 censor.config \ 24 25 jpeg.mdc \ 25 26 ppStatsFromMetadata.config \ -
trunk/ippconfig/recipes/filerules-mef.mdc
r24004 r24698 132 132 PPSIM.INPUT INPUT @FILES FPA IMAGE 133 133 PPSIM.REAL.SOURCES INPUT @FILES CHIP CMF 134 135 ## files used by ppNoiseMap 136 PPNOISEMAP.INPUT INPUT @FILES CHIP IMAGE 137 138 ## files used by censorObject 139 CENSOR.INPUT INPUT @FILES CHIP CMF 140 CENSOR.INPUT.MASK INPUT @FILES CHIP MASK 134 141 135 142 ### output file definitions … … 276 283 TRACE.IMFILE OUTPUT {OUTPUT}.{CHIP.NAME}.trace TEXT NONE CHIP TRUE NONE 277 284 TRACE.EXP OUTPUT {OUTPUT}.trace TEXT NONE FPA TRUE NONE 285 286 PPNOISEMAP.OUTPUT OUTPUT {OUTPUT}.{CHIP.NAME}.fits IMAGE NONE CHIP TRUE NONE 287 288 CENSOR.OUTPUT OUTPUT {OUTPUT}.des.smf CMF NONE FPA TRUE MEF 289 -
trunk/ippconfig/recipes/filerules-simple.mdc
r24004 r24698 95 95 PPSIM.INPUT INPUT @FILES FPA IMAGE 96 96 PPSIM.REAL.SOURCES INPUT @FILES CHIP CMF 97 98 ## files used by ppNoiseMap 99 PPNOISEMAP.INPUT INPUT @FILES CHIP IMAGE 100 101 ## files used by censorObject 102 CENSOR.INPUT INPUT @FILES CHIP CMF 103 CENSOR.INPUT.MASK INPUT @FILES CHIP MASK 97 104 98 105 ### output file definitions … … 224 231 TRACE.IMFILE OUTPUT {OUTPUT}.imfile.trace TEXT NONE FPA TRUE NONE 225 232 TRACE.EXP OUTPUT {OUTPUT}.exp.trace TEXT NONE FPA TRUE NONE 233 234 PPNOISEMAP.OUTPUT OUTPUT {OUTPUT}.{CHIP.NAME}.fits IMAGE NONE CHIP TRUE NONE 235 236 CENSOR.OUTPUT OUTPUT {OUTPUT}.des.smf CMF NONE FPA TRUE MEF -
trunk/ippconfig/recipes/filerules-split.mdc
r24487 r24698 106 106 PPSIM.REAL.SOURCES INPUT @FILES CHIP CMF 107 107 108 ## files used by pp Image108 ## files used by ppNoiseMap 109 109 PPNOISEMAP.INPUT INPUT @FILES CHIP IMAGE 110 111 ## files used by censorObject 112 CENSOR.INPUT INPUT @FILES CHIP CMF 113 CENSOR.INPUT.MASK INPUT @FILES CHIP MASK 110 114 111 115 ### output file definitions … … 247 251 PPNOISEMAP.OUTPUT OUTPUT {OUTPUT}.{CHIP.NAME}.fits IMAGE NONE CHIP TRUE NONE 248 252 253 CENSOR.OUTPUT OUTPUT {OUTPUT}.des.smf CMF NONE FPA TRUE MEF 254 249 255 # {FPA.OBS} 250 256 # {FPA.NAME} -
trunk/ippconfig/system.config
r24474 r24698 53 53 PPSKYCELL STR recipes/ppSkycell.config # JPEGs of skycells 54 54 PPNOISEMAP STR recipes/ppNoiseMap.config # used to create the noise map 55 CENSOR STR recipes/censor.config # used to create the noise map 55 56 END
Note:
See TracChangeset
for help on using the changeset viewer.
