IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2005, 3:23:24 AM (21 years ago)
Author:
eugene
Message:

mask/noise are working

File:
1 edited

Legend:

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

    r4216 r4251  
    11# include "psphot.h"
    22
    3 psArray *source_moments (psImageData *imdata, psMetadata *config, psArray *allpeaks)
     3psArray *source_moments (psImageData *imdata, psMetadata *config, psArray *peaks)
    44{
    55    bool     status  = false;
    66    psArray *sources = NULL;
    7     psArray *peaks   = NULL;
    87
    98    psTimerStart ("psphot");
Note: See TracChangeset for help on using the changeset viewer.