You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My workflow includes the three following widgets: preprocessing, integrate spectra and feature constructor. With it I'm building certain spectral ratios. In the preprocessing, I cut the region of interest and I also correct for the baseline.
The issue comes when I adjust the integration limits in the second widget: for example, if I delete one of the integrals, all the features that I created in the feature constructor disappear; the same if I modify the limits of one existing integral, all of them disappear. One small way around it that I found is to use two feature constructors: in one I name the bands I integrate, and in the second I define the ratios of these bands. It is not perfect, as sometimes some ratios or bands disappear as well. I think that changing the preprocessing spectra does not affect the features, only if I do modifications in the integrate spectra widget.
Feature Constructor works from the given domain. The problem here is that the Integrate widget changes feature names depending on the ranges. I think this was a bad decision.
We should change how integrals are named and offer users the option to rename them too. Limits could then be the attributes of the attributes: these can be seen in the Table widget and we could also show them elsewhere.
When fixing this we should also consider backward compatibility: any saved integrate workflows should get the same old names.
The text was updated successfully, but these errors were encountered:
Feature Constructor works from the given domain. The problem here is that the Integrate widget changes feature names depending on the ranges. I think this was a bad decision.
We should change how integrals are named and offer users the option to rename them too. Limits could then be the attributes of the attributes: these can be seen in the Table widget and we could also show them elsewhere.
When fixing this we should also consider backward compatibility: any saved integrate workflows should get the same old names.
The text was updated successfully, but these errors were encountered: