IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2010, 4:11:53 PM (16 years ago)
Author:
eugene
Message:

merge changes from branches/eam_branches/psphot,psModules.20100506 (finish basic psphotStack)

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules

  • trunk/psModules/src/objects/pmSourceExtendedPars.h

    r27818 r28013  
    2020    psVector *isophotalRadii;           // isophotal radius for the above angles
    2121} pmSourceRadialFlux;
     22
     23typedef struct {
     24    psVector *flux;                     // fluxes measured at above radii
     25    psVector *fluxErr;                  // formal error on the fluxes (sqrt\sum(variance))
     26    psVector *fill;                     // angles corresponding to above radial profiles
     27} pmSourceRadialApertures;
    2228
    2329typedef struct {
     
    6268bool psMemCheckSourceRadialFlux(psPtr ptr);
    6369
     70pmSourceRadialApertures *pmSourceRadialAperturesAlloc();
     71bool psMemCheckSourceRadialApertures(psPtr ptr);
     72
    6473pmSourceEllipticalFlux *pmSourceEllipticalFluxAlloc();
    6574bool psMemCheckSourceEllipticalFlux(psPtr ptr);
Note: See TracChangeset for help on using the changeset viewer.