From fa58bc51653b1459f79da8f613c57f06e884ab2f Mon Sep 17 00:00:00 2001 From: koennecke Date: Wed, 16 Aug 2006 14:13:27 +0000 Subject: [PATCH] - Updatex nxscipt documentation --- doc/manager/nxscript.htm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/manager/nxscript.htm b/doc/manager/nxscript.htm index 39e359d8..6a0492c5 100644 --- a/doc/manager/nxscript.htm +++ b/doc/manager/nxscript.htm @@ -104,7 +104,7 @@ the dictionary file: would denote the normal counting tube at a scanning type of experiment. -
nxscript puthm hmAlias hmName ?start? ?length? +
nxscript puthm hmAlias hmName ?start? ?length? ?bank?
Writes data from the histogram memory hmName to a NeXus file using the alias hmAlias. Nxscript automatically updates the dim0, dim1, ..., timedim dictionary variables. Thus these can be used to define the dimensions in the @@ -116,7 +116,9 @@ subset writing, the dimensions have to be specified in the definition string belonging to the alias. Nxscript sets a variable timedim in the dictionary though which contains the length of a time binning if appropriate. This is a special feauture for writing extra detectors at -SANS and AMOR. +SANS and AMOR. Optionally, together with start and length, a bank number can +be given. This is a feauture to support the rare case of having multiple banks +in one histogram memory. If not give bank defaults to 0.
nxscript puttimebinning aliasName hmName
Writes the time binning at histogram memory hmName to file using the alias aliasName. The length of the time binning data is @@ -132,7 +134,12 @@ considered a float array.
nxsript putglobal attName bla bla bla
This writes an global attribute attName. Everything after attName is concatenated to a string which then respresents the value of the -attribute. +attribute. +
nxscript putsicsdata alias dataname +
Writes the sicsdata array dataname to alias. +
nxscript putattribute alias name value +
Add another text attribute to alias. The name of the attribute is name, the + value value.
nxscript makelink targetAlias victimAlias
This creates a symbolic link for victimAlias in the group designated by targetAlias.