- Added documentation to nxscript.htm
This commit is contained in:
@ -104,6 +104,14 @@ the dictionary file:
|
|||||||
would denote the normal counting tube at a scanning type of
|
would denote the normal counting tube at a scanning type of
|
||||||
experiment.
|
experiment.
|
||||||
</dl>
|
</dl>
|
||||||
|
<dt>nxscript puthdb path ?alias
|
||||||
|
<dd>Put a hipadaba path. The alias to put the data too is found in one of two places: as the nxalias
|
||||||
|
property on the node or as given on the command line. The alias is expected to match the size and type of
|
||||||
|
the data. Please note that hipadaba stores all floats as double which is NX_FLOAT64 as number type.
|
||||||
|
<dt>nxscript puthdbslab path start size
|
||||||
|
<dd>Put a hipdaba node as a slab. The node must have a property nxalias to determine where to write to.
|
||||||
|
Start and size are Tcl lists which give the start point where to write and the size of the data
|
||||||
|
to write. See nxscript putslab for more information.
|
||||||
<dt>nxscript puthm hmAlias hmName ?start? ?length? ?bank?
|
<dt>nxscript puthm hmAlias hmName ?start? ?length? ?bank?
|
||||||
<dd>Writes data from the histogram memory hmName to a NeXus file using
|
<dd>Writes data from the histogram memory hmName to a NeXus file using
|
||||||
the alias hmAlias. Nxscript automatically updates the dim0, dim1, ..., timedim
|
the alias hmAlias. Nxscript automatically updates the dim0, dim1, ..., timedim
|
||||||
|
Reference in New Issue
Block a user