Package reflectometry

Source Code for Package reflectometry

 1  # This program is in the public domain. 
 2  """ 
 3  DANSE/Reflectometry reduction and analysis libraries. 
 4   
 5  * reduction - load raw data and remove instrumental effects. 
 6  * model1d - load reflectivity data and model it with 1-D density profiles 
 7  * model3d - load 2-D/3-D reflectivity data and model with structures in the plane 
 8   
 9  The 1-D and 3-D modelling libraries can be used alone in simulation 
10  studies or used as part of the PARK fitting services to provide 
11  simultaneous refinement of a models to multiple datasets using 
12  global optimization techniques. 
13   
14  Further details available at: 
15   
16    http://www.reflectometry.org/danse 
17   
18  """ 
19  from .version import version as __version__ 
20   
23