Changeset 41556 for trunk/Ohana/src/relphot/include/relphot.h
- Timestamp:
- Apr 27, 2021, 8:39:17 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/include/relphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/include/relphot.h
r41555 r41556 643 643 int setMcalOutput PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr)); 644 644 645 void setMcal PROTO((Catalog *catalog, int Poor,FlatCorrectionTable *flatcorr));646 int setMmos PROTO((Catalog *catalog, int Poor,FlatCorrectionTable *flatcorr));647 int setMgrp PROTO((Catalog *catalog, int Poor,FlatCorrectionTable *flatcorr));645 void setMcal PROTO((Catalog *catalog, FlatCorrectionTable *flatcorr)); 646 int setMmos PROTO((Catalog *catalog, FlatCorrectionTable *flatcorr)); 647 int setMgrp PROTO((Catalog *catalog, FlatCorrectionTable *flatcorr)); 648 648 649 649 int setMrel PROTO((Catalog *catalog, int Ncatalog, FlatCorrectionTable *flatcorr)); … … 841 841 void RepairWarpMeasuresCloseLogfile (); 842 842 843 int save_images_backup (FITS_DB *db);844 845 843 void dump_tgroups (Catalog *catalog, int Npass); 846 844 void dump_catalog (Catalog *catalog, off_t c, int Npass); … … 853 851 int UseStandardOLS (ZptFitModeType mode); 854 852 int GetActivePhotcodeIndex (int photcode); 853 854 int save_images_backup (FITS_DB *db); 855 int save_images_updates (FITS_DB *db); 856 857 int MagResidSave(char *filename, Catalog *catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
