Replies: 2 comments 3 replies
update: ok, disregard my comment about the usage of the Signal class, we need that for defining 'empty' Signals without TimeSeries data attached. |
Open for discussion - but I think I will just create PR cause this can be implemented rather quick and I don't think anyone will have a problem with it 😉 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Before I open an issue for every single thing I notice during the creation of the new tutorials, I think it is easier to gather and discuss them here first. We can then create issues if needed.
Welding current and voltage in single-pass weld schema
Welding current and voltage are currently stored at the top level of the single-pass weld schema for faster access. They are stored as
Signal, which I think does not make sense outside of theMeasurementChain. My suggestion would be to store it asTimeSeries. This would only require us to add one.dataduring the serialization.Add
Geometry.from_profileMost of our examples and actual use cases just have linear traces. I think it would be reasonable to add a special
from_profileorfrom_profile_and_lengthmethod to theGeometryso that the user can get a quick 3d visualization without the need to mess around with traces and trace segments.All reactions