Changeset 14175 for trunk/Ohana/src/opihi/cmd.data
- Timestamp:
- Jul 12, 2007, 2:25:56 PM (19 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.data/help
- Files:
-
- 13 added
- 4 edited
-
close (added)
-
concat (modified) (1 diff)
-
create (modified) (1 diff)
-
cumulative (added)
-
delete (modified) (1 diff)
-
dimendown (added)
-
dimenup (added)
-
dot (added)
-
fit (modified) (2 diffs)
-
integrate (added)
-
interpolate (added)
-
peak (added)
-
periodogram (added)
-
queuedelete (added)
-
queueinit (added)
-
queuepush (added)
-
queuesize (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/help/concat
r4688 r14175 2 2 concat v1 v2 3 3 4 concatenates the values of vector v2to the end of vector5 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. 6 6 7 7 See also: subset, set 8 -
trunk/Ohana/src/opihi/cmd.data/help/create
r4688 r14175 1 1 2 create vector start end[delta]2 create (vector) (start) (end) [delta] 3 3 4 create a vector of uniformly spaced values, starting at5 start and going to end. By default the spacing is 1, but6 may be chosen with the deltaoption.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. 7 7 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 1 1 2 delete <buffer>2 delete (buffer/vector/variable) 3 3 4 delete the named buffer. Warning: no second chances are given!4 Delete the named buffer/vector/variable. 5 5 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 1 1 2 fit x y order [-dy wt]2 fit (-q) x y (order) (-dy wt) (-clip sig N) 3 3 4 4 perform a lease-square polynomial fit to the data defined … … 6 6 $C0, $C1, ..., and the order is placed in $Cn. 7 7 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 8 14 See also: applyfit 9 15
Note:
See TracChangeset
for help on using the changeset viewer.
