Changeset 28003 for branches/pap/psphot/src/psphotPetrosian.c
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphot/src/psphotPetrosian.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psphot/src/psphotPetrosian.c
r25755 r28003 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.
