- Timestamp:
- Sep 17, 2009, 2:26:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphotEllipticalProfile.c
r25363 r25433 32 32 float Syy = shape.sy; 33 33 34 // XXX drop these two vectors? 34 35 psVector *radiusRaw = psVectorAllocEmpty(100, PS_TYPE_F32); 35 36 psVector *fluxRaw = psVectorAllocEmpty(100, PS_TYPE_F32); … … 65 66 66 67 // psphotPetrosianVisualProfileRadii (radius, flux, radiusRaw, fluxRaw, 0.0); 67 psphotPetrosianVisualProfileByAngle (radius, flux); 68 // psphotPetrosianVisualProfileByAngle (radius, flux); 69 70 psFree (radiusRaw); 71 psFree (fluxRaw); 68 72 return true; 69 73 }
Note:
See TracChangeset
for help on using the changeset viewer.
