- Timestamp:
- Jun 27, 2018, 3:20:35 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.data/init.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/Ohana
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/Ohana/src/opihi/cmd.data/init.c
r40007 r40477 55 55 int hermitian1d PROTO((int, char **)); 56 56 int hermitian2d PROTO((int, char **)); 57 int idxread PROTO((int, char **)); 57 58 int imcut PROTO((int, char **)); 58 59 int imhist PROTO((int, char **)); … … 89 90 int mset PROTO((int, char **)); 90 91 int needles PROTO((int, char **)); 92 int nnet_command PROTO((int, char **)); 91 93 int peak PROTO((int, char **)); 92 94 int periodogram PROTO((int, char **)); 95 int periodogram_fm PROTO((int, char **)); 93 96 int plot PROTO((int, char **)); 94 97 int dot PROTO((int, char **)); … … 140 143 int tvcontour PROTO((int, char **)); 141 144 int tvgrid PROTO((int, char **)); 142 int opihi_type PROTO((int, char **));145 int opihi_type PROTO((int, char **)); 143 146 int uniq PROTO((int, char **)); 147 int uniqpair PROTO((int, char **)); 144 148 int unsign PROTO((int, char **)); 145 149 int vbin PROTO((int, char **)); … … 149 153 int vgrid PROTO((int, char **)); 150 154 int vgauss PROTO((int, char **)); 155 int vlorentz PROTO((int, char **)); 151 156 int vellipse PROTO((int, char **)); 152 157 int vmaxwell PROTO((int, char **)); … … 232 237 {1, "hermitian1d", hermitian1d, "generate 1-D Hermitian Polynomial"}, 233 238 {1, "hermitian2d", hermitian2d, "generate 2-D Hermitian Polynomial"}, 239 {1, "idxread", idxread, "read vector or image data from an IDX file"}, 234 240 {1, "imbin", rebin, "rebin image data by factor of N"}, 235 241 {1, "imclip", imclip, "clip values in an image to be within a range"}, … … 268 274 {1, "imset", mset, "insert a vector in an image"}, 269 275 {1, "needles", needles, "plot vectors needles"}, 276 {1, "nnet", nnet_command, "Neural Network commands"}, 270 277 {1, "parity", parity, "set image parity"}, 271 278 {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)"}, 273 281 {1, "plot", plot, "plot a pair of vectors"}, 274 282 {1, "png", jpeg, "convert display graphic to PNG"}, … … 323 331 {1, "ungridify", ungridify, "convert image region to vector triplet"}, 324 332 {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"}, 325 334 {1, "unsign", unsign, "toggle the UNSIGN status"}, 326 335 {1, "vbin", vbin, "rebin vector data by a factor of N"}, … … 330 339 {1, "vtype", vtype, "return the vector type (FLT or INT)"}, 331 340 {1, "vgauss", vgauss, "fit a Gaussian to a vector"}, 341 {1, "vlorentz", vlorentz, "fit a Lorentzian to a vector"}, 332 342 {1, "vellipse", vellipse, "fit a Ellipse to a vector pair"}, 333 343 {1, "vgrid", vgrid, "generate an image from a triplet of vectors"},
Note:
See TracChangeset
for help on using the changeset viewer.
