FeatureExtraction Example #74
Replies: 2 comments 17 replies
-
Going to ping @oruebel @bendichter @rly on this one I'm not personally aware of the answer or intention of that neurodata type |
Beta Was this translation helpful? Give feedback.
-
I believe the electrodes argument of FeatureExtraction behaves the same way as in ElectrodeGroup (the tutorial here shows an example for how this it works with ElectricalSeries https://pynwb.readthedocs.io/en/stable/tutorials/domain/ecephys.html#extracellular-recordings). I think
Since you are using multiple
Agreed |
Beta Was this translation helpful? Give feedback.
-
I am trying to create a FeatureExtraction based on this description, but I don't understand how to call the electrodes. There's a "get_electrode_group", but not one to get electrodes in the nwb file so I don't know how to reference the electrodes that I created. Additionally, once the FeatureExtraction is created does it automatically get pulled into the nwb file? I saw in some cases you have to reference the nwb file, but when creating a feature extraction there's no reference to the nwb file so how does it get put in the nwb file?
This is what my code for the FeatureExtraction looks like
I'm appending to a list called featureExtraction becasue I don't understand how to create a new feature as a row in the nwb file. Once I see how to attach the FeatureExtraction to the nwb file this code will be adjusted. Ultimately an example/tutorial with the FeatureExtraction would be helpful. I did not see one anywhere. I looked in the documentation book as well as the website.
This is what my nwb file looks like
Beta Was this translation helpful? Give feedback.
All reactions