Stefan Hahmann
Stefan Hahmann
> My best guess would be that the crash is actually linked to NOT having a focused vertex, when the display mode 'Track of focused vertex' is selected. Yes, exactly....
> I will check what happens when the visibility mode is changed in this case. A first suspect to interrogate would be: https://github.com/mastodon-sc/mastodon/blob/master/src/main/java/org/mastodon/views/bdv/overlay/Visibilities.java#L329 I also have the impression that the...
@tinevez I noticed that you have merged https://github.com/mastodon-sc/mastodon/pull/297 which was targeted to circumvent the bug described in this issue. I would suggest to close this issue, unless you are still...
This may be relevant for https://github.com/mastodon-sc/mastodon-git/issues/12 Thus at least hereby I would like to make the link to that other issue.
> Can you benchmark on your laptop how long saving a large mastodon file takes? On my machine I can produce saving times ranging from ~0,2s to ~2s (depending on...
> so it would not create big issues for the user experience. No, should not be too bad at the moment.
I think, I can narrow it down to this line in ProjectLoader: https://github.com/mastodon-sc/mastodon/blob/734af0f69b8614f5218c83dfd69efaaf81bb0a9c/src/main/java/org/mastodon/mamut/io/ProjectLoader.java#L196 The value maps in the feature model do have values before this branch graph sync and after,...
Resolved via #325
# User Story I would like to be able to identity branches/lineages of certain cells that have short identifiers, such as "2d11" in upper levels of the lineage tree, as...
@maarzt Could you ask for review/approval/merge of the related PR https://github.com/bigdataviewer/bigdataviewer-core/pull/163 so that the temporarily introduced PainterThread of this PR does not live longer than necessary?