Changeset 29548 for trunk/psphot/src/psphot.h
- Timestamp:
- Oct 25, 2010, 3:16:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r29004 r29548 167 167 168 168 // used by psphotFindDetections 169 psImage *psphotSignificanceImage (pmReadout *readout, psMetadata *recipe, const int pass,psImageMaskType maskVal);169 psImage *psphotSignificanceImage (pmReadout *readout, psMetadata *recipe, psImageMaskType maskVal); 170 170 psArray *psphotFindPeaks (psImage *significance, pmReadout *readout, psMetadata *recipe, const float threshold, const int nMax); 171 171 bool psphotFindFootprints (pmDetections *detections, psImage *significance, pmReadout *readout, psMetadata *recipe, const float threshold, const int pass, psImageMaskType maskVal); … … 258 258 bool psphotVisualShowFlags (psArray *sources); 259 259 bool psphotVisualShowSourceSize (pmReadout *readout, psArray *sources); 260 bool psphotVisualPlotSourceSizeAlt (psMetadata *recipe, psMetadata *analysis, psArray *sources); 260 261 bool psphotVisualShowResidualImage (pmReadout *readout); 261 bool psphotVisualPlotApResid (psArray *sources, float mean, float error );262 bool psphotVisualPlotApResid (psArray *sources, float mean, float error, bool useApMag); 262 263 bool psphotVisualPlotChisq (psArray *sources); 263 264 bool psphotVisualPlotSourceSize (psMetadata *recipe, psMetadata *analysis, psArray *sources); 264 265 bool psphotVisualShowPetrosians (psArray *sources); 265 266 bool psphotVisualEraseOverlays (int channel, char *overlay); 267 bool psphotVisualClose(void); 266 268 267 269 bool psphotPetrosian (pmSource *source, psMetadata *recipe, float skynoise, psImageMaskType maskVal);
Note:
See TracChangeset
for help on using the changeset viewer.
