IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2014, 12:46:42 PM (12 years ago)
Author:
eugene
Message:

support for TessellationTable (instead of only BoundaryTree)

File:
1 edited

Legend:

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

    r35806 r36491  
    116116  unsigned int photom_map_id;
    117117  unsigned int flags;
     118  int tessID;
    118119  int projID;
    119120  int skycellID;
     
    401402
    402403int MatchImageName (off_t meas, int cat, char *name);
    403 int MatchImageSkycellID (off_t meas, int cat, int myProjectionID, int mySkycellID);
    404 
    405 int load_tree (char *treefile);
    406 int BoundaryTreePrimaryCell (char *primaryCellName, double ra, double dec);
    407 int BoundaryTreePrimaryCellIDs (int *projID, int *skycellID, double ra, double dec);
     404int MatchImageSkycellID (off_t meas, int cat, int myTessID, int myProjectionID, int mySkycellID);
     405
     406int load_tess (char *treefile);
     407int get_tess_ids (int *tessID, int *projID, int *skycellID, double ra, double dec);
     408int TessellationIDsByImageName (int *tessID, int *projID, int *skycellID, char *name);
     409
     410// int BoundaryTreePrimaryCell (char *primaryCellName, double ra, double dec);
     411// int BoundaryTreePrimaryCellIDs (int *projID, int *skycellID, double ra, double dec);
    408412
    409413int print_measure_set_alt (Average *average, SecFilt *secfilt, Measure *measure);
Note: See TracChangeset for help on using the changeset viewer.