IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2014, 1:35:31 PM (12 years ago)
Author:
eugene
Message:

galaxy model correction basically works (need to be careful about starting position)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/relastro/include/relastro.h

    r37604 r37606  
    181181double MIN_ERROR;
    182182
     183int    IMFIT_TOO_FEW; // need more than this number of stars to fit an image
    183184int    IMFIT_CLIP_NITER; // number of clipping iterations to perform in FitChip
    184185double IMFIT_CLIP_NSIGMA; // number of sigma to clip in FitChip
     
    409410void FitSimple (StarData *raw, StarData *ref, int Nmatch, Coords *coords);
    410411void initObjectData (Catalog *catalog, int Ncatalog);
    411 int UpdateObjects (Catalog *catalog, int Ncatalog);
     412int UpdateObjects (Catalog *catalog, int Ncatalog, int Nloop);
    412413int UpdateSimple (Catalog *catalog, int Ncatalog);
    413414int UpdateChips (Catalog *catalog, int Ncatalog);
Note: See TracChangeset for help on using the changeset viewer.