Changeset 25178 for branches/eam_branches/20090715/psphot/src/pmPetrosian.h
- Timestamp:
- Aug 24, 2009, 8:40:34 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/pmPetrosian.h
r25105 r25178 20 20 psVector *fluxElliptical; // flux for the above radial coordinates 21 21 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 23 24 psVector *radialBins; // radii corresponding to above binnedBlux 24 25 psVector *area; // differential area of the non-overlapping radial bins … … 52 53 bool psphotPetrosianVisualStats (psVector *radBin, psVector *fluxBin, 53 54 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); 56 58 57 59 bool pmVisualLimitsFromVectors (Graphdata *graphdata, psVector *xVec, psVector *yVec);
Note:
See TracChangeset
for help on using the changeset viewer.
