- Timestamp:
- Jan 7, 2010, 5:37:07 PM (17 years ago)
- File:
-
- 1 edited
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
Note:
See TracChangeset
for help on using the changeset viewer.
