- Timestamp:
- Apr 20, 2014, 5:52:37 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140402
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotLensing.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140402
- Property svn:mergeinfo changed
/trunk (added) merged: 36642-36643,36645,36647,36649-36651,36653,36655,36657-36666,36668-36671
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140402/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src merged: 36662-36664,36666
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140402/psphot/src/psphotLensing.c
r36623 r36677 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.
