IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2010, 5:39:56 PM (16 years ago)
Author:
eugene
Message:

adding new structure and IO function to support simple circular radial apertures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psModules.20100506/src/objects/pmSourceExtendedPars.h

    r27818 r27924  
    2020    psVector *isophotalRadii;           // isophotal radius for the above angles
    2121} pmSourceRadialFlux;
     22
     23typedef struct {
     24    psVector *flux;                     // fluxes measured at above radii
     25    psVector *fill;                     // angles corresponding to above radial profiles
     26} pmSourceRadialApertures;
    2227
    2328typedef struct {
     
    6267bool psMemCheckSourceRadialFlux(psPtr ptr);
    6368
     69pmSourceRadialApertures *pmSourceRadialAperturesAlloc();
     70bool psMemCheckSourceRadialApertures(psPtr ptr);
     71
    6472pmSourceEllipticalFlux *pmSourceEllipticalFluxAlloc();
    6573bool psMemCheckSourceEllipticalFlux(psPtr ptr);
Note: See TracChangeset for help on using the changeset viewer.