mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
67 stars 20 forks source link

Add issort flag for Eigenvalue calculation #132

Closed ksugar closed 3 years ago

ksugar commented 3 years ago

This PR adds an option to not perform sorting in the eigenvalue calculation.

In some cases, the sorting operations are unexpected.

tinevez commented 3 years ago

Hello.

Just to sure: they are not sorted by default?

Can you add more to the doc:

ksugar commented 3 years ago

Hello.

Just to sure: they are not sorted by default?

They are sorted by default, which is the same behavior as before (I tried to keep the backward compatibility).

I did not modify the original sorting algorithm, which works as follows:

I will explicitly write it in the doc comments.