IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2021, 5:00:52 PM (5 years ago)
Author:
eugene
Message:

save grid correction into well-defined location; pass to relphot_client if needed

File:
1 edited

Legend:

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

    r41611 r41615  
    6666  PS1_w = 6,
    6767} PS1filters;
     68
     69typedef enum {
     70  GRID_MEAN = 0,
     71  GRID_STDEV = 1,
     72  GRID_NPTS = 2,
     73} GridOutputMode;
    6874
    6975typedef struct {
     
    374380int    SKY_DEPTH;  /** XXX EAM : depth of catalog tables, fix usage */
    375381char  *SYNTH_ZERO_POINTS;
     382char  *GRID_MEANFILE;
    376383
    377384// globals for parallel region operations
     
    574581void          setMflatFromGrid    PROTO((Catalog *catalog));
    575582void          initGridBins        PROTO(());
    576 GridCorrectionType *getGridCorr   PROTO((int *Nlast));
    577 int           GridCorrectionSave  PROTO((char *filename));
     583GridCorrectionType *getGridCorrByCode PROTO((int code));
     584GridCorrectionType *getGridCorrNext   PROTO((int *Nlast));
     585int           GridCorrectionSave  PROTO((void));
     586int           GridCorrectionSaveFile  PROTO((char *filename, GridOutputMode mode));
     587void          GridCorrectionLoad  PROTO((char *filename));
    578588void          initImageBins       PROTO((Catalog *catalog, int Ncatalog, int doImageList));
    579589void          initImagesSubset    PROTO((ImageSubset *input, off_t *line_number, off_t N));
Note: See TracChangeset for help on using the changeset viewer.