Changeset 27158 for trunk/ppStack/src/ppStackPhotometry.c
- Timestamp:
- Mar 3, 2010, 1:38:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackPhotometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackPhotometry.c
r27004 r27158 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();
Note:
See TracChangeset
for help on using the changeset viewer.
