est.core.io.read_from_url#

est.core.io.read_from_url(spectra_url, channel_url, dimensions: ~typing.Sequence[int] | None = None, config_url=None, energy_unit=<Unit('electron_volt')>, timeout=1.0) XASObject[source]#
Parameters:
  • spectra_url (DataUrl) – data url to the spectra

  • channel_url (DataUrl) – data url to the channel / energy

  • config_url (DataUrl) – data url to the process configuration

  • dimensions – way the data has been stored. Usually is (X, Y, channels) of (Channels, Y, X). If None, by default is considered to be (Z, Y, X)

Type:

tuple

Returns:

Return type:

XASObject