anstodata - Reader for ANSTO data format

ANSTOData

Platypus

Loader for reduced data from the ANSTO Platypus instrument.

load

Return a probe for ANSTO data.

ANSTO data loaders

The following instrument is defined:

Platypus

All the ANSTO instruments emit Q/R/dR/dQ in their output files.

class refl1d.anstodata.ANSTOData[source]

Bases: object

load(filename, **kw)[source]
class refl1d.anstodata.Platypus[source]

Bases: ANSTOData

Loader for reduced data from the ANSTO Platypus instrument.

instrument = 'Platypus'
load(filename, **kw)
radiation = 'neutron'
refl1d.anstodata.load(filename, instrument=None, **kw)[source]

Return a probe for ANSTO data.

Parameters

ffile-handle or string

File to load the dataset from.

Returns

probe : probe.QProbe