- 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/psphotMagnitudes.c
r27532 r27649 12 12 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 13 13 14 // skip the chisq image (optionally?) 15 int chisqNum = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.CHISQ.NUM"); 16 if (!status) chisqNum = -1; 17 14 18 // loop over the available readouts 15 19 for (int i = 0; i < num; i++) { 20 if (i == chisqNum) continue; // skip chisq image 16 21 17 22 // find the currently selected readout
Note:
See TracChangeset
for help on using the changeset viewer.
