IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2009, 8:40:34 AM (17 years ago)
Author:
eugene
Message:

various petrosian / radial profile analysis improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotRadiiFromProfiles.c

    r25128 r25178  
    3131    // examine data in the two ranges Fm - Fo and Fo - Fp to define the bin size
    3232    // XXX reconsider the fractional isophote value
    33     float Fm = fluxMin + 0.25*fluxRange;
    34     float Fp = fluxMin + 0.75*fluxRange;
    35     float Fo = 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;
    3636    int Rbin = 1;
    3737     
Note: See TracChangeset for help on using the changeset viewer.