- Initial versions of AMOR and triple axis manuals

This commit is contained in:
cvs
2002-07-10 11:56:17 +00:00
parent 3733c77caf
commit e0c5afcf6d
16 changed files with 1851 additions and 11 deletions

54
doc/user/tasstore.htm Normal file
View File

@ -0,0 +1,54 @@
<HTML>
<HEAD>
<TITLE>TAS Data Storage</TITLE>
</HEAD>
<BODY>
<H1>TAS Data Storage</H1>
<P>
Triple axis spectrometer data is stored in ASCII files. These ASCII
files are formatted in a format compatible to the ILL's triple axis
data file format. Data files can be found in directories:
<pre>
/home/INST/data/YYYY
</pre>
on the instrument computer or in
<pre>
/data/lnslib/data/INST/data/YYYY
</pre>
on any other LNS unix system. INST is a placeholder for the instrument
name in capitals, YYYY for the year of data collection. Data files are
named according to the SINQ naming convention:
<pre>
instRRRRRYYYY.dat
</pre>
with inst being the placeholder for the instrument name in lowercase,
RRRRR the run number as a five digit number and YYYY again the year of
data collection. Example: tasp003302002.dat is data collected in run
number 330 in 2002.
</p>
<p>
The last measured data file can be discarded by typing the command:
<pre>
<em>killfile</em>
</pre>
in SICS. SICS managers privilege is required for this command.
</p>
<p>
Automatically generated log files can be found in the /home/INST/log
directory for each day. They are named according to the scheme:
<pre>
autoYYYY-MM-DD@HH-MM-SS.log
</pre>
YYYY is again the year, MM the month, DD the day, HH the hour, MM the
minute and SS the second of file creation.
</p>
</BODY>
</HTML>