Changeset 26543 for branches/eam_branches/20091201/ppStack
- Timestamp:
- Jan 7, 2010, 5:37:07 PM (17 years ago)
- Location:
- branches/eam_branches/20091201/ppStack/src
- Files:
-
- 2 edited
-
ppStackCamera.c (modified) (2 diffs)
-
ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppStack/src/ppStackCamera.c
r26076 r26543 373 373 psMetadataLookupBool(&mdok, config->arguments, "-photometry"); // perform photometry 374 374 if (doPhotom) { 375 // This file, PSPHOT.INPUT, is just used as a carrier; output files (eg, PSPHOT.RESID) are defined by376 // psphotDefineFiles375 // This pmFPAfile, PSPHOT.INPUT, is just used as a carrier; output files (eg, 376 // PSPHOT.RESID) are defined by psphotDefineFiles 377 377 pmFPAfile *psphotInput = pmFPAfileDefineFromFPA(config, output->fpa, 1, 1, "PSPHOT.INPUT"); 378 378 if (!psphotInput) { … … 380 380 return false; 381 381 } 382 // specify the number of psphot input images 383 psMetadataAddS32 (config->arguments, PS_LIST_TAIL, "PSPHOT.INPUT.NUM", PS_META_REPLACE, "number of inputs", 1); 382 384 383 385 // Define associated psphot input/output files -
branches/eam_branches/20091201/ppStack/src/ppStackMatch.c
r26537 r26543 144 144 psMetadataAddU8(psphotRecipe, PS_LIST_TAIL, "MASK.PSPHOT", PS_META_REPLACE, "user-defined mask", maskBad); 145 145 146 psImage *binned = psphot BackgroundModel(ro, config); // Binned background model146 psImage *binned = psphotModelBackgroundReadoutNoFile(ro, config); // Binned background model 147 147 psImageBinning *binning = psMetadataLookupPtr(NULL, ro->analysis, 148 148 "PSPHOT.BACKGROUND.BINNING"); // Binning for model
Note:
See TracChangeset
for help on using the changeset viewer.
