- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackPhotometry.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/ppStack/src/ppStackPhotometry.c
r27004 r27517 26 26 psTimerStart("PPSTACK_PHOT"); 27 27 28 p pStackFileActivation(config, PPSTACK_FILES_COMBINE, false);28 pmFPAfileActivate(config->files, false, NULL); 29 29 ppStackFileActivation(config, PPSTACK_FILES_PHOT, true); 30 30 pmFPAview *photView = ppStackFilesIterateDown(config); // View to readout 31 ppStackFileActivation(config, PPSTACK_FILES_ COMBINE, true);31 ppStackFileActivation(config, PPSTACK_FILES_STACK, true); 32 32 33 33 pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT"); // File for photometry … … 72 72 psErrorStackPrint(stderr, "Unable to perform photometry on image"); 73 73 psWarning("Unable to perform photometry on image --- suspect bad data quality."); 74 if (options->stats && psMetadataLookupS32(NULL, options->stats, "QUALITY") == 0) { 75 psMetadataAddS32(options->stats, PS_LIST_TAIL, "QUALITY", PS_META_REPLACE, 76 "Unable to perform photometry on image", psErrorCodeLast()); 74 if (options->quality == 0) { 75 options->quality = psErrorCodeLast(); 77 76 } 78 77 psErrorClear(); … … 99 98 psMetadataAddF32(options->stats, PS_LIST_TAIL, "TIME_PHOT", 0, "Time to do photometry", psTimerMark("PPSTACK_PHOT")); 100 99 } 100 101 101 psFree(photView); 102 102
Note:
See TracChangeset
for help on using the changeset viewer.
