Changeset 36662 for trunk/psphot/src/psphotLensing.c
- Timestamp:
- Apr 15, 2014, 9:51:56 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotLensing.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotLensing.c
r36623 r36662 193 193 // set the max order (0 = constant) which the number of psf stars can support: 194 194 // we require only 3 stars for n = 0, increase stars / cell for higher order 195 if (Npsf < 3) { 196 psLogMsg ("psphot", PS_LOG_INFO, "no sources passed selection criteria, skipping lensing psf trends"); 197 return true; 198 } 195 199 int LensingTrendOrder = 0; 196 200 if (Npsf >= 16) LensingTrendOrder = 1; // 4 cells
Note:
See TracChangeset
for help on using the changeset viewer.
