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. |
Beta Was this translation helpful? Give feedback.
-
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 😉 |
Beta Was this translation helpful? Give feedback.
-
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.data
during the serialization.Add
Geometry.from_profile
Most of our examples and actual use cases just have linear traces. I think it would be reasonable to add a special
from_profile
orfrom_profile_and_length
method to theGeometry
so that the user can get a quick 3d visualization without the need to mess around with traces and trace segments.Beta Was this translation helpful? Give feedback.
All reactions