Open yiyin opened 4 years ago
If you are referring to the 3D visualization settings and meshes then this is related to #20.
There needs to be a way for user to specify 3D visualization settings associated with each processor setting, which is currently hardcoded.
If either one of you (@yiyin @mkturkcan) have some kind of updated schema for processor setting implemented in NeuroArch (or some other sources) I can update the front-end accordingly
https://github.com/FlyBrainLab/NeuroMynerva/issues/20#issuecomment-665828797
No, I meant this file https://github.com/FlyBrainLab/NeuroMynerva/blob/master/schema/plugin.json. The name has to be adult(hemibrain), adult(flycircuit), larva(l1em). If I have another hemibrain database that uses any name other than adult(hemibrain), the neuropils are not loaded properly.
It's the same issue. Currently when processor is set in neu3dwidget
, the exact name of the processor is used to show meshes that are distributed with NeuroMynerva.
A temporary solution is added in 4575723. The neu3d visualization setting is now part of the schema.
The user can do the following:
larva(l1em)
,adult(flycircuit)
,hemibrain(flycircuit)
For hemibrain, only the one with
adult(hemibrain)
works anything else does not seem to work. This prohibits the use of two hemibrain settings each connecting to a different processor.