IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 11:11:57 AM (5 years ago)
Author:
eugene
Message:

strip out the old code to repair warps (code moved to dvomerge)

File:
1 edited

Legend:

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

    r41603 r41604  
    4949
    5050typedef 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,
    5454    MODE_UPDATE_OBJECTS = 3,
    55     MODE_SYNTH_PHOT = 4,
     55    MODE_SYNTH_PHOT     = 4,
    5656} ModeType;
    5757
     
    814814void free_astrom_table ();
    815815
    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 
    829816uint64_t CreatePSPSObjectID(double ra, double dec);
    830817uint64_t CreatePSPSStackDetectionID(int sourceID, int imageID, int detID);
    831818uint64_t CreatePSPSDetectionID(double tobs, int ccdid, int detID);
    832819
    833 int MakeStackIndex (void);
    834 void FreeStackGroups (void);
    835 int GetStackSeq (Image *image, double Rstk, double Dstk, unsigned short photcode, float X, float Y);
    836820void sort_by_ra (double *R, double *D, int *I, int *S, int N);
    837 
    838 void RepairWarpMeasuresOpenLogfile ();
    839 void RepairWarpMeasuresCloseLogfile ();
    840821
    841822void dump_tgroups (Catalog *catalog, int Npass);
Note: See TracChangeset for help on using the changeset viewer.