Changeset 23597
- Timestamp:
- Mar 30, 2009, 10:00:05 AM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 5 edited
-
ppImage/src/ppImagePhotom.c (modified) (1 diff)
-
ppStack/src/ppStackPhotometry.c (modified) (1 diff)
-
ppSub/src/ppSubMakePSF.c (modified) (1 diff)
-
ppSub/src/ppSubReadoutPhotometry.c (modified) (1 diff)
-
pswarp/src/pswarpLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppImage/src/ppImagePhotom.c
r23580 r23597 39 39 // This is likely a data quality issue 40 40 // XXX Split into multiple cases using error codes? 41 psErrorStackPrint( "Unable to perform photometry on image");41 psErrorStackPrint(stderr, "Unable to perform photometry on image"); 42 42 psWarning("Unable to perform photometry on image --- suspect bad data quality."); 43 43 if (stats && psMetadataLookupS32(NULL, stats, "QUALITY") == 0) { -
branches/pap/ppStack/src/ppStackPhotometry.c
r23580 r23597 71 71 // This is likely a data quality issue 72 72 // XXX Split into multiple cases using error codes? 73 psErrorStackPrint( "Unable to perform photometry on image");73 psErrorStackPrint(stderr, "Unable to perform photometry on image"); 74 74 psWarning("Unable to perform photometry on image --- suspect bad data quality."); 75 75 if (stats && psMetadataLookupS32(NULL, stats, "QUALITY") == 0) { -
branches/pap/ppSub/src/ppSubMakePSF.c
r23580 r23597 85 85 // This is likely a data quality issue 86 86 // XXX Split into multiple cases using error codes? 87 psErrorStackPrint( "Unable to determine PSF");87 psErrorStackPrint(stderr, "Unable to determine PSF"); 88 88 psWarning("Unable to determine PSF --- suspect bad data quality."); 89 89 if (stats && psMetadataLookupS32(NULL, stats, "QUALITY") == 0) { -
branches/pap/ppSub/src/ppSubReadoutPhotometry.c
r23580 r23597 93 93 // This is likely a data quality issue 94 94 // XXX Split into multiple cases using error codes? 95 psErrorStackPrint( "Unable to perform photometry on image");95 psErrorStackPrint(stderr, "Unable to perform photometry on image"); 96 96 psWarning("Unable to perform photometry on image --- suspect bad data quality."); 97 97 if (stats && psMetadataLookupS32(NULL, stats, "QUALITY") == 0) { -
branches/pap/pswarp/src/pswarpLoop.c
r23580 r23597 397 397 // This is likely a data quality issue 398 398 // XXX Split into multiple cases using error codes? 399 psErrorStackPrint( "Unable to determine PSF");399 psErrorStackPrint(stderr, "Unable to determine PSF"); 400 400 psWarning("Unable to determine PSF --- suspect bad data quality."); 401 401 if (stats && psMetadataLookupS32(NULL, stats, "QUALITY") == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
