Changes in / [24c382a:cc47336] in sasview


Ignore:
Location:
src/sas
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/data_info.py

    rc44baf97 r747334d  
    353353    details = None 
    354354    ## SESANS zacceptance 
    355     zacceptance = (0,"") 
    356     yacceptance = (0,"") 
     355    zacceptance = None 
     356    yacceptance = None 
    357357 
    358358    def __init__(self): 
  • src/sas/sasgui/guiframe/media/data_formats_help.rst

    r76c4469 r98c44f3  
    8686 
    8787- 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) 
    8989- depolarization error in the same unit) (measurement error) 
    9090- Spin echo length error (:math:`\Delta`\ z, in Angstroms) (experimental resolution) 
  • src/sas/sasgui/plottools/LineModel.py

    rec8886e rdd5bf63  
    88function should disappear in a future iteration (see notes in fitDialog) 
    99 
    10 PDB   July 10, 2016 
    11  
     10                -PDB   July 10, 2016 
    1211""" 
    1312 
     
    7170        runXY is when the if statement is true. I however cannot see what that 
    7271        function is for.  It needs to be documented here or removed. 
    73         PDB 7/10/16  
     72        -PDB 7/10/16  
    7473 
    7574        :param x: simple value 
     
    9392        but the only difference between this and run is when the if  
    9493        statement is true. I however cannot see what that function 
    95         is for.  It needs to be documented here or removed. PDB 7/10/16  
     94        is for.  It needs to be documented here or removed. -PDB 7/10/16  
    9695 
    9796        :param x: simple value 
Note: See TracChangeset for help on using the changeset viewer.