Changeset 35215 for trunk/psModules/src/objects/models/pmModel_TRAIL.c
- Timestamp:
- Feb 28, 2013, 3:44:36 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/models/pmModel_TRAIL.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/models/pmModel_TRAIL.c
r34403 r35215 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.
