IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2013, 11:01:53 AM (13 years ago)
Author:
eugene
Message:

fix up the boundary tree for parallel ops

File:
1 edited

Legend:

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

    r35734 r35737  
    118118  int projID;
    119119  int skycellID;
    120   unsigned int tzero;
    121120  unsigned int tzero;
    122121  unsigned char trate;
     
    401400
    402401int MatchImageName (off_t meas, int cat, char *name);
     402int MatchImageSkycellID (off_t meas, int cat, int myProjectionID, int mySkycellID);
    403403
    404404int load_tree (char *treefile);
    405405int BoundaryTreePrimaryCell (char *primaryCellName, double ra, double dec);
     406int BoundaryTreePrimaryCellIDs (int *projID, int *skycellID, double ra, double dec);
    406407
    407408int print_measure_set_alt (Average *average, SecFilt *secfilt, Measure *measure);
Note: See TracChangeset for help on using the changeset viewer.