IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 11, 2017, 10:10:18 AM (9 years ago)
Author:
eugene
Message:

add floating-mean periodogram; convert style elements to enums; add bar plots; extend number of active JobIDs

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/opihi/cmd.data/init.c

    r40007 r40165  
    9191int peak             PROTO((int, char **));
    9292int periodogram      PROTO((int, char **));
     93int periodogram_fm   PROTO((int, char **));
    9394int plot             PROTO((int, char **));
    9495int dot              PROTO((int, char **));
     
    270271  {1, "parity",       parity,           "set image parity"},
    271272  {1, "peak",         peak,             "find vector peak in range"},
    272   {1, "periodogram",  periodogram,      "measure periods in unevenly sampled data"},
     273  {1, "periodogram",    periodogram,    "measure periods in unevenly sampled data (Lomb-Scargle)"},
     274  {1, "periodogram_fm", periodogram_fm, "measure periods in unevenly sampled data (generalized Lomb-Scargle; floating mean)"},
    273275  {1, "plot",         plot,             "plot a pair of vectors"},
    274276  {1, "png",          jpeg,             "convert display graphic to PNG"},
Note: See TracChangeset for help on using the changeset viewer.