AllenInstitute / MIES

Multichannel Igor Electrophysiology Suite
https://alleninstitute.github.io/MIES/user.html
Other
22 stars 6 forks source link

Comment notebook: Make it machine readable #1100

Open t-b opened 2 years ago

t-b commented 2 years ago

The user can right now either add comments via the DAEphys setvariable or enter them directly in the comment notebook. The serialization for the setvariable is

https://github.com/AllenInstitute/MIES/blob/10f9a784e984475e0f6d733ba315d49cdd571168/Packages/MIES/MIES_DAEphys.ipf#L4297

which makes it machine readable iff the comment does not have EOLs. When the user enters text into the notebook directly, we don't enforce anything and all bets are off.

We do store the comment in the NWB in /general/user_comment and in the LBN

Ideas:

timjarsky commented 1 year ago

related to #756