teamtomo / membrain-seg

membrane segmentation in 3D for cryo-ET
Other
48 stars 12 forks source link

remove flags from tomogram loading #23

Closed LorenzLamm closed 11 months ago

LorenzLamm commented 11 months ago

As pointed out by Alister in https://github.com/teamtomo/membrain-seg/pull/22#pullrequestreview-1542271416 , it would be nice if the dataloading does not depend on the input flags, but instead returns always the same Tomogram class that contains header and data.

LorenzLamm commented 11 months ago

This has been resolved with this PR: https://github.com/teamtomo/membrain-seg/pull/25