- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ppSub/src
- Property svn:ignore
-
old new 13 13 ppSubErrorCodes.c 14 14 ppSubVersionDefinitions.h 15 ppSubConvolve
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/ppSub/src/ppSubBackground.c
r23740 r27840 42 42 if (!modelRO) { 43 43 // Create the background model 44 if (!psphotModelBackground (config, view, "PPSUB.OUTPUT")) {45 psError( PS_ERR_UNKNOWN, false, "Unable to model background");44 if (!psphotModelBackgroundReadoutFileIndex(config, view, "PPSUB.OUTPUT", 0)) { 45 psError(psErrorCodeLast(), false, "Unable to model background"); 46 46 psFree(view); 47 47 return false; … … 50 50 modelRO = pmFPAfileThisReadout(config->files, view, "PSPHOT.BACKMDL"); 51 51 if (!modelRO) { 52 psError( PS_ERR_UNEXPECTED_NULL, true, "Unable to find background model");52 psError(psErrorCodeLast(), false, "Unable to find background model"); 53 53 psFree(view); 54 54 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
