IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 8:59:15 PM (20 years ago)
Author:
eugene
Message:

tests on non-poisson errors, updates to image background, tests of systematic biases, updates to use pmFPAfile paradigm

File:
1 edited

Legend:

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

    r6715 r6851  
    11# include "psphot.h"
    22
    3 bool psphotFitSet (pmSource *source, pmModel *oneModel, char *fitset, bool PSF) {
     3bool psphotFitSet (pmSource *source, pmModel *oneModel, char *fitset, pmSourceFitMode mode) {
    44
    55    double x, y, Io;
     
    2424    }
    2525
    26     pmSourceFitSet (source, modelSet, PSF);
     26    pmSourceFitSet (source, modelSet, mode);
    2727
    2828    // write out positive object
Note: See TracChangeset for help on using the changeset viewer.