- Timestamp:
- May 27, 2021, 11:41:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/include/relphot.h
r41615 r41620 442 442 int RESET; 443 443 int RESET_ZEROPTS; 444 int RESET_FLATCORR; 444 445 int REPAIR_WARPS; 445 446 int PRESERVE_PS1; … … 578 579 ImageSubset *getimages_subset PROTO((off_t *N)); 579 580 void global_stats PROTO((Catalog *catalog, int Ncatalog, int nloop)); 580 void initGrid PROTO(( ));581 void initGrid PROTO((void)); 581 582 void setMflatFromGrid PROTO((Catalog *catalog)); 582 void initGridBins PROTO(( ));583 void initGridBins PROTO((void)); 583 584 GridCorrectionType *getGridCorrByCode PROTO((int code)); 584 585 GridCorrectionType *getGridCorrNext PROTO((int *Nlast)); … … 749 750 StatDataSet *StatDataSetAlloc (int Nsecfilt, int Nmax); 750 751 751 int init_synthetic_mags ( );752 int init_synthetic_mags (void); 752 753 int add_synthetic_mags (AverageTiny *average, SecFilt *secfilt, MeasureTiny *measure, off_t *Nmeasure, off_t *Nm); 753 754 … … 810 811 811 812 int SynthZeroPointsLoad (char *filename); 812 SynthZeroPoints *SynthZeroPointsGet ( );813 SynthZeroPoints *SynthZeroPointsGet (void); 813 814 814 815 int relphot_synthphot (SkyList *sky, int hostID, char *hostpath); … … 829 830 830 831 void put_astrom_table (AstromOffsetTable *myTable); 831 void free_astrom_table ( );832 void free_astrom_table (void); 832 833 833 834 uint64_t CreatePSPSObjectID(double ra, double dec); … … 852 853 853 854 int MagResidSave(char *filename, Catalog *catalog); 855 856 void ResetAverageAndMeasure (Catalog *catalog); 857 void ResetAverageObjects (Catalog *catalog); 858 void ResetImages (Image *subset, off_t Nsubset); 859 void ResetMeasureZeroPoints (MeasureTiny *measure, off_t Nmeasure, off_t Ncat); 860 void ResetAverageActivePhotcodes (SecFilt *secfilt); 861 862
Note:
See TracChangeset
for help on using the changeset viewer.
