IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 4:06:55 PM (21 years ago)
Author:
eugene
Message:

changed noise to weight, psImageData to eamReadout

File:
1 edited

Legend:

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

    r5048 r5049  
    11# include "psphot.h"
    22
    3 bool psphotFitGalaxies (psImageData *imdata, psMetadata *config, psArray *sources, psStats *skyStats)
     3bool psphotFitGalaxies (eamReadout *imdata, psMetadata *config, psArray *sources, psStats *skyStats)
    44{
    55    bool  status, goodfit;
     
    6969        // XXX EAM : a better test would examine the source pixels
    7070        if (model->radius > OUTER_RADIUS) {
    71           // (re)-allocate image, noise, mask arrays for each peak (square of radius OUTER)
     71          // (re)-allocate image, weight, mask arrays for each peak (square of radius OUTER)
    7272          psphotDefinePixels (source, imdata, x, y, model->radius);
    7373        }
Note: See TracChangeset for help on using the changeset viewer.