*** empty log message ***

This commit is contained in:
cvs
2002-07-10 11:02:33 +00:00
parent 94230f18bc
commit d57cd3af50
5 changed files with 253 additions and 0 deletions

30
doc/user/poldiwrite.htm Normal file
View File

@ -0,0 +1,30 @@
<HTML>
<HEAD>
<TITLE>POLDI Data Storage</TITLE>
</HEAD>
<BODY>
<H1>POLDI Data Storage</H1>
<P>
POLDI writes data into portable binary NeXus files. The scheme implemented
involves opening a new file for any run and updating this file at
predefined intervalls during counting operations. All this is commonly
handled automatically by the <a href="count.htm">count</a>
command. However, data file writing can be initiated and configured
manually from the command line through the following commands:
<dl>
<DT>storedata start
<DD>Write a new data file
<DT>storedata update
<DD>Updates the current data file.
<DT>storedata intervall
<DD>prints the current update intervall to use during counting. Units
is minutes. Default is 20 minutes.
<DT>storedata intervall <i>newval</i>
<DD>Sets the update intervall to newval minutes.
<DT>killfile
<DD>This command will overwrite the last data file written and thus
effectively erase it. Therefore this command requires manager privilege.
</DL>
</P>
</BODY>
</HTML>