IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2018, 5:07:23 PM (8 years ago)
Author:
eugene
Message:

add avselect function to dvo (returns all matched objects within a radius of a list of points)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/init.c

    r40408 r40523  
    33int avextract       PROTO((int, char **));
    44int avmatch         PROTO((int, char **));
     5int avselect        PROTO((int, char **));
    56int avperiodogram   PROTO((int, char **));
    67int avperiodomatch  PROTO((int, char **));
     
    6970  {1, "avextract",   avextract,    "extract average data values"},
    7071  {1, "avmatch",     avmatch,      "extract average data values matched to RA,DEC points"},
     72  {1, "avselect",    avselect,     "extract average data values within range of a list of RA,DEC points"},
    7173  {1, "avperiodogram",  avperiodogram, "perform periodogram on objects based on restrictions"},
    7274  {1, "avperiodomatch", avperiodomatch, "perform periodogram on objects based on ra,dec list"},
Note: See TracChangeset for help on using the changeset viewer.