- Timestamp:
- Apr 9, 2010, 4:41:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/stackphot.20100406/psphot/src/psphotGuessModels.c
r26894 r27649 15 15 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 16 16 17 // skip the chisq image (optionally?) 18 int chisqNum = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.CHISQ.NUM"); 19 if (!status) chisqNum = -1; 20 17 21 // loop over the available readouts 18 22 for (int i = 0; i < num; i++) { 23 if (i == chisqNum) continue; // skip chisq image 19 24 if (!psphotGuessModelsReadout (config, view, "PSPHOT.INPUT", i)) { 20 25 psError (PSPHOT_ERR_CONFIG, false, "failed on to guess models for PSPHOT.INPUT entry %d", i);
Note:
See TracChangeset
for help on using the changeset viewer.
