IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2016, 10:04:11 AM (10 years ago)
Author:
eugene
Message:

adding stack measure imageID repair

File:
1 edited

Legend:

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

    r39481 r39513  
    634634uint64_t CreatePSPSStackDetectionID(int sourceID, int imageID, int detID);
    635635uint64_t CreatePSPSDetectionID(double tobs, int ccdid, int detID);
     636
     637int MakeStackIndex (void);
     638void FreeStackGroups (void);
     639int GetStackSeq (Image *image, double Rstk, double Dstk, unsigned short photcode, float X, float Y);
     640void sort_by_ra (double *R, double *D, int *I, int *S, int N);
Note: See TracChangeset for help on using the changeset viewer.