IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2020, 12:14:23 PM (6 years ago)
Author:
eugene
Message:

updates to allow for level L5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r40583 r41424  
    11351135SkyList   *SkyListChildrenByBounds_List PROTO((SkyList *table, int depth, double Rmin, double Rmax, double Dmin, double Dmax));
    11361136
     1137/* APIs to split and extend a skytable */
     1138void       SkyTableL5fromL4_List   PROTO((SkyRegion *L4, SkyTable *L5, int Nfirst));
     1139void       SkyTableExtend          PROTO((SkyTable *old, SkyTable *new, int depth));
     1140
     1141
    11371142int set_skyregion(double Rs, double Re, double Ds, double De);
    11381143int get_skyregion (double *Rs, double *Re, double *Ds, double *De);
Note: See TracChangeset for help on using the changeset viewer.