seyhoon

Results 4 comments of seyhoon

For more information: boc = BrainObservatoryCache(manifest_file='boc/manifest.json') data_set = boc.get_ophys_experiment_data(501498760)

https://allensdk.readthedocs.io/_/downloads/en/stable/pdf/ get_all_events() (allensdk.brain_observatory.sync_dataset.Dataset method), 248 get_all_events(self ) Returns all counter values and their cooresponding IO state. .................................................................................................................................................................................... but In my thesis ,I need to use "event trace" in this experiment...

when I write : data_set.get_stimulus_template('static_gratings') I see this Error : KeyError Traceback (most recent call last) [](https://localhost:8080/#) in ----> 1 data_set.get_stimulus_template('static_gratings') 2 frames h5py/_objects.pyx in h5py._objects.with_phil.wrapper() h5py/_objects.pyx in h5py._objects.with_phil.wrapper() [/usr/local/lib/python3.7/dist-packages/h5py/_hl/group.py](https://localhost:8080/#)...

Hi! Is it in 2023 "event_trace"Not added to the boc dataset ? And how can I get it directly from df/f myself? Thank you!