Hello
I have two questions about annotations and my biggest concern is how channel management and file IO affects annotations.
First: I want to store some metadata in the annotations. The fields i am interested in, are values like annotator (e.g. Dr X, Nurse Y, AI Model, β¦), confidence (e.g. 95 %), and ideally type (e.g. Seizure, Eye Blink, β¦). My current solution is to store them as a json string in the description of annotation. Is there any better solution? I hoped I could subclass the annotations class, but it seems thatβs not how it works.
Second: My data is in monopolar montage, but the annotators (doctors and AI model) use bipolar montage for the annotations. If I make a projection like Fp1-Cz from Fp1 and Cz electrodes, then add annotations to it, is there any way to store this annotation and the projection Info (not its calculated data) to a file?
Thanks in advance