dF, dF/F, and f0 are packaged in DANDI files now #94
rcpeene
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Thanks a lot for the update, Carter! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rcpeene Is it safe to compare amplitude differences between the pre- and post- tuning block with 'df/f' data? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
here:
https://dandiarchive.org/dandiset/001424/draft/files?location=sub-794237&page=1
The files have been replaced with the latest NWB files on DANDI.
F0 can be accessed with the following paths
nwb.processing['ophys']['DMD1_f0']
nwb.processing['ophys']['DMD2_f0']
df can be accessed as
nwb.processing['ophys']['df'].roi_response_series['DMD1_df']
nwb.processing['ophys']['df'].roi_response_series['DMD2_df']
and dff as
nwb.processing['ophys']['dff'].roi_response_series['DMD1_dff']
nwb.processing['ophys']['dff'].roi_response_series['DMD2_dff']
Beta Was this translation helpful? Give feedback.
All reactions