IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 4:49:23 PM (5 years ago)
Author:
eugene
Message:

add code to set Mflat based on Mgrid before final Mrel calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/include/relphot.h

    r41606 r41607  
    500500RelphotStages STAGES;
    501501
    502 # ifdef GRID_V1
    503 int setGridMeasure (off_t meas, int cat, double X, double Y);
    504 # endif
    505 
    506 # ifdef GRID_V2
    507 int setGridMeasure (off_t meas, int cat, double X, double Y, int ccdnum);
    508 # endif
    509 
    510502/*** relphot prototypes ***/
    511503void          ConfigInit          PROTO((int *argc, char **argv));
     
    568560void          global_stats        PROTO((Catalog *catalog, int Ncatalog, int nloop));
    569561void          initGrid            PROTO(());
     562void          setMflatFromGrid    PROTO((Catalog *catalog));
    570563void          initGridBins        PROTO(());
    571564void          initImageBins       PROTO((Catalog *catalog, int Ncatalog, int doImageList));
Note: See TracChangeset for help on using the changeset viewer.