navis-org / pymaid

Python library to interface with CATMAID servers. Fully interoperable with navis.
https://pymaid.readthedocs.io/en/latest/
GNU General Public License v3.0
23 stars 11 forks source link

Landmark match #234

Closed clbarnes closed 8 months ago

clbarnes commented 1 year ago

These classes extract pairs of landmarks either within a project or between two projects for transforming spatial data.

Intra-project

For a given pair of landmark groups, finds landmarks which are A) members of both groups and B) have a single member location which is also a member of the group; and pairs them.

Inter-project

For a given pair of landmark groups (one local, one remote), finds the names of landmarks which are A) the same in both instances, B) the members of both groups, and C) have a single member location which is also a member of the group; and pairs them.