chemclipse icon indicating copy to clipboard operation
chemclipse copied to clipboard

ChemClipse Project

Results 31 chemclipse issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/eclipse/chemclipse/issues/692

This is somehow in between wrong and a polish problem. DAD wavelengths aren't traces which is confusing wording and the defaults like column bleeding mass traces from GC don't make...

![image](https://user-images.githubusercontent.com/756669/119123741-29f43980-ba30-11eb-8c26-c623874c8981.png)

Generally, the SubMonitor approach shall be used instead of `monitor.subTask(...)`: ``` SubMonitor subMonitor = SubMonitor.convert(monitor, "The task", 10); try { ... subMonitor.worked(1); } finally { SubMonitor.done(subMonitor); } ```

In many cases, the preferences expect a list of [IIons](https://github.com/eclipse/chemclipse/blob/develop/chemclipse/plugins/org.eclipse.chemclipse.msd.model/src/org/eclipse/chemclipse/msd/model/core/IIon.java). Currently, we provide the user with a TextField and parse Integers (m/z) and optionally Floats (intensities/ abundancies) from the input...

enhancement
api-change
workaround-available

Ions are represented as `int`, better `double` or `IIon` should be used.

enhancement
api-change

If a processor/filter etc. is run on a zoomed chromatogram, the information of the analysis regions should be stored on the chromatogram for QC/QA reasons. Else, it will not be...

enhancement
user feedback
api-change

This annotation makes only sense if the String should be regex validated. For a simple string property, this is not needed. Hence, it should be renamed to RegexString(Property), for example.

enhancement
api-change

Possible solution: Per process settable relativ time usage/priority that will affect alotted progressmonitor time when multiple processs are run in sequence.