You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I developed all of my code such that the dataframes I generated in the data_utils repo I add to the nwb object as attributes. I do this so its easy to keep track of multiple data frames from the same session (events, trials, fip_df, licks, etc). But its probably confusing to add it to the NWB object. So its probably better to make a class "analysis object" or something.
The text was updated successfully, but these errors were encountered:
I developed all of my code such that the dataframes I generated in the
data_utils
repo I add to the nwb object as attributes. I do this so its easy to keep track of multiple data frames from the same session (events, trials, fip_df, licks, etc). But its probably confusing to add it to the NWB object. So its probably better to make a class "analysis object" or something.The text was updated successfully, but these errors were encountered: