mrschweizer / PyThat

This is a community package which helps reading .h5 files created by ThatecOS and converting them to xarray objects and netcdf files. This software is not maintained by and has no affiliations to THATec Innovation GmbH.
MIT License
4 stars 1 forks source link

Helper function for non-monotonous coordinates (eg. hysteresis) #16

Open mrschweizer opened 1 year ago

mrschweizer commented 1 year ago

In some situations, in might be very helpful to detect steps or reversal points and divide a dataarray/dataset into multiple sets. Generally, this will come with respective entries in the definition of the object in the raw data. So this could be used to detect those points of interest.

mrschweizer commented 1 year ago

Introduced segment variable in 9692a26