eclipse / chemclipse

ChemClipse Project
Eclipse Public License 1.0
34 stars 18 forks source link

MethodProcessSupport - validate DataType correctly #1663

Closed eselmeister closed 4 months ago

eselmeister commented 4 months ago

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]