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

add intitial version for jdx reader from thermo fischer #21

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RonHildebrandt
Copy link
Collaborator

First version to add a reader for the .jdx output file format from thermo fischer.
Most probably have to use another one, as this example does only contain minimal information.

@@ -79,6 +80,77 @@ def handle_eln_file(self, file_path: str) -> Dict[str, Any]:

return {}


def parse_jdx_file(self, filepath):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to move this to its own module (like the rod and witec readers) eventually.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, was planned. Did not finish this yet.

@RonHildebrandt RonHildebrandt marked this pull request as ready for review December 20, 2024 13:22
@RonHildebrandt
Copy link
Collaborator Author

RonHildebrandt commented Dec 20, 2024

I have updated the reader to include all meta data which was avialble in the jdx file.

There are various other input formats, which have to be considered, as these most probably contain much more meta data.

This should be testet with more different .jdx output files, but in principle it works.

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.

2 participants