Changeset 1eb86a5 in sasview


Ignore:
Timestamp:
Feb 13, 2018 9:57:55 AM (6 years ago)
Author:
smk78
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
Message:

Updated help text in data_formats_help.rst & marketplace.rst

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/source/user/marketplace.rst

    r7b4676a r1eb86a5  
    88.. note::  
    99    These plug-in models require SasView version 4.0 or later. However,  
    10     not *all* models may work with *every* version of *SasView* because  
     10    not *all* models may work with *every* version of SasView because  
    1111    of changes to our API. 
    1212 
     
    1616code files to the Marketplace! 
    1717 
    18 Please put a comment in your code to indicate which version of *SasView* you  
     18Please put a comment in your code to indicate which version of SasView you  
    1919wrote the model for. 
    2020 
  • src/sas/sasgui/guiframe/media/data_formats_help.rst

    rfafb396 r1eb86a5  
    2828 
    2929*  .TXT 
    30 *  .ASC 
    3130*  .DAT 
    3231*  .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. 
    3338 
    3439If using CSV output from, for example, a spreadsheet, ensure that it is not using commas as delimiters for thousands. 
     
    5863-------------- 
    5964 
    60 SasView will read ASCII ('text') files in the NIST 2D format (with the extensions .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/>`_. 
     65SasView 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/>`_. 
    6166 
    6267Most 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.  
    6375 
    6476The 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.