Difference between revisions of "Add multrawfile"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | >> dso = | + | >> dso = add_multrawfile(dso,'raw_file1','rawfile2'...'rawfileN') |
</pre> | </pre> | ||
* [IXTdata_source] operation | * [IXTdata_source] operation | ||
* dso is an [IXTdata_source] | * dso is an [IXTdata_source] | ||
− | * 'raw_file1'->'raw_fileN' are strings defining the location of the raw data files to be loaded and combined together eg. <tt>'X:\rawfiles\inst12345.RAW'</tt> or <tt>'inst_data:::inst12345.raw'</tt> | + | * <tt>'raw_file1'</tt>-><tt>'raw_fileN'</tt> are strings defining the location of the raw data files to be loaded and combined together eg. <tt>'X:\rawfiles\inst12345.RAW'</tt> or <tt>'inst_data:::inst12345.raw'</tt> |
Latest revision as of 16:53, 30 January 2008
>> dso = add_multrawfile(dso,'raw_file1','rawfile2'...'rawfileN')
- [IXTdata_source] operation
- dso is an [IXTdata_source]
- 'raw_file1'->'raw_fileN' are strings defining the location of the raw data files to be loaded and combined together eg. 'X:\rawfiles\inst12345.RAW' or 'inst_data:::inst12345.raw'