Changeset 31154 for trunk/psphot/src/psphotRadialProfile.c
- Timestamp:
- Apr 4, 2011, 1:12:39 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/psphotRadialProfile.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:ignore
-
old new 19 19 psphot-config 20 20 Doxyfile 21 a.out.dSYM
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
trunk/psphot/src/psphotRadialProfile.c
r27819 r31154 14 14 float Rmax = 200; 15 15 float fluxMin = 0.0; 16 float fluxMax = source->peak-> flux;16 float fluxMax = source->peak->rawFlux; 17 17 18 18 bool RAW_RADIUS = psMetadataLookupBool (&status, recipe, "EXTENDED_SOURCE_RAW_RADIUS"); … … 25 25 return false; 26 26 } 27 // allocate: extpars->radFlux->radii,fluxes,theta 27 28 28 29 // use the radial profiles to determine the radius of a given isophote. this isophote … … 33 34 return false; 34 35 } 36 // allocate : extpars->radFlux->isophotalRadii (use profile->radii,fluxes) 37 35 38 36 39 // convert the isophotal radius vs angle measurements to an elliptical contour … … 39 42 return false; 40 43 } 41 44 // use extpars->radFlux->isophotalRadii,theta (result in extpars->axes) 45 42 46 // generate a single, normalized radial profile following the elliptical contours. 43 47 // the radius is normalized by the axis ratio so that on the major axis, 1 pixel = 1 pixel … … 46 50 return false; 47 51 } 52 // allocate extpars->ellipticalFlux->radiusElliptical,fluxElliptical (use axes to scale raw pixels) 48 53 49 54 // generated profile in averaged bins … … 52 57 return false; 53 58 } 59 // allocate extpars->radProfile->binSB, binSBstdv, binSum, binFill, radialBins, area (small lengths) 60 // use radiusElliptical, fluxElliptical, 54 61 55 62 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
