brisvag / blik

Python tool for visualising and interacting with cryo-ET and subtomogram averaging data.
https://brisvag.github.io/blik/
GNU General Public License v3.0
23 stars 8 forks source link

Multi dataset #117

Closed brisvag closed 3 years ago

brisvag commented 3 years ago

So far, datablocks could only have a single dataset. this simple change should allow datasets to share datablocks without encountering weird issues with inconsistent states (datablocks need to keep track of their dataset(s) for a few helpful things).

This should also fix any issues we had with the ability of appending/removing/merging datasets.

Also, you can now merge datasets with + or += :)

(This should help with operations such as the one proposed in #116 )