- 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/psphotFullForceReadout.c (modified) (2 diffs)
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
Note:
See TracChangeset
for help on using the changeset viewer.
