- Timestamp:
- May 19, 2010, 2:09:25 PM (16 years ago)
- Location:
- branches/czw_branch/20100427/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmSourceExtendedPars.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/psModules.20100506 (added) merged: 27923-27924,27931,27948,28011 /branches/pap/psModules (added) merged: 28003,28005 /trunk/psModules merged: 28007,28013
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/psModules/src/objects/pmSourceExtendedPars.h
r28017 r28030 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.
