Changeset 27819 for trunk/psphot/src/psphotRadiiFromProfiles.c
- Timestamp:
- May 2, 2010, 11:32:52 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotRadiiFromProfiles.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotRadiiFromProfiles.c
r25755 r27819 5 5 bool psphotRadiiFromProfiles (pmSource *source, float fluxMin, float fluxMax) { 6 6 7 pmSourceRadialProfile *profile = source->extpars->profile; 7 psAssert (source, "missing source"); 8 psAssert (source->extpars, "missing extpars"); 9 psAssert (source->extpars->radFlux, "missing radFlux"); 10 11 pmSourceRadialFlux *profile = source->extpars->radFlux; 8 12 9 13 psFree(profile->isophotalRadii); … … 146 150 147 151 // show the results 148 // psphotPetrosianVisualProfileRadii (radius, flux, radiusBinned, fluxBinned, Ro);152 // psphotPetrosianVisualProfileRadii (radius, flux, radiusBinned, fluxBinned, fluxMax, Ro); 149 153 150 154 psFree(fluxBinned); … … 152 156 return Ro; 153 157 } 158 159 160
Note:
See TracChangeset
for help on using the changeset viewer.
