Changeset 13008 for trunk/psphot/src/psphotDefineFiles.c
- Timestamp:
- Apr 24, 2007, 1:45:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotDefineFiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotDefineFiles.c
r12805 r13008 40 40 if (!pmFPAfileDefineFromFPA (config, input->fpa, DX, DY, "PSPHOT.BACKMDL")) { 41 41 psError(PSPHOT_ERR_CONFIG, false, "Cannot find a rule for PSPHOT.BACKMDL"); 42 return false; 43 } 44 } 45 // optionally save the background model's standard deviation (small FITS image) 46 if (psMetadataLookupBool(NULL, recipe, "SAVE.BACKMDL.STDEV")) { 47 int DX = psMetadataLookupS32 (&status, recipe, "BACKGROUND.XBIN"); 48 int DY = psMetadataLookupS32 (&status, recipe, "BACKGROUND.YBIN"); 49 if (!pmFPAfileDefineFromFPA (config, input->fpa, DX, DY, "PSPHOT.BACKMDL.STDEV")) { 50 psError(PSPHOT_ERR_CONFIG, false, "Cannot find a rule for PSPHOT.BACKMDL.STDEV"); 42 51 return false; 43 52 }
Note:
See TracChangeset
for help on using the changeset viewer.
