Package reflectometry :: Package reduction :: Module nexusref :: Class NeXusRefl

Class NeXusRefl

source code


NeXus reflectometry entry.

See reflectometry.reduction.refldata.ReflData for details.

Instance Methods
 
__init__(self, entry, filename)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
loadcounts(self) source code
 
load(self) source code

Inherited from refldata.ReflData: __str__, apply, log, resetQ, warn

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

Class Variables
  format = 'NeXus'

Inherited from refldata.ReflData: attenuator, channels, date, description, duration, entry, file, geometry, messages, name, path, points, polarization, probe, properties, reversed, warnings, xlabel, xunits, ylabel, yunits, zlabel, zunits

Properties

Inherited from refldata.ReflData: dR, dv, v, x, y, z

Inherited from object: __class__

Method Details

__init__(self, entry, filename)
(Constructor)

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