IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 24, 2021, 2:28:09 PM (5 years ago)
Author:
eugene
Message:

add function to measure the residual stats for each chip, fix resets and flags on resets; fix update of image mcal from tgroup and mosaic; improved determination of bad nights and bad mosaics; allow tgroups to fit only zero points without airmass terms; clean up the test detection dumps; soften the errors to avoid overweighting extreme outliers with high S/N; more careful sequencing of fitting modes; add manual iteration option

File:
1 edited

Legend:

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

    r41485 r41555  
    8888  float dMcal;
    8989  float dMsys;
     90  float stdev;
     91  float dMmin;
     92  float dMmax;
    9093  float McalChiSq;
    9194  float secz;
     
    107110  float dMsys;
    108111  float stdev;
     112  float dMmin;
     113  float dMmax;
    109114  float McalChiSq;
    110115  unsigned int nFitPhotom;
     
    155160  double min;
    156161  double max;
     162  double Upper90;
    157163  double Upper80;
    158164  double Lower20;
     165  double Lower10;
    159166  double total;
    160167  int    Nmeas;
     
    415422int    TEST_IMAGE2;
    416423
     424int    MANUAL_ITERATION;
    417425int    NLOOP;
    418426int    NGRID;
     
    643651int           setMrelOutput       PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr));
    644652
     653void          setMcalTest         PROTO((Catalog *catalog, FlatCorrectionTable *flatcorr));
     654
    645655int           setMave             PROTO((Catalog *catalog, int Ncatalog));
    646656void          set_ZP              PROTO((double ZERO));
     
    835845void dump_tgroups (Catalog *catalog, int Npass);
    836846void dump_catalog (Catalog *catalog, off_t c, int Npass);
     847void dump_tgroup_imstats (int Npass);
    837848
    838849void SetZptIteration (int current);
Note: See TracChangeset for help on using the changeset viewer.