Changeset 32776
- Timestamp:
- Nov 23, 2011, 5:56:52 AM (15 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphotKronIterate.c (modified) (1 diff)
-
psphotRadialProfileWings.c (modified) (1 diff)
-
psphotStackImageLoop.c (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src
- Property svn:mergeinfo set to
-
trunk/psphot/src/psphotKronIterate.c
r32633 r32776 221 221 222 222 // XXX TEST : use a window based on the radial profile numbers: max is skyRadius, min is RADIUS 223 float maxWindow = source->skyRadius; 223 // if we lack the skyRadius (eg MATCHED sources), go to the default value 224 float maxWindow = isfinite(source->skyRadius) ? source->skyRadius : RADIUS; 224 225 float windowRadius = PS_MAX(RADIUS, maxWindow); 225 226 -
trunk/psphot/src/psphotRadialProfileWings.c
r32738 r32776 222 222 // any that have already been assigned 223 223 if (isfinite(source->skyRadius)) return true; 224 225 if (source->mode2 & PM_SOURCE_MODE2_MATCHED) return true; // skip matched sources (no signal) 224 226 225 227 // radii will be MIN_RADIUS to MAX_RADIUS in NN log steps: -
trunk/psphot/src/psphotStackImageLoop.c
- Property svn:mergeinfo set to
Note:
See TracChangeset
for help on using the changeset viewer.
