est.core.io.read_from_url#

est.core.io.read_from_url(spectra_url: DataUrl, channel_url: DataUrl, dimensions: Optional[dimensions_mod.DimensionsType] = None, config_url: DataUrl | None = None, energy_unit=<Unit('electron_volt')>, I0_url: DataUrl | None = None, I1_url: DataUrl | None = None, I2_url: DataUrl | None = None, mu_ref_url: DataUrl | None = None, is_bidirectional: bool = False, timeout: float = 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