- Timestamp:
- Feb 4, 2010, 6:40:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.stack.20100120/src/psphotMergeSources.c
r26748 r26772 168 168 if (!detections) { 169 169 psLogMsg ("psphot", 3, "no psf sources for this readout"); 170 return NULL; 170 171 } 171 172 … … 173 174 if (!sources) { 174 175 psLogMsg ("psphot", 3, "no psf sources for this readout"); 176 return NULL; 175 177 } 176 178 … … 178 180 } 179 181 182 // this function is used to fix sources which were loaded externally, but have passed from 183 // psphotDetectionsFromSources to psphotSourceStats and are now stored on 184 // detections->newSources. 180 185 bool psphotRepairLoadedSources (pmConfig *config, const pmFPAview *view) { 181 186 … … 193 198 } 194 199 195 psArray *sources = detections-> allSources;200 psArray *sources = detections->newSources; 196 201 psAssert (sources, "missing sources?"); 197 202
Note:
See TracChangeset
for help on using the changeset viewer.
