WavelengthExplicitFile

class glotaran.builtin.io.ascii.wavelength_time_explicit_file.WavelengthExplicitFile(filepath: str | None = None, dataset: DataArray | None = None)[source]

Bases: ExplicitFile

Represents a wavelength explicit file

Methods Summary

add_data_row

dataset

get_data_row

get_explicit_axis

get_format_name

get_observations

get_secondary_axis

read

set_explicit_axis

times

wavelengths

write

Methods Documentation

add_data_row(row)[source]
dataset(prepare: bool = True) Dataset | DataArray
get_data_row(index)[source]
get_explicit_axis()[source]
get_format_name()[source]
get_observations(index)
get_secondary_axis()[source]
read(prepare: bool = True)
set_explicit_axis(axis)
times()[source]
wavelengths()[source]
write(overwrite=False, comment='', file_format=DataFileType.time_explicit, number_format='%.10e')