Skip to content

Version 1.0.22

Choose a tag to compare

@leonbohmann leonbohmann released this 12 Nov 10:19
· 84 commits to master since this release

Summary

This update fixes a couple of issues regarding the availability of time-channels (reference channels).
In rare cases, the time channel is not recognized and therefor a lot of functions depending on it will fail. By asking the user, if a channel with "Seconds [s]" as unit is the time channel of a group, we can work around those errors.

On top of that, even if there is no time channel found, you can now export the data.

IMPORTANT
Plotting is not possible, since there is no X-Axis when no time-channel is known. You might need to implement the plotting yourself.

Changes

  • Fixed an issue with groups where time channels are not recognized
    • now, user is prompted, when suspected time channel is found
    • plotting is not possible when there is no time-channel found
    • save groups and channels even when there is no time channel

Install

pip install apread --upgrade