IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2007, 5:20:02 PM (19 years ago)
Author:
eugene
Message:

adding source plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadout.c

    r12632 r12665  
    108108    }
    109109
     110    // plot positive + negative sources (replace, then remove)
     111    psphotSourcePlots (readout, sources, recipe);
     112
    110113    // non-linear PSF and EXT fit to brighter sources
    111114    psphotBlendFit (readout, sources, recipe, psf);
     
    113116    // replace all sources
    114117    psphotReplaceAll (sources);
     118
     119    // plot positive sources
     120    // psphotSourcePlots (readout, sources, recipe);
    115121
    116122    // linear PSF fit to remaining peaks
Note: See TracChangeset for help on using the changeset viewer.