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

Support for TSV file format #200

Merged
merged 2 commits into from
Jan 16, 2025
Merged

Support for TSV file format #200

merged 2 commits into from
Jan 16, 2025

Conversation

georgievgeorgi
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Jan 16, 2025

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/ramanchada2/io/experimental
  lightnovo_tsv.py 14
  read_txt.py
  src/ramanchada2/spectrum/creators
  from_local_file.py
  from_stream.py
  tests/spectrum/creators
  test_from_stream.py
Project Total  

This report was generated by python-coverage-comment-action

data, meta = lightnovo_tsv(lines)
positions = data['Position'].to_numpy()
intensities = data['Amplitude'].to_numpy()
meta['@signal'] = 'DarkSubtracted'
Copy link
Contributor

Choose a reason for hiding this comment

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

It's not necessarily DarkSubtracted - in fact the files we have are not dark subtracted

@georgievgeorgi georgievgeorgi merged commit b7550bb into main Jan 16, 2025
5 checks passed
@georgievgeorgi georgievgeorgi deleted the lightnovo_tsv branch January 16, 2025 11:05
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

2 participants