IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2018, 12:37:03 PM (8 years ago)
Author:
eugene
Message:

clean up memory leaks for avperiodogram and related; finish avperiodomatch

File:
1 edited

Legend:

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

    r40398 r40408  
    44int avmatch         PROTO((int, char **));
    55int avperiodogram   PROTO((int, char **));
     6int avperiodomatch  PROTO((int, char **));
    67int badimages       PROTO((int, char **));
    78int calextract      PROTO((int, char **));
     
    6869  {1, "avextract",   avextract,    "extract average data values"},
    6970  {1, "avmatch",     avmatch,      "extract average data values matched to RA,DEC points"},
    70   {1, "avperiodogram", avperiodogram, "perform periodogram on objects based on restrictions"},
     71  {1, "avperiodogram",  avperiodogram, "perform periodogram on objects based on restrictions"},
     72  {1, "avperiodomatch", avperiodomatch, "perform periodogram on objects based on ra,dec list"},
    7173  {1, "badimages",   badimages,    "look for images with anomalous astrometry"},
    7274//  {1, "calextract",  calextract,   "extract photometry calibration"},
Note: See TracChangeset for help on using the changeset viewer.