IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2018, 3:20:35 PM (8 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/czw_branch/20170908/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20170908/Ohana

  • branches/czw_branch/20170908/Ohana/src/opihi/cmd.data/init.c

    r40007 r40477  
    5555int hermitian1d      PROTO((int, char **));
    5656int hermitian2d      PROTO((int, char **));
     57int idxread          PROTO((int, char **));
    5758int imcut            PROTO((int, char **));
    5859int imhist           PROTO((int, char **));
     
    8990int mset             PROTO((int, char **));
    9091int needles          PROTO((int, char **));
     92int nnet_command     PROTO((int, char **));
    9193int peak             PROTO((int, char **));
    9294int periodogram      PROTO((int, char **));
     95int periodogram_fm   PROTO((int, char **));
    9396int plot             PROTO((int, char **));
    9497int dot              PROTO((int, char **));
     
    140143int tvcontour        PROTO((int, char **));
    141144int tvgrid           PROTO((int, char **));
    142 int opihi_type             PROTO((int, char **));
     145int opihi_type       PROTO((int, char **));
    143146int uniq             PROTO((int, char **));
     147int uniqpair         PROTO((int, char **));
    144148int unsign           PROTO((int, char **));
    145149int vbin             PROTO((int, char **));
     
    149153int vgrid            PROTO((int, char **));
    150154int vgauss           PROTO((int, char **));
     155int vlorentz         PROTO((int, char **));
    151156int vellipse         PROTO((int, char **));
    152157int vmaxwell         PROTO((int, char **));
     
    232237  {1, "hermitian1d",  hermitian1d,      "generate 1-D Hermitian Polynomial"},
    233238  {1, "hermitian2d",  hermitian2d,      "generate 2-D Hermitian Polynomial"},
     239  {1, "idxread",      idxread,          "read vector or image data from an IDX file"},
    234240  {1, "imbin",        rebin,            "rebin image data by factor of N"},
    235241  {1, "imclip",       imclip,           "clip values in an image to be within a range"},
     
    268274  {1, "imset",        mset,             "insert a vector in an image"},
    269275  {1, "needles",      needles,          "plot vectors needles"},
     276  {1, "nnet",         nnet_command,     "Neural Network commands"},
    270277  {1, "parity",       parity,           "set image parity"},
    271278  {1, "peak",         peak,             "find vector peak in range"},
    272   {1, "periodogram",  periodogram,      "measure periods in unevenly sampled data"},
     279  {1, "periodogram",    periodogram,    "measure periods in unevenly sampled data (Lomb-Scargle)"},
     280  {1, "periodogram_fm", periodogram_fm, "measure periods in unevenly sampled data (generalized Lomb-Scargle; floating mean)"},
    273281  {1, "plot",         plot,             "plot a pair of vectors"},
    274282  {1, "png",          jpeg,             "convert display graphic to PNG"},
     
    323331  {1, "ungridify",    ungridify,        "convert image region to vector triplet"},
    324332  {1, "uniq",         uniq,             "create a uniq vector subset from a vector"},
     333  {1, "uniqpair",     uniqpair,         "create a uniq vector subset from a pair of vectors, saving duplicates if desired"},
    325334  {1, "unsign",       unsign,           "toggle the UNSIGN status"},
    326335  {1, "vbin",         vbin,             "rebin vector data by a factor of N"},
     
    330339  {1, "vtype",        vtype,            "return the vector type (FLT or INT)"},
    331340  {1, "vgauss",       vgauss,           "fit a Gaussian to a vector"},
     341  {1, "vlorentz",     vlorentz,         "fit a Lorentzian to a vector"},
    332342  {1, "vellipse",     vellipse,         "fit a Ellipse to a vector pair"},
    333343  {1, "vgrid",        vgrid,            "generate an image from a triplet of vectors"},
Note: See TracChangeset for help on using the changeset viewer.