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

Export ACS only product and not solvent #3305

Open
lpatiny opened this issue Nov 27, 2024 · 0 comments
Open

Export ACS only product and not solvent #3305

lpatiny opened this issue Nov 27, 2024 · 0 comments
Assignees

Comments

@lpatiny
Copy link
Member

lpatiny commented Nov 27, 2024

We need to improve the dialog when we call ACS export:

Image

That will allow to configure the format of the string.

Add a drop down menu: Export all, Export only signals (default value).

When exporting only signals we will call

rangesToACS with the option:

filter: (range) => range?.kind==='signal';

Second options allows to define the format inside the parenthesis. For now just a drop down menu with two possibilities:

  • IMJA as value and description 'Intensity, Multiplicity, Couplings, Assignment'.
  • IMJ as value and description 'Intensity, Multiplicity, Couplings'.

This will add the option in 'rangesToACS' format.

We can also add 2 more fields:

  • deltaFormat that defaults to rangesPreferences.deltaPPM.format
  • couplingFormat that defaults to rangesPreferences.coupling.format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants