Changeset 30903 for branches/eam_branches/ipp-20110213/psphot/src/psphot.h
- Timestamp:
- Mar 14, 2011, 3:07:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphot.h
r30883 r30903 173 173 174 174 // used by psphotFindDetections 175 p sImage*psphotSignificanceImage (pmReadout *readout, psMetadata *recipe, psImageMaskType maskVal);175 pmReadout *psphotSignificanceImage (pmReadout *readout, psMetadata *recipe, psImageMaskType maskVal); 176 176 psArray *psphotFindPeaks (psImage *significance, pmReadout *readout, psMetadata *recipe, const float threshold, const int nMax); 177 bool psphotFindFootprints (pmDetections *detections, p sImage*significance, pmReadout *readout, psMetadata *recipe, const float threshold, const int pass, psImageMaskType maskVal);178 psErrorCode psphotCullPeaks(const pmReadout *readout, const p sMetadata *recipe, psArray *footprints);177 bool psphotFindFootprints (pmDetections *detections, pmReadout *significance, pmReadout *readout, psMetadata *recipe, const float threshold, const int pass, psImageMaskType maskVal); 178 psErrorCode psphotCullPeaks(const pmReadout *readout, const pmReadout *signifRO, const psMetadata *recipe, psArray *footprints); 179 179 180 180 // in psphotApResid.c:
Note:
See TracChangeset
for help on using the changeset viewer.
