IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2016, 12:26:55 PM (10 years ago)
Author:
eugene
Message:

finish code to repair warps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/include/relastro.h

    r39471 r39474  
    805805int FindWarpGroups (void);
    806806void FreeWarpGroups (void);
    807 int GetWarpID (Image *image, int obstime, unsigned short photcode, double Rave, double Dave, float X, float Y);
     807int GetWarpSeq (Image *image, int obstime, unsigned short photcode, double Rave, double Dave, float X, float Y);
    808808
    809809myIndexType *myIndexInit ();
     
    813813int myIndexSetEntry (myIndexType *myIndex, int value, int entry);
    814814int myIndexGetEntry (myIndexType *myIndex, int value);
     815
     816uint64_t CreatePSPSObjectID(double ra, double dec);
     817uint64_t CreatePSPSStackDetectionID(int sourceID, int imageID, int detID);
     818uint64_t CreatePSPSDetectionID(double tobs, int ccdid, int detID);
Note: See TracChangeset for help on using the changeset viewer.