IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2009, 2:18:40 AM (17 years ago)
Author:
eugene
Message:

add three functions to select sky lists based on input lists (not tables)

File:
1 edited

Legend:

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

    r24974 r24976  
    442442SkyList   *SkyListByBounds         PROTO((SkyTable *table, int depth, double Rmin, double Rmax, double Dmin, double Dmax));
    443443SkyList   *SkyListChildrenByBounds PROTO((SkyTable *table, int No, int depth, double Rmin, double Rmax, double Dmin, double Dmax));
     444
    444445int        SkyListMerge            PROTO((SkyList **outlist, SkyList *newlist));
    445446int        SkyListFree             PROTO((SkyList *list));
     
    448449int        SkyTableSetFilenames    PROTO((SkyTable *sky, char *path, char *ext));
    449450
     451SkyList   *SkyRegionByPoint_List   PROTO((SkyList *inList, int depth, double ra, double dec));
     452SkyList   *SkyListByBounds_List    PROTO((SkyList *table, int depth, double Rmin, double Rmax, double Dmin, double Dmax));
     453SkyList   *SkyListChildrenByBounds_List PROTO((SkyList *table, int depth, double Rmin, double Rmax, double Dmin, double Dmax));
     454
    450455/* dvo-specific sorting functions */
    451456void sortave (Average *ave, int N);
Note: See TracChangeset for help on using the changeset viewer.