- Timestamp:
- Aug 24, 2009, 8:40:34 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphotRadiiFromProfiles.c
r25128 r25178 31 31 // examine data in the two ranges Fm - Fo and Fo - Fp to define the bin size 32 32 // XXX reconsider the fractional isophote value 33 float Fm = fluxMin + 0. 25*fluxRange;34 float F p = fluxMin + 0.75*fluxRange;35 float F o= fluxMin + 0.50*fluxRange;33 float Fm = fluxMin + 0.10*fluxRange; 34 float Fo = fluxMin + 0.25*fluxRange; 35 float Fp = fluxMin + 0.50*fluxRange; 36 36 int Rbin = 1; 37 37
Note:
See TracChangeset
for help on using the changeset viewer.
