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

MethodProcessSupport - validate DataType correctly #1663

Closed
eselmeister opened this issue Feb 27, 2024 · 0 comments
Closed

MethodProcessSupport - validate DataType correctly #1663

eselmeister opened this issue Feb 27, 2024 · 0 comments

Comments

@eselmeister
Copy link
Contributor

Display process appropriately to the underlying chromatogram type. E.g. if a GC-FID (CSD) chromatogram is used, only process methods with the following data types shall be applicable on the chromatogram:

[CSD, MSD, WSD]
[CSD, MSD]
[CSD]
[CSD, MSD] 

If the method contains at least one entry, which is specific for a different data type, then it should not be displayed:

[CSD, MSD, WSD]
[CSD, MSD]
[MSD] <- not applicable on CSD chromatograms
[CSD, MSD] 
eselmeister added a commit that referenced this issue Feb 27, 2024
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

No branches or pull requests

1 participant