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 encoding Scan m/zs as doubles (instead of floats) #708

Open
PMSeitzer opened this issue Mar 22, 2024 · 0 comments
Open

Support encoding Scan m/zs as doubles (instead of floats) #708

PMSeitzer opened this issue Mar 22, 2024 · 0 comments
Assignees
Labels
enhancement MALDESI MALDESI analysis and processing
Milestone

Comments

@PMSeitzer
Copy link
Collaborator

Related to #500
Should plug in to mass_spec mz binning work:
https://github.com/calico/mass_spec/issues/1224

This will require creating a function
base64::encode_base64(vector<double> mz), as a companion function to base64::encode_base64(vector<float> mz)
Note that this should plug into Scan::getBinaryEncodedData()

#500 is very extreme, it might be possible to keep scan data as doubles as an interim solution for maldesi only.

@PMSeitzer PMSeitzer added enhancement MALDESI MALDESI analysis and processing labels Mar 22, 2024
@PMSeitzer PMSeitzer added this to the 2.10.14 milestone Mar 22, 2024
@PMSeitzer PMSeitzer self-assigned this Mar 22, 2024
@PMSeitzer PMSeitzer modified the milestones: 2.10.16, 2.10.17 May 8, 2024
@PMSeitzer PMSeitzer modified the milestones: 2.10.17, Stalled Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement MALDESI MALDESI analysis and processing
Projects
None yet
Development

No branches or pull requests

1 participant