pyNexafs.nexafs.normalisation.scan_normalised#

Classes

scanAbstractNorm(scan)

Abstract class to define the common methods used in all normalized scans.

scanAbstractYNorm(scan[, apply_to, conv_indexes])

An abstract normalization class for applying normalisation to multiple y-channels.

scanDoubleNorm(scan, ext_scan, norm_channel, ...)

A scan object normalised by the combination of an internal and external channel.

scanEnergyNorm(scan, offset)

A normalization class for the X/energy axis of a scan, typically to a reference spectrum.

scanNorm(scan, norm_channel[, norm_method, ...])

General class for a normalisation of a scanAbstract.

scanNormEdges(scan, pre_edge_domain, ...[, ...])

Normalising a scan_base across pre &/ post edges.

scanNormExt(scan, ext_scan, norm_channel[, ...])

Normalising a scan_base to a particular channel of a background/external scan.

scanXNorm