IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2014, 6:09:47 AM (13 years ago)
Author:
eugene
Message:

finished the tess table modifications; code seems ready to support 3pi and MD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20131211/Ohana/src/relphot/include/relphot.h

    r35806 r36474  
    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.