Initial revision

This commit is contained in:
cvs
2000-02-07 10:38:55 +00:00
commit fdc6b051c9
846 changed files with 230218 additions and 0 deletions

23
doc/user/nextrics.htm Normal file
View File

@ -0,0 +1,23 @@
<HTML>
<HEAD>
<TITLE>TRICS NeXus Fiel Wrting Object</TITLE>
</HEAD>
<BODY>
<H1>TRICS NeXus File Writing Object</H1>
<P>
TRICS writes its data files in the upcoming NeXus data format standard for
neutron scattering and X-ray diffraction. The user may interact with this
object through the following commands:
<DL>
<DT>nexus start
<DD>Starts a new NeXus file.
<DT>nexus reopen filename
<DD>Reopens a NeXus file which has already been written to.
<DT>nexus dumpframe
<DD>Writes a frame of data at the current settings to the NeXus file.
<DT>nexus file
<DD>Prints the filename of the data file currently in use.
</DL>
</P>
</BODY>
</HTML>