Changeset 41473 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Jan 24, 2021, 3:31:48 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r41467 r41473 30 30 31 31 typedef enum { 32 ZPT_STARS, 32 33 ZPT_TGROUP, 33 34 ZPT_MOSAIC, … … 458 459 // int PhotNsec; 459 460 460 PhotCode *refPhotcode; 461 PhotCode *refPhotcode; 462 int USE_REFERENCE_WEIGHT; 461 463 462 464 int MaxDensityUse; … … 633 635 int setMcalOutput PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr)); 634 636 635 void setMcal PROTO((Catalog *catalog, int Nloop, intPoor, FlatCorrectionTable *flatcorr));636 int setMmos PROTO((Catalog *catalog, int Nloop, intPoor, FlatCorrectionTable *flatcorr));637 int setMgrp PROTO((Catalog *catalog, int Nloop, intPoor, FlatCorrectionTable *flatcorr));637 void setMcal PROTO((Catalog *catalog, int Poor, FlatCorrectionTable *flatcorr)); 638 int setMmos PROTO((Catalog *catalog, int Poor, FlatCorrectionTable *flatcorr)); 639 int setMgrp PROTO((Catalog *catalog, int Poor, FlatCorrectionTable *flatcorr)); 638 640 639 641 int setMrel PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr)); … … 834 836 void dump_catalog (Catalog *catalog, off_t c, int Npass); 835 837 836 void SetZeroPointModes (int nloop); 837 int UseStandardOLS (int nloop, ZptFitModeType mode); 838 void SetZptIteration (int current); 839 int GetZptIteration (void); 840 841 void SetZeroPointModes (void); 842 int UseStandardOLS (ZptFitModeType mode);
Note:
See TracChangeset
for help on using the changeset viewer.
