- Timestamp:
- May 18, 2010, 5:06:01 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/psModules
- Property svn:mergeinfo changed
/trunk/psModules (added) merged: 27818,27832,27862,27903,27989,27992,28006 /branches/eam_branches/stackphot.20100406/psModules removed
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/psModules/src/objects/pmPSFtryModel.c
r27330 r28017 107 107 // as we loop over orders, we need to refer to the initial selection, but we modify the 108 108 // option values to match the current guess: save the max values here: 109 int Nx = options->psfTrendNx;110 int Ny = options->psfTrendNy;109 int Nx = (options->psfTrendMode == PM_TREND_MAP) ? options->psfTrendNx : options->psfTrendNx + 1; 110 int Ny = (options->psfTrendMode == PM_TREND_MAP) ? options->psfTrendNy : options->psfTrendNy + 1; 111 111 for (int i = orderMin; i <= orderMax; i++) { 112 112
Note:
See TracChangeset
for help on using the changeset viewer.
