IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2012, 6:10:52 AM (14 years ago)
Author:
eugene
Message:

some generalization of visualization code; add radial profile fits to deblend satstars (still testing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120805/psphot/src/psphot.h

    r34360 r34368  
    281281bool            psphotVisualShowSatStars (psMetadata *recipe, pmPSF *psf, psArray *sources);
    282282bool            psphotVisualShowPSFModel (pmReadout *readout, pmPSF *psf);
    283 bool            psphotVisualPlotRadialProfile (int myKapa, pmSource *source, psImageMaskType maskVal);
     283bool            psphotVisualPlotRadialProfile (int myKapa, pmSource *source, psImageMaskType maskVal, pmSourceMode showmode);
    284284bool            psphotVisualPlotRadialProfiles (psMetadata *recipe, psArray *sources, pmSourceMode showmode);
    285285bool            psphotVisualShowFlags (psArray *sources);
     
    295295bool            psphotVisualClose(void);
    296296
     297int             psphotKapaChannel (int channel);
     298void            plotline (int myKapa, Graphdata *graphdata, float x0, float y0, float x1, float y1);
     299
     300
    297301bool psphotPetrosian (pmSource *source, psMetadata *recipe, float skynoise, psImageMaskType maskVal);
    298302bool psphotPetrosianRadialBins (pmSource *source, float radiusMax, float skynoise);
Note: See TracChangeset for help on using the changeset viewer.