IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2021, 11:41:52 AM (5 years ago)
Author:
eugene
Message:

consolidate reset operations for clarity

File:
1 edited

Legend:

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

    r41615 r41620  
    442442int    RESET;
    443443int    RESET_ZEROPTS;
     444int    RESET_FLATCORR;
    444445int    REPAIR_WARPS;
    445446int    PRESERVE_PS1;
     
    578579ImageSubset  *getimages_subset    PROTO((off_t *N));
    579580void          global_stats        PROTO((Catalog *catalog, int Ncatalog, int nloop));
    580 void          initGrid            PROTO(());
     581void          initGrid            PROTO((void));
    581582void          setMflatFromGrid    PROTO((Catalog *catalog));
    582 void          initGridBins        PROTO(());
     583void          initGridBins        PROTO((void));
    583584GridCorrectionType *getGridCorrByCode PROTO((int code));
    584585GridCorrectionType *getGridCorrNext   PROTO((int *Nlast));
     
    749750StatDataSet *StatDataSetAlloc (int Nsecfilt, int Nmax);
    750751
    751 int init_synthetic_mags ();
     752int init_synthetic_mags (void);
    752753int add_synthetic_mags (AverageTiny *average, SecFilt *secfilt, MeasureTiny *measure, off_t *Nmeasure, off_t *Nm);
    753754
     
    810811
    811812int SynthZeroPointsLoad (char *filename);
    812 SynthZeroPoints *SynthZeroPointsGet ();
     813SynthZeroPoints *SynthZeroPointsGet (void);
    813814
    814815int relphot_synthphot (SkyList *sky, int hostID, char *hostpath);
     
    829830
    830831void put_astrom_table (AstromOffsetTable *myTable);
    831 void free_astrom_table ();
     832void free_astrom_table (void);
    832833
    833834uint64_t CreatePSPSObjectID(double ra, double dec);
     
    852853
    853854int MagResidSave(char *filename, Catalog *catalog);
     855
     856void ResetAverageAndMeasure (Catalog *catalog);
     857void ResetAverageObjects (Catalog *catalog);
     858void ResetImages (Image *subset, off_t Nsubset);
     859void ResetMeasureZeroPoints (MeasureTiny *measure, off_t Nmeasure, off_t Ncat);
     860void ResetAverageActivePhotcodes (SecFilt *secfilt);
     861
     862
Note: See TracChangeset for help on using the changeset viewer.