IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 24, 2021, 3:31:48 PM (5 years ago)
Author:
eugene
Message:

allow reference stars to have higher weight; push OLS / IRLS choice into ZeroPointModes; update parallel version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/include/relphot.h

    r41467 r41473  
    3030
    3131typedef enum {
     32  ZPT_STARS,
    3233  ZPT_TGROUP,
    3334  ZPT_MOSAIC,
     
    458459// int            PhotNsec;
    459460
    460 PhotCode      *refPhotcode;
     461PhotCode *refPhotcode;
     462int       USE_REFERENCE_WEIGHT;
    461463
    462464int MaxDensityUse;
     
    633635int           setMcalOutput       PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr));
    634636
    635 void          setMcal             PROTO((Catalog *catalog, int Nloop, int Poor, FlatCorrectionTable *flatcorr));
    636 int           setMmos             PROTO((Catalog *catalog, int Nloop, int Poor, FlatCorrectionTable *flatcorr));
    637 int           setMgrp             PROTO((Catalog *catalog, int Nloop, int Poor, FlatCorrectionTable *flatcorr));
     637void          setMcal             PROTO((Catalog *catalog, int Poor, FlatCorrectionTable *flatcorr));
     638int           setMmos             PROTO((Catalog *catalog, int Poor, FlatCorrectionTable *flatcorr));
     639int           setMgrp             PROTO((Catalog *catalog, int Poor, FlatCorrectionTable *flatcorr));
    638640
    639641int           setMrel             PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr));
     
    834836void dump_catalog (Catalog *catalog, off_t c, int Npass);
    835837
    836 void SetZeroPointModes (int nloop);
    837 int UseStandardOLS (int nloop, ZptFitModeType mode);
     838void SetZptIteration (int current);
     839int GetZptIteration (void);
     840
     841void SetZeroPointModes (void);
     842int UseStandardOLS (ZptFitModeType mode);
Note: See TracChangeset for help on using the changeset viewer.