IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2009, 2:18:54 PM (17 years ago)
Author:
eugene
Message:

updates to petrosian analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/pmPetrosian.h

    r25178 r25275  
    3535bool psphotPetrosianFreeVectors(pmPetrosian *petrosian);
    3636
    37 bool psphotPetrosianProfile (pmSource *source);
     37bool psphotPetrosianProfile (pmSource *source, float skynoise);
    3838bool psphotRadialProfilesByAngles (pmPetrosian *petro, pmSource *source, int Nsec, float Rmax);
    3939float psphotRadiusFromProfile (psVector *radius, psVector *flux, float fluxMin, float fluxMax);
     
    4141bool psphotEllipticalProfile (pmSource *source, pmPetrosian *petrosian);
    4242bool psphotEllipticalContour (pmPetrosian *petrosian);
    43 bool psphotPetrosianRadialBins (pmSource *source, pmPetrosian *petrosian, float radiusMax);
     43bool psphotPetrosianRadialBins (pmSource *source, pmPetrosian *petrosian, float radiusMax, float skynoise);
    4444bool psphotPetrosianStats (pmPetrosian *petrosian);
    4545
     
    4848
    4949bool psphotPetrosianVisualProfileByAngle (psVector *radius, psVector *flux);
    50 bool psphotPetrosianVisualProfileRadii (psVector *radius, psVector *flux, psVector *radiusBin, psVector *fluxBin, float RadiusRef);
     50bool psphotPetrosianVisualProfileRadii (psVector *radius, psVector *flux, psVector *radiusBin, psVector *fluxBin, float peakFlux, float RadiusRef);
    5151bool psphotPetrosianVisualEllipticalContour (pmPetrosian *petrosian);
    5252
     
    5757                                 float petFlux, float radiusForFlux);
    5858
    59 bool pmVisualLimitsFromVectors (Graphdata *graphdata, psVector *xVec, psVector *yVec);
    60 
    6159/// @}
    6260
Note: See TracChangeset for help on using the changeset viewer.