- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotStackReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/psphot
- Property svn:mergeinfo changed
/trunk/psphot merged: 34704,34708,34721
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src merged: 34704,34708,34721
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/psphot/src/psphotStackReadout.c
r34570 r34735 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.
