Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load plaintext licor files #59

Merged
merged 10 commits into from
Dec 9, 2022
Merged

Conversation

eloch216
Copy link
Owner

@eloch216 eloch216 commented Dec 9, 2022

This PR overhauls the file-reading functions. Now they are consolidated into a single function called read_gasex_file that performs its own method dispatch to properly call another specialized reading function. Currently there are three internal reading functions: read_licor_6800_Excel, read_licor_6800_plaintext, and read_CR3000. Although these functions are not in the package namespace, they are documented so users can learn about how they work.

This framework should be more flexible than the previous set of functions, and it will be possible to add methods for reading new types of files without needing to add new functions to the package namespace.

@eloch216 eloch216 merged commit 63aa801 into unreleased Dec 9, 2022
@eloch216 eloch216 deleted the load-plaintext-licor-files branch December 9, 2022 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant