Changeset 28013 for trunk/psModules/src/objects/pmSourceExtendedPars.h
- Timestamp:
- May 18, 2010, 4:11:53 PM (16 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmSourceExtendedPars.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
-
Property svn:mergeinfo
set to
/branches/eam_branches/psModules.20100506 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/psModules/src/objects/pmSourceExtendedPars.h
r27818 r28013 20 20 psVector *isophotalRadii; // isophotal radius for the above angles 21 21 } pmSourceRadialFlux; 22 23 typedef 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; 22 28 23 29 typedef struct { … … 62 68 bool psMemCheckSourceRadialFlux(psPtr ptr); 63 69 70 pmSourceRadialApertures *pmSourceRadialAperturesAlloc(); 71 bool psMemCheckSourceRadialApertures(psPtr ptr); 72 64 73 pmSourceEllipticalFlux *pmSourceEllipticalFluxAlloc(); 65 74 bool psMemCheckSourceEllipticalFlux(psPtr ptr);
Note:
See TracChangeset
for help on using the changeset viewer.
