Changeset 0639476 in sasview for docs/sphinx-docs/source
- Timestamp:
- Oct 6, 2016 12:21:22 PM (8 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 8d3d20a
- Parents:
- 3a22ce7 (diff), 5e906207 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Andrew Jackson <andrew.jackson@…> (10/06/16 12:21:22)
- git-committer:
- GitHub <noreply@…> (10/06/16 12:21:22)
- Location:
- docs/sphinx-docs/source
- Files:
-
- 4 added
- 13 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/user/tools.rst
rec860a8f r0639476 10 10 11 11 Data Operations Utility <sasgui/perspectives/calculator/data_operator_help> 12 12 13 13 Density/Volume Calculator <sasgui/perspectives/calculator/density_calculator_help> 14 14 15 15 Generic SANS Calculator <sasgui/perspectives/calculator/sas_calculator_help> 16 16 17 17 Image Viewer <sasgui/perspectives/calculator/image_viewer_help> 18 18 19 19 Kiessig Thickness Calculator <sasgui/perspectives/calculator/kiessig_calculator_help> 20 20 21 21 SLD Calculator <sasgui/perspectives/calculator/sld_calculator_help> 22 22 23 23 Slit Size Calculator <sasgui/perspectives/calculator/slit_calculator_help> 24 24 25 25 Q Resolution Estimator <sasgui/perspectives/calculator/resolution_calculator_help> 26 26 27 27 Python Shell <sasgui/perspectives/calculator/python_shell_help> 28 28 29 File Converter <sasgui/perspectives/file_converter/file_converter_help> -
docs/sphinx-docs/source/conf.py
refc27a7 r9a182b2 60 60 # 61 61 # The short X.Y version. 62 version = '4.0 .0'62 version = '4.0' 63 63 # The full version, including alpha/beta/rc tags. 64 release = '4.0.0 -alpha'64 release = '4.0.0' 65 65 66 66 # The language for content autogenerated by Sphinx. Refer to documentation -
docs/sphinx-docs/source/user/analysis.rst
r8f46df7 rec860a8f 1 .. _analysis: 2 1 3 Types of Analysis 2 4 ================= -
docs/sphinx-docs/source/user/sasgui/guiframe/data_formats_help.rst
r49148bb r756f288 3 3 .. This is a port of the original SasView html help file to ReSTructured text 4 4 .. by S King, ISIS, during SasView CodeCamp-III in Feb 2015. 5 .. WG Bouwman, DUT, added during CodeCamp-V in Oct 2016 the SESANS data format 5 6 6 7 .. _Formats: … … 9 10 ============ 10 11 11 SasView reads several different 1D (I(Q) vs Q) and 2D (I(Qx,Qy) vs (Qx,Qy)) 12 SasView reads several different 1D (I(Q) vs Q), 2D SANS(I(Qx,Qy) vs (Qx,Qy)) 13 and SESANS (P(z) vs z) 12 14 data files. But please note that SasView does not at present load data where 13 15 the Q and I(Q) data are in separate files. 14 16 15 1D Formats 16 ---------- 17 1D Formats SANS 18 --------------- 17 19 18 20 SasView will read files with 2 to 4 columns of numbers in the following order: … … 46 48 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 47 49 48 2D Formats 49 ---------- 50 2D Formats SANS 51 --------------- 50 52 51 53 SasView will only read files in the NIST 2D format with the extensions … … 60 62 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 61 63 62 .. note:: This help document was last changed by Steve King, 01May2015 64 Format SESANS 65 --------------- 66 67 The current file extension is .ses or .sesans (not case sensitive). 68 69 The file format is to have a list of name-value pairs as a header at the top of the file, detailing general experimental parameters necessary for fitting and analyzing data. This list should contain all information necessary for the file to be 'portable' between users. 70 71 Following that is a 6 column list of instrument experimental variables: 72 73 - Spin echo length (z, in Angstroms) 74 - Spin echo length error (:math:`\Delta` z, in Angstroms) (experimental resolution) 75 - neutron wavelength (:math:`\lambda`, in Angstroms) (essential for ToF instruments) 76 - neutron wavelength error (:math:`\Delta \lambda`, in Angstroms) 77 - Normalized polarization (:math:`P/P_0`, unitless) 78 - Normalized polarization error (:math:`\Delta(P/P_0)`, unitless) (measurement error) 79 80 81 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 82 83 .. note:: This help document was last changed by Wim Bouwman, 05Oct2016 -
docs/sphinx-docs/source/user/sasgui/perspectives/invariant/invariant_help.rst
r49148bb r9bbc074 4 4 .. by S King, ISIS, during SasView CodeCamp-III in Feb 2015. 5 5 6 Invariant Calculation Perspective7 ===================== ============6 Invariant Calculation 7 ===================== 8 8 9 9 Description … … 19 19 .. image:: image001.gif 20 20 21 where *g = Q* for pinhole geometry (SAS) and *g = Qv*(the slit height) for21 where *g = q* for pinhole geometry (SAS) and *g = q*\ :sub:`v` (the slit height) for 22 22 slit geometry (USAS). 23 23 … … 45 45 .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 46 46 47 Using the perspective48 --------------------- 47 Using invariant analysis 48 ------------------------ 49 49 50 50 1) Select *Invariant* from the *Analysis* menu on the SasView toolbar. … … 53 53 54 54 3) Select a dataset and use the *Send To* button on the *Data Explorer* to load 55 the dataset into the *Invariant* p erspective.55 the dataset into the *Invariant* panel. 56 56 57 4) Use the *Customised Input* boxes on the *Invariant* p erspectiveto subtract57 4) Use the *Customised Input* boxes on the *Invariant* panel to subtract 58 58 any background, specify the contrast (i.e. difference in SLDs - this must be 59 59 specified for the eventual value of Q*\ to be on an absolute scale), or to … … 73 73 74 74 8) If the value of Q*\ calculated with the extrapolated regions is invalid, a 75 red warning will appear at the top of the *Invariant* p erspective panel.75 red warning will appear at the top of the *Invariant* panel. 76 76 77 77 The details of the calculation are available by clicking the *Details* -
docs/sphinx-docs/source/user/tutorial.rst
r13161ac rec860a8f 1 1 .. tutorial.rst 2 3 .. _tutorial: 2 4 3 5 Tutorial -
docs/sphinx-docs/source/user/user.rst
r5a71761 rbdae317 7 7 :maxdepth: 1 8 8 9 SasView Model Documentation <index> 9 Model Documentation <index> 10 11 Menu Bar <menu_bar> 10 12 11 13 Analysis <analysis> -
docs/sphinx-docs/source/user/working.rst
r3a6b10d rc43953ef 16 16 17 17 Tutorial <tutorial.rst> 18 19 Computations with a GPU <gpu_computations> 20
Note: See TracChangeset
for help on using the changeset viewer.