teamtomo / cryotypes

Super-simple data structures for cryo-electron tomography data
Other
3 stars 2 forks source link

use dataclass for poseset #22

Closed brisvag closed 1 year ago

brisvag commented 1 year ago

Migrating from a dataframe to a more modular dataclass like with Image.

brisvag commented 1 year ago

Just to make sure you noticed: do you agree with shift and orientation being Optional? I wasn't sure myself, but this makes it easier to instantiate at least.

alisterburt commented 1 year ago

yeah definitely could go either way, optional is probably best!