- Timestamp:
- May 18, 2010, 5:06:01 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/psphot
- Property svn:mergeinfo deleted
-
branches/czw_branch/20100427/psphot/src/psphotPetrosian.c
r25755 r28017 7 7 8 8 psAssert (source->extpars, "need to run psphotRadialProfile first"); 9 psAssert (source->extpars-> profile, "need to run psphotRadialProfile first");9 psAssert (source->extpars->ellipticalFlux, "need to run psphotRadialProfile first"); 10 10 11 11 // integrate the radial profile for radial bins defined for the petrosian measurement: … … 24 24 psTrace ("psphot", 3, "source at %f,%f: petrosian radius: %f, flux: %f, axis ratio: %f, angle: %f", 25 25 source->peak->xf, source->peak->yf, 26 source->extpars->petrosian _80->radius,27 source->extpars->petrosian _80->flux,28 source->extpars-> profile->axes.minor/source->extpars->profile->axes.major,29 source->extpars-> profile->axes.theta*PS_DEG_RAD);26 source->extpars->petrosianRadius, 27 source->extpars->petrosianFlux, 28 source->extpars->axes.minor/source->extpars->axes.major, 29 source->extpars->axes.theta*PS_DEG_RAD); 30 30 31 31 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
