Changeset 15230 for trunk/psModules/src/objects/pmPSF_IO.c
- Timestamp:
- Oct 5, 2007, 3:02:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSF_IO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF_IO.c
r15228 r15230 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-10-0 5 22:47:04$8 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-10-06 01:02:49 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 651 651 if (psfTrendMode == PM_TREND_NONE) { 652 652 psfTrendMode = PM_TREND_POLY_ORD; 653 } 654 655 // XXX Attempting to guard against failing assertions on nXruff and nYruff in psImageBinningSetScale. 656 // This replicates code in psphotCheckStarDistribution, where these values are generated. Not sure 657 // it's correct, though. 658 if (psfTrendMode != PM_TREND_MAP) { 659 binning->nXruff++; 660 binning->nYruff++; 653 661 } 654 662
Note:
See TracChangeset
for help on using the changeset viewer.
