Changeset 35236 for branches/eam_branches/ipp-20130207/psModules
- Timestamp:
- Mar 5, 2013, 2:24:05 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130207
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psModules (modified) (1 prop)
-
psModules/src/imcombine/pmStack.c (modified) (1 diff)
-
psModules/src/objects/models/pmModel_TRAIL.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130207
- Property svn:mergeinfo changed
/trunk (added) merged: 35127-35128,35130,35133-35135,35141-35142,35148,35150-35159,35162-35167,35169-35200,35203-35218,35221-35228,35230,35232-35233
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130207/psModules
- Property svn:mergeinfo changed
/trunk/psModules (added) merged: 35165,35215
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130207/psModules/src/imcombine/pmStack.c
r35082 r35236 1418 1418 } 1419 1419 combined->image->data.F32[y][x] = stats->robustMedian; 1420 combined->mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] = 0; 1420 if (combined->mask) { 1421 combined->mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] = 0; 1422 } 1421 1423 #if (0) 1422 1424 if ((x == 59)&&(y > 40)&&(y < 50)) { -
branches/eam_branches/ipp-20130207/psModules/src/objects/models/pmModel_TRAIL.c
r34403 r35236 256 256 if (!isfinite(axes.theta)) return false; 257 257 258 float size = (axes.major > source->moments->Mrf) ? axes.major : source->moments->Mrf; 258 float size = (axes.major > sqrt(source->moments->Mrf)) ? axes.major : sqrt(source->moments->Mrf); 259 // if (size > psfAxes.major) { size -= psfAxes.major; } 260 //else { size = psfAxes.major; } 259 261 260 262 // axes.major is a sigma in the major direction; scale to
Note:
See TracChangeset
for help on using the changeset viewer.
