- Fixed the SICS MAD documentation
This commit is contained in:
@ -10,24 +10,27 @@ 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
|
||||
/home/INST/data/YYYY/HHH
|
||||
|
||||
</pre>
|
||||
on the instrument computer or in
|
||||
<pre>
|
||||
|
||||
/data/lnslib/data/INST/data/YYYY
|
||||
/afs/psi.ch/project/sinqdata/YYYY/INST/HHH
|
||||
|
||||
</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
|
||||
name in capitals, YYYY for the year of data collection. HHH is the thousands
|
||||
directoy. In order to facilitate file handling, data files are grouped into directories
|
||||
containing thousand data files each. Thus files 0-999 will be in the 000 directory, files
|
||||
1000-1999 in the 001 directory etc. Data files are
|
||||
named according to the SINQ naming convention:
|
||||
<pre>
|
||||
instRRRRRYYYY.dat
|
||||
instYYYYnTRRRRR.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
|
||||
RRRRRR the run number as a six digit number and YYYY again the year of
|
||||
data collection. Example: tasp2002n000330.dat is data collected in run
|
||||
number 330 in 2002.
|
||||
</p>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user