Jinho Kim

Results 4 issues of Jinho Kim

**Describe the bug** There are 8 behavior sessions that show NaN in the `session_type`. Might be related to a previous issue: https://github.com/AllenInstitute/AllenSDK/issues/1772 **To Reproduce** ``` import allensdk from allensdk.brain_observatory.behavior.behavior_project_cache import...

bug
project tables
requires data release

Getting ophys timestamps from utilities assumed 4 FOVs (8 planes). For pilot data, this may not be true (can have any number of FOVs). Added a function to get the...

This resolves issue #815. Confirmed by the same code in issue #815.

All `engagement_state` values are `'engaged'` regardless of values on `engaged` column in `extended_stimulus_presentations` and `extended_trials` tables. Checked by > dataset = cache.get_behavior_ophys_experiment(ophys_experiment_id) > extended_stimulus = loading.get_extended_stimulus_presentations_table(dataset.stimulus_presentations, dataset.licks, dataset.rewards, dataset.running_speed) >...