Package reflectometry :: Package reduction :: Module ncnr_ng1 :: Class NG1Icp

Class NG1Icp

source code


Instance Methods
 
__init__(self, path, *args, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
loadcounts(self) source code
 
load(self) source code
 
area_correction(self)
Returns the default area correction that can be applied to the data.
source code

Inherited from site-packages.reflectometry.reduction.refldata.ReflData: __str__, apply, log, resetQ, warn

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables
  probe = "neutron"
  format = "NCNR ICP"

Inherited from site-packages.reflectometry.reduction.refldata.ReflData: attenuator, channels, dR, date, description, duration, entry, file, geometry, messages, name, path, points, polarization, properties, reversed, warnings

Properties

Inherited from object: __class__

Method Details

__init__(self, path, *args, **kw)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)