Ignore:
Timestamp:
Apr 15, 2010 6:41:29 PM (14 years ago)
Author:
Jae Cho <jhjcho@…>
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, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
8426622
Parents:
2339249f
Message:

updated sld parameters according to the changes in NIST lib: missed it in the last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/sans/models/TriaxialEllipsoidModel.py

    rf9a1279 r13eb1c4  
    3636         semi_axisB      = 100.0 [A] 
    3737         semi_axisC      = 400.0 [A] 
    38          contrast        = 5.3e-006 [1/A^(2)] 
     38         sldEll          = 1e-006 [1/A^(2)] 
     39         sldSolv         = 6.3e-006 [1/A^(2)] 
    3940         background      = 0.0 [1/cm] 
    4041         axis_theta      = 1.0 [rad] 
     
    6465        self.details['semi_axisB'] = ['[A]', None, None] 
    6566        self.details['semi_axisC'] = ['[A]', None, None] 
    66         self.details['contrast'] = ['[1/A^(2)]', None, None] 
     67        self.details['sldEll'] = ['[1/A^(2)]', None, None] 
     68        self.details['sldSolv'] = ['[1/A^(2)]', None, None] 
    6769        self.details['background'] = ['[1/cm]', None, None] 
    6870        self.details['axis_theta'] = ['[rad]', None, None] 
Note: See TracChangeset for help on using the changeset viewer.