Skip to content

Releases: berenslab/flatone

0.1.13

14 Nov 13:56

Choose a tag to compare

Minor update to make compatible with skeliner==0.2.3 and pywarper==0.2.4

Full Changelog: https://github.com/berenslab/flatone/commits/v0.1.13

v0.1.12

12 Sep 13:14
bab6b00

Choose a tag to compare

What's Changed

Refactored warped-mesh handling and plotting, ensuring the warped plot3v shows both skeleton and mesh when available (possible now thanks to berenslab/pywarper#11 ); This is purely aesthetic, but nice to have.

Also, we introduced soma configuration in v0.1.11 and polished it further in this one. Now you can do:

flatone SEG_ID --soma-init-guess [x|y|z] [min|max] --soma-threshold [0-100;default=99.9] --soma-distance-factor [float; default=4]

for finer control of soma detection.

The default should work for most big cells with relatively big, well-shaped soma. For smaller cells, such as bipolar cells or cells with smaller size soma, try setting --soma-threshold to 90. For cells without soma, you can rerun with a different init-guess, which will act as a fallback soma when no soma is be detected:

flatone SEG_ID --soma-init-guess [x|y|z] [min|max] --overwrite-skeleton --overwrite-profile

Full Changelog: v0.1.11...v0.1.12

v0.1.11

10 Sep 12:56
81f4e65

Choose a tag to compare

For better visibility of version updates, we will start using the release to tag the latest version.

flatone v0.1.11 is now compatible with skeliner v0.1.14 and pywarper v0.2.2.

Full Changelog: https://github.com/berenslab/flatone/commits/v0.1.11