IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2009, 8:40:34 AM (17 years ago)
Author:
eugene
Message:

various petrosian / radial profile analysis improvements

File:
1 edited

Legend:

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

    r25105 r25178  
    2020    psVector *fluxElliptical;           // flux for the above radial coordinates
    2121
    22     psVector *binnedFlux;               // mean surface brightness within radial bins
     22    psVector *binSB;                    // mean surface brightness within radial bins
     23    psVector *binSBstdev;               // scatter of mean surface brightness within radial bins
    2324    psVector *radialBins;               // radii corresponding to above binnedBlux
    2425    psVector *area;                     // differential area of the non-overlapping radial bins
     
    5253bool psphotPetrosianVisualStats (psVector *radBin, psVector *fluxBin,
    5354                                 psVector *refRadius, psVector *meanSB,
    54                                  psVector *petRatio, psVector *fluxSum,
    55                                  float petRadius, float petFlux);
     55                                 psVector *petRatio, psVector *petRatioErr, psVector *fluxSum,
     56                                 float petRadius, float ratioForRadius,
     57                                 float petFlux, float radiusForFlux);
    5658
    5759bool pmVisualLimitsFromVectors (Graphdata *graphdata, psVector *xVec, psVector *yVec);
Note: See TracChangeset for help on using the changeset viewer.