Changes in / [24c382a:cc47336] in sasview
- Location:
- src/sas
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/data_info.py
rc44baf97 r747334d 353 353 details = None 354 354 ## SESANS zacceptance 355 zacceptance = (0,"")356 yacceptance = (0,"")355 zacceptance = None 356 yacceptance = None 357 357 358 358 def __init__(self): -
src/sas/sasgui/guiframe/media/data_formats_help.rst
r76c4469 r98c44f3 86 86 87 87 - Spin echo length (z, in Angstroms) 88 - depolarization (:math:`log(P/P_0)/(lambda^2 * thickness)`, in Angstrom :sup:`-1` cm :sup:`-1`\)88 - depolarization (:math:`log(P/P_0)/(lambda^2 * thickness)`, in Angstrom^-1 cm^-1) 89 89 - depolarization error in the same unit) (measurement error) 90 90 - Spin echo length error (:math:`\Delta`\ z, in Angstroms) (experimental resolution) -
src/sas/sasgui/plottools/LineModel.py
rec8886e rdd5bf63 8 8 function should disappear in a future iteration (see notes in fitDialog) 9 9 10 PDB July 10, 2016 11 10 -PDB July 10, 2016 12 11 """ 13 12 … … 71 70 runXY is when the if statement is true. I however cannot see what that 72 71 function is for. It needs to be documented here or removed. 73 PDB 7/10/1672 -PDB 7/10/16 74 73 75 74 :param x: simple value … … 93 92 but the only difference between this and run is when the if 94 93 statement is true. I however cannot see what that function 95 is for. It needs to be documented here or removed. PDB 7/10/1694 is for. It needs to be documented here or removed. -PDB 7/10/16 96 95 97 96 :param x: simple value
Note: See TracChangeset
for help on using the changeset viewer.