IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10205


Ignore:
Timestamp:
Nov 26, 2006, 12:40:15 PM (20 years ago)
Author:
eugene
Message:

added psphotReplaceAll call, final psphotEnsemblePSF

File:
1 edited

Legend:

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

    r10185 r10205  
    9595
    9696    // replace fitted sources
    97     psphotReplaceUnfit (sources);
     97    // XXX we need to replace failed objects, not all objects
     98    // psphotReplaceUnfit (sources);
    9899
    99100    // XXX find remaining peaks after first source subtraction pass
    100101    // psphotFindPeaks ();
    101102
     103    // replace subtracted sources
     104    psphotReplaceAll (sources);
     105    psphotSaveImage (NULL, readout->image,  "replace.fits");
     106
    102107    // linear PSF fit to remaining peaks
    103     // psphotEnsemblePSF (readout, sources, recipe, psf, TRUE);
     108    psphotEnsemblePSF (readout, sources, recipe, psf, TRUE);
    104109
    105110finish:
Note: See TracChangeset for help on using the changeset viewer.