- Timestamp:
- Mar 12, 2011, 10:06:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotMergeSources.c
r30776 r30883 1 1 # include "psphotInternal.h" 2 2 3 // Mask to apply for PSF sources : only exclude bad sources -- we will re-test for extendedness 3 4 #define PSF_SOURCE_MASK (PM_SOURCE_MODE_FAIL | PM_SOURCE_MODE_SATSTAR | PM_SOURCE_MODE_BLEND | \ 4 5 PM_SOURCE_MODE_BADPSF | PM_SOURCE_MODE_DEFECT | PM_SOURCE_MODE_SATURATED | \ 5 PM_SOURCE_MODE_CR_LIMIT | PM_SOURCE_MODE_EXT_LIMIT) // Mask to apply for PSF sources6 PM_SOURCE_MODE_CR_LIMIT) 6 7 7 8 // for now, let's store the detections on the readout->analysis for each readout … … 347 348 348 349 psLogMsg ("psphot", 3, "%ld PSF sources loaded", detections->peaks->n); 350 psphotVisualShowSources (sources); 351 psphotVisualShowPeaks (detections); 349 352 350 353 // save detections on the readout->analysis … … 354 357 } 355 358 psFree (detections); 359 356 360 return true; 357 361 } 358 362 359 363 // generate the detection structure for the supplied array of sources 364 // XXX this function is currently unused 360 365 bool psphotSetSourceParams (pmConfig *config, psArray *sources, pmPSF *psf) { 361 366
Note:
See TracChangeset
for help on using the changeset viewer.
