NeurodataWithoutBorders / nwb-guide

NWB GUIDE is a desktop app that provides a no-code user interface for converting neurophysiology data to NWB.
https://nwb-guide.readthedocs.io/
MIT License
22 stars 4 forks source link

UnitColumns table is not editable #873

Open rly opened 2 months ago

rly commented 2 months ago

Describe the issue

The UnitColumns table on the File Metadata page is not editable. The ElectrodeColumns and Electrode Groups tables are editable.

The Summarized Units > Phy Sorting table is also not editable, but maybe that is OK because of the performance hit when there are many units.

Steps to Reproduce

Follow single session workflow and try to edit the UnitColumns table on the File Metadata page.

Operating System

Mac OS with Mac M1

GUIDE Version

main

Code of Conduct

Yes

Did you confirm this issue was not already reported?

Yes

CodyCBakerPhD commented 2 months ago

@rly Looks like a frontend thing; we had frozen the UnitsProperties (actual values) intentionally since outside of Phy or similar it's hard to tell which unit is which, but the description of column values is purely metadata so we should be able to handle it

Do you think you could look into it?