- Timestamp:
- May 25, 2021, 5:00:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/include/relphot.h
r41611 r41615 66 66 PS1_w = 6, 67 67 } PS1filters; 68 69 typedef enum { 70 GRID_MEAN = 0, 71 GRID_STDEV = 1, 72 GRID_NPTS = 2, 73 } GridOutputMode; 68 74 69 75 typedef struct { … … 374 380 int SKY_DEPTH; /** XXX EAM : depth of catalog tables, fix usage */ 375 381 char *SYNTH_ZERO_POINTS; 382 char *GRID_MEANFILE; 376 383 377 384 // globals for parallel region operations … … 574 581 void setMflatFromGrid PROTO((Catalog *catalog)); 575 582 void initGridBins PROTO(()); 576 GridCorrectionType *getGridCorr PROTO((int *Nlast)); 577 int GridCorrectionSave PROTO((char *filename)); 583 GridCorrectionType *getGridCorrByCode PROTO((int code)); 584 GridCorrectionType *getGridCorrNext PROTO((int *Nlast)); 585 int GridCorrectionSave PROTO((void)); 586 int GridCorrectionSaveFile PROTO((char *filename, GridOutputMode mode)); 587 void GridCorrectionLoad PROTO((char *filename)); 578 588 void initImageBins PROTO((Catalog *catalog, int Ncatalog, int doImageList)); 579 589 void initImagesSubset PROTO((ImageSubset *input, off_t *line_number, off_t N));
Note:
See TracChangeset
for help on using the changeset viewer.
