Changeset 36677 for branches/eam_branches/ipp-20140402/psphot/src
- Timestamp:
- Apr 20, 2014, 5:52:37 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140402
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotFullForceReadout.c (modified) (2 diffs)
-
psphot/src/psphotFullForceSummary.c (modified) (1 diff)
-
psphot/src/psphotLensing.c (modified) (1 diff)
-
psphot/src/psphotStackImageLoop.c (modified) (1 prop)
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/psphotFullForceReadout.c
r36633 r36677 78 78 psphotMergeSources (config, view, filerule); 79 79 80 81 80 // generate a psf model for any readouts which need one 82 81 // psphotFullForcePSF (config, view, filerule); … … 84 83 // sources; we should mark with a flag bit the ones we actually want to use as PSF 85 84 // stars (this means we need to supply this info in the load). 86 psphotChoosePSF (config, view, filerule, false); 85 if (!psphotChoosePSF (config, view, filerule, false)) { 86 // PSPHOT_ERR_DATA causes this program to exit gracefully 87 psError (PSPHOT_ERR_DATA, false, "failed to construct psf model"); 88 return psphotReadoutCleanup (config, view, filerule); 89 } 87 90 88 91 // Construct an initial model for each object, set the radius to fitRadius, set circular -
branches/eam_branches/ipp-20140402/psphot/src/psphotFullForceSummary.c
r36633 r36677 193 193 if (ID >= sortedTable->n) { 194 194 sortedTable = psArrayRealloc(sortedTable, 2*ID); 195 // Why doesn't psArrayRealloc do this????? 196 sortedTable->n = sortedTable->nalloc; 195 197 } 196 198 if (sortedTable->data[ID]) { -
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 -
branches/eam_branches/ipp-20140402/psphot/src/psphotStackImageLoop.c
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
