IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2008, 9:00:17 AM (18 years ago)
Author:
eugene
Message:

minor name change: psphotReplaceAll to psphotReplaceAllSources (and Unfit); add psphotRemoveAllSources

File:
1 edited

Legend:

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

    r17396 r17828  
    127127
    128128    // replace all sources
    129     psphotReplaceAll (sources, recipe);
     129    psphotReplaceAllSources (sources, recipe);
    130130
    131131    // linear fit to include all sources
     
    165165
    166166    // replace all sources so fit below applies to all at once
    167     psphotReplaceAll (sources, recipe);
     167    psphotReplaceAllSources (sources, recipe);
    168168
    169169    // merge the newly selected sources into the existing list
     
    199199
    200200    // replace failed sources?
    201     // psphotReplaceUnfit (sources);
     201    // psphotReplaceUnfitSources (sources);
    202202
    203203    // replace background in residual image
Note: See TracChangeset for help on using the changeset viewer.