Changeset 28003 for branches/pap/psModules/src/objects/pmPSFtryModel.c
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/objects/pmPSFtryModel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psModules/src/objects/pmPSFtryModel.c
r27330 r28003 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.
