Changeset 34721 for trunk/psphot/src/psphotStackReadout.c
- Timestamp:
- Nov 27, 2012, 3:17:21 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStackReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStackReadout.c
r34542 r34721 409 409 } 410 410 } 411 // mark any inputs that we want to skip the matched apertures for 412 psphotStackSetInputsToSkip(config, view, STACK_CNV, true); 413 psphotStackSetInputsToSkip(config, view, STACK_OUT, true); 411 414 psphotRadialApertures (config, view, STACK_CNV, 0); // entry 0 == unmatched 412 415 psMemDump("extmeas"); 413 416 414 // mark any inputs that we want to skip the matched apertures for415 psphotStackSetInputsToSkip(config, view, STACK_OUT, true);416 417 417 418 int nRadialEntries = psphotStackMatchPSFsEntries(config, view, STACK_OUT); … … 439 440 } 440 441 } 442 psphotStackSetInputsToSkip(config, view, STACK_CNV, false); 441 443 psphotStackSetInputsToSkip(config, view, STACK_OUT, false); 442 444
Note:
See TracChangeset
for help on using the changeset viewer.
