- Timestamp:
- Nov 17, 2011, 1:09:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111110/psphot/src/psphotReadout.c
r32685 r32689 1 1 # include "psphotInternal.h" 2 bool psphotDumpTest (pmConfig *config, const pmFPAview *view, const char *filerule);3 2 4 3 // this should be called by every program that links against libpsphot … … 83 82 return psphotReadoutCleanup (config, view, filerule); 84 83 } 85 psphotDumpTest (config, view, filerule);86 84 87 85 // find blended neighbors of very saturated stars (detections->newSources) … … 139 137 // linear PSF fit to source peaks, subtract the models from the image (in PSF mask) 140 138 psphotFitSourcesLinear (config, view, filerule, false); // pass 1 (detections->allSources) 141 psphotDumpTest (config, view, filerule);142 139 143 140 // measure the radial profiles to the sky … … 188 185 // NOTE: new sources are saved on detections->newSources 189 186 psphotSourceStats (config, view, filerule, false); // pass 2 (detections->newSources) 190 psphotDumpTest (config, view, filerule);191 187 192 188 // set source type … … 209 205 // XXX check on free of sources... 210 206 psphotMergeSources (config, view, filerule); // (detections->newSources + detections->allSources -> detections->allSources) 211 psphotDumpTest (config, view, filerule);212 207 213 208 // NOTE: apply to ALL sources
Note:
See TracChangeset
for help on using the changeset viewer.
