Changeset 11702 for trunk/psphot/src/psphotSkyReplace.c
- Timestamp:
- Feb 7, 2007, 5:52:32 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSkyReplace.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSkyReplace.c
r10801 r11702 9 9 // find the currently selected readout 10 10 pmReadout *readout = pmFPAfileThisReadout (config->files, view, "PSPHOT.INPUT"); 11 if (readout == NULL) psAbort ("psphot","input not defined");11 if (readout == NULL) psAbort("input not defined"); 12 12 13 13 // select background pixels, from output background file, or create 14 14 pmReadout *background = pmFPAfileThisReadout (config->files, view, "PSPHOT.BACKGND"); 15 if (background == NULL) psAbort ("psphot","background not defined");15 if (background == NULL) psAbort("background not defined"); 16 16 17 17 // select the corresponding images
Note:
See TracChangeset
for help on using the changeset viewer.
