- 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/psphotSourceSize.c
r27532 r27649 44 44 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 45 45 46 // skip the chisq image (optionally?) 47 int chisqNum = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.CHISQ.NUM"); 48 if (!status) chisqNum = -1; 49 46 50 // loop over the available readouts 47 51 for (int i = 0; i < num; i++) { 52 if (i == chisqNum) continue; // skip chisq image 48 53 if (!psphotSourceSizeReadout (config, view, "PSPHOT.INPUT", i, recipe, getPSFsize)) { 49 54 psError (PSPHOT_ERR_CONFIG, false, "failed on source size analysis for PSPHOT.INPUT entry %d", i);
Note:
See TracChangeset
for help on using the changeset viewer.
