- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotRadiiFromProfiles.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/psphot
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psphot merged eligible /branches/eam_branches/stackphot.20100406/psphot 27622-27655 /branches/pap_delete/psphot 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/psphot/src
- Property svn:ignore
-
old new 19 19 psphotMomentsStudy 20 20 psphotPetrosianStudy 21 psphotForced 22 psphotMakePSF 23 psphotStack
-
- Property svn:ignore
-
branches/tap_branches/psphot/src/psphotRadiiFromProfiles.c
r25755 r27838 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.
