IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2007, 2:25:56 PM (19 years ago)
Author:
eugene
Message:

help updates from Mark Pitts

Location:
trunk/Ohana/src/opihi/cmd.data/help
Files:
13 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/help/concat

    r4688 r14175  
    22   concat v1 v2
    33
    4    concatenates the values of vector v2 to the end of vector
    5    v1, increasing the length of v1.
     4   Concatenates the values of vector v1 to the end of vector
     5    v2, increasing the length of v2.
    66
    77   See also: subset, set
    8 
  • trunk/Ohana/src/opihi/cmd.data/help/create

    r4688 r14175  
    11
    2    create vector start end [delta]
     2   create (vector) (start) (end) [delta]
    33
    4    create a vector of uniformly spaced values, starting at
    5    start and going to end.  By default the spacing is 1, but
    6    may be chosen with the delta option.
     4   Create a vector of uniformly spaced values, starting at
     5   (start) and going to (end).  By default the spacing is 1, but
     6   may be chosen with the [delta] option.
    77
     8   Note: A vector cannot be created if an image buffer already
     9    exists with the same name
  • trunk/Ohana/src/opihi/cmd.data/help/delete

    r4688 r14175  
    11
    2   delete <buffer>
     2  delete (buffer/vector/variable)
    33
    4   delete the named buffer.  Warning: no second chances are given!
     4  Delete the named buffer/vector/variable.
    55
     6  Warning: no second chances are given!
     7
     8  Note: Delete will remove the buffer/vector of a
     9   given name first, then delete the variable of
     10   the same name upon the second call.
  • trunk/Ohana/src/opihi/cmd.data/help/fit

    r4688 r14175  
    11
    2    fit x y order [-dy wt]
     2   fit (-q) x y (order) (-dy wt) (-clip sig N)
    33
    44   perform a lease-square polynomial fit to the data defined
     
    66   $C0, $C1, ..., and the order is placed in $Cn.
    77
     8   order: order of fit
     9   -q: quiets the fit (no output to window)
     10   -dy: take into account the error vector wt
     11   -clip: remove outliers beyond sig*sigma from the fit;
     12           perform N iterations of this
     13
    814   See also: applyfit
    915
Note: See TracChangeset for help on using the changeset viewer.