You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The edges and nodes rendered on the Flatmap may differ in representation from the original data in SCKAN. These differences could arise due to aliasing or missing nodes.
Therefore, a mechanism is needed to expose the rendered connectivity on the Flatmap-server, allowing it to be further utilized by the Flatmap-viewer.
Proposed methods to expose the rendered neuron population:
Add entries to MBTiles (e.g., rendered_connectivities). Then, implement a method in the Flatmap-server (e.g., rendered_connectivities), allowing access via ../rendered_connectivities.
Alternatively, include the rendered neuron population as a new entry in pathways, eliminating the need to modify the Flatmap-server.
Format of rendered neuron population information :