- Timestamp:
- Feb 13, 2018 11:57:55 AM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 61bfd36
- Parents:
- 7b4676a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/media/data_formats_help.rst
rfafb396 r1eb86a5 28 28 29 29 * .TXT 30 * .ASC31 30 * .DAT 32 31 * .XML (in canSAS format v1.0 and 1.1) 32 * .H5 (as NeXus NXcanSAS only) 33 * .NXS (as NeXus NXcanSAS only) 34 35 .. note:: 36 From SasView version 4.2 onwards files written in the NIST .ASC format are no longer read. This is because that 37 format normally represents *raw* and not reduced data. 33 38 34 39 If using CSV output from, for example, a spreadsheet, ensure that it is not using commas as delimiters for thousands. … … 58 63 -------------- 59 64 60 SasView will read ASCII ('text') files in the NIST 2D format (with the extension s .ASC or .DAT) or files in the NeXus NXcanSAS (HDF5) format (with the extension .H5). File extensions are not case-sensitive. Both of these formats are written by the `Mantid Framework <http://www.mantidproject.org/>`_.65 SasView will read ASCII ('text') files in the NIST 2D format (with the extension .DAT) or files in the NeXus NXcanSAS (HDF5) format (with the extension .H5 or .NXS). File extensions are not case-sensitive. Both of these formats are written by the `Mantid Framework <http://www.mantidproject.org/>`_. 61 66 62 67 Most of the header lines in the NIST 2D format can actually be removed except the last line, and only the first three columns (*Qx, Qy,* and *I(Qx,Qy)*) are actually required. 68 69 .. note:: 70 From SasView version 4.2 onwards files written in the NIST .ASC format are no longer read. This is because that 71 format normally represents *raw* and not reduced data. 72 73 .. note:: 74 SasView does not read the standard NeXus format, only the NXcanSAS subset. 63 75 64 76 The SasView :ref:`File_Converter_Tool` available in SasView 4.1 onwards can be used to convert data sets in the 2D BSL/OTOKO format into the NeXus NXcanSAS (HDF5) format.
Note: See TracChangeset
for help on using the changeset viewer.