SciFiReaders.readers.microscopy.em.sem.bruker_reader.BrukerReader#

class SciFiReaders.readers.microscopy.em.sem.bruker_reader.BrukerReader(file_path, verbose=False)[source]#

Bases: Reader

Creates an instance of BrukerReader which can read .rto files datasets formatted in the Bruker format

We can read Images, and Spectra. Please note that all original metadata are retained in each sidpy dataset. ToDo: evaluate if this should this be a point cloud

Parameters:

file_path (str) – Path to a Bruker rto file

Returns:

datasets – dictionary of sidpy.Datasets

Return type:

dict

file_path: filepath to rto file.

Methods

can_read

Checks if the reader can read the file format

get_datasets

Returns the datasets created by the reader

get_filename

Returns the filename of the Bruker file

read

Parses the dictionary that was extracted from the xml type file of Bruker .rto file Reads images and spectra

Attributes

filename

Returns the filename of the Bruker file

can_read()[source]#

Checks if the reader can read the file format

property filename#

Returns the filename of the Bruker file

get_datasets()[source]#

Returns the datasets created by the reader

get_filename()[source]#

Returns the filename of the Bruker file

read()[source]#

Parses the dictionary that was extracted from the xml type file of Bruker .rto file Reads images and spectra