- Timestamp:
- May 21, 2021, 11:11:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/include/relphot.h
r41603 r41604 49 49 50 50 typedef enum { 51 MODE_NONE = 0,52 MODE_LOAD = 1,53 MODE_UPDATE = 2,51 MODE_NONE = 0, 52 MODE_LOAD = 1, 53 MODE_UPDATE = 2, 54 54 MODE_UPDATE_OBJECTS = 3, 55 MODE_SYNTH_PHOT = 4,55 MODE_SYNTH_PHOT = 4, 56 56 } ModeType; 57 57 … … 814 814 void free_astrom_table (); 815 815 816 int RepairWarpMeasures (Catalog *catalog);817 818 int FindWarpGroups (void);819 int GetWarpSeq (Image *image, int obstime, unsigned short photcode, double Rave, double Dave, float X, float Y);820 void FreeWarpGroups (void);821 822 myIndexType *myIndexInit ();823 int myIndexFree (myIndexType *myIndex);824 int myIndexUpdateLimits (myIndexType *myIndex, int value);825 int myIndexSetRange (myIndexType *myIndex);826 int myIndexSetEntry (myIndexType *myIndex, int value, int entry);827 int myIndexGetEntry (myIndexType *myIndex, int value);828 829 816 uint64_t CreatePSPSObjectID(double ra, double dec); 830 817 uint64_t CreatePSPSStackDetectionID(int sourceID, int imageID, int detID); 831 818 uint64_t CreatePSPSDetectionID(double tobs, int ccdid, int detID); 832 819 833 int MakeStackIndex (void);834 void FreeStackGroups (void);835 int GetStackSeq (Image *image, double Rstk, double Dstk, unsigned short photcode, float X, float Y);836 820 void sort_by_ra (double *R, double *D, int *I, int *S, int N); 837 838 void RepairWarpMeasuresOpenLogfile ();839 void RepairWarpMeasuresCloseLogfile ();840 821 841 822 void dump_tgroups (Catalog *catalog, int Npass);
Note:
See TracChangeset
for help on using the changeset viewer.
