Skip to content
Discussion options

You must be logged in to vote

Hey!
Happy to help. Here's some example code:

`
path = "D:\Data\strep.RAW"

import unidec_modules.data_reader as dr

im = dr.DataImporter(path)

spec1 = im.get_data(scan_range=[0, 0])
`

The data reader class will detect the file type and import it. It will import the ThermoDataImporter class from unidec_modules.thermo_reader.ThermoImporter.py. You can look at this file to see the various functions that can be called from the im variable above. Let me know how that goes!
Thanks,
MTM

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@khoroshyy
Comment options

@michaelmarty
Comment options

@khoroshyy
Comment options

@michaelmarty
Comment options

Answer selected by khoroshyy
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@michaelmarty
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants