source: sasview/src/sas/guiframe/media/data_formats_help.rst @ 6f10243

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 6f10243 was 6f10243, checked in by smk78, 9 years ago

Minor format change

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[2b7d102]1.. data_formats.rst
2
3.. This is a port of the original SasView html help file to ReSTructured text
4.. by S King, ISIS, during SasView CodeCamp-III in Feb 2015.
5
6Data Formats
7============
8
91D_Formats_
10
112D_Formats_
12
13.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
14
15.. _1D_Formats:
16
171D Formats
18----------
19
20SasView will read files with 2 to 4 columns of numbers in the following order:
21
22    Q, I(Q), (dI(Q), dQ(Q))
23   
24where dQ(Q) is the instrumental resolution in Q and assumed to have originated
25from pinhole geometry.
26
27Numbers can be separated by spaces or commas.
28
29SasView recognises the following file extensions:
30
31    .TXT
[6f10243]32   
[2b7d102]33    .ASC
[6f10243]34   
[2b7d102]35    .DAT
[6f10243]36   
[2b7d102]37    .XML (in canSAS format v1.0 and 1.1)
38
39If using CSV output from, for example, a spreadsheet, ensure that it is not
40using commas as delimiters for thousands.
41
42For a description of the NIST 1D format see:
[6f10243]43
[2b7d102]44http://danse.chem.utk.edu/trac/wiki/NCNROutput1D_IQ
45
46For a description of the ISIS 1D format see:
[6f10243]47
[2b7d102]48http://www.isis.stfc.ac.uk/instruments/loq/software/colette-ascii-file-format-descriptions9808.pdf
49
50NB: SasView does not at present load data where the Q and I(Q) data are in
51separate files.
52
53.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
54
55.. _2D_Formats:
56
572D Formats
58----------
59
60SasView will only read files in the NIST 2D format with the extensions
61.ASC or .DAT
62
63Most of the header lines can be removed except the last line, and only the
64first three columns (Qx, Qy, and I(Qx,Qy)) are actually required.
65
66For a description of the NIST 2D format see:
[6f10243]67
[2b7d102]68http://danse.chem.utk.edu/trac/wiki/NCNROutput1D_2DQxQy
69
70.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
Note: See TracBrowser for help on using the repository browser.