- 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/psphotRoughClass.c
r26894 r27649 19 19 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 20 20 21 // skip the chisq image (optionally?) 22 int chisqNum = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.CHISQ.NUM"); 23 if (!status) chisqNum = -1; 24 21 25 // loop over the available readouts 22 26 for (int i = 0; i < num; i++) { 27 if (i == chisqNum) continue; // skip chisq image 23 28 if (!psphotRoughClassReadout (config, view, "PSPHOT.INPUT", i, recipe)) { 24 29 psError (PSPHOT_ERR_CONFIG, false, "failed on rough classification for PSPHOT.INPUT entry %d", i);
Note:
See TracChangeset
for help on using the changeset viewer.
