hyperspy.io_plugins package¶
Submodules¶
hyperspy.io_plugins.bcf module¶
hyperspy.io_plugins.blockfile module¶
hyperspy.io_plugins.dens module¶
hyperspy.io_plugins.digital_micrograph module¶
hyperspy.io_plugins.emd module¶
hyperspy.io_plugins.fei module¶
hyperspy.io_plugins.hdf5 module¶
hyperspy.io_plugins.image module¶
hyperspy.io_plugins.mrc module¶
hyperspy.io_plugins.msa module¶
-
hyperspy.io_plugins.msa.file_reader(filename, encoding='latin-1', **kwds)¶
-
hyperspy.io_plugins.msa.file_writer(filename, signal, format=None, separator=', ', encoding='latin-1')¶
-
hyperspy.io_plugins.msa.parse_msa_string(string, filename=None)¶ Parse an EMSA/MSA file content.
Parameters: - string (string or file object) – It must complain with the EMSA/MSA standard.
- filename (string or None) – The filename.
- Returns –
- -------- –
- file_data_list (list) – The list containts a dictionary that contains the parsed information. It can be used to create a :class:BaseSignal using :func:hyperspy.io.dict2signal.