IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2018, 2:27:25 PM (8 years ago)
Author:
eugene
Message:

add avperiodogram function; fix sorts to put NAN at one end; fix impeaks and findrowpeaks to ignore NAN values

File:
1 edited

Legend:

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

    r39602 r40398  
    33int avextract       PROTO((int, char **));
    44int avmatch         PROTO((int, char **));
     5int avperiodogram   PROTO((int, char **));
    56int badimages       PROTO((int, char **));
    67int calextract      PROTO((int, char **));
     
    6768  {1, "avextract",   avextract,    "extract average data values"},
    6869  {1, "avmatch",     avmatch,      "extract average data values matched to RA,DEC points"},
     70  {1, "avperiodogram", avperiodogram, "perform periodogram on objects based on restrictions"},
    6971  {1, "badimages",   badimages,    "look for images with anomalous astrometry"},
    7072//  {1, "calextract",  calextract,   "extract photometry calibration"},
Note: See TracChangeset for help on using the changeset viewer.