AllenInstitute / visual_behavior_analysis

Python package for analyzing behavioral data for Brain Observatory: Visual Behavior
Other
21 stars 6 forks source link

Sync photodiode error needs to be fixed printed 4x per session #751

Closed dougollerenshaw closed 3 years ago

dougollerenshaw commented 3 years ago

When I run:

from visual_behavior.data_access import utilities

ophys_experiment_id = 991852008
session = loading.get_ophys_dataset(ophys_experiment_id)
preds = session.behavior_movie_predictions.copy()

I get:

Sync photodiode error needs to be fixed. Using assumed monitor delay: 0.0351

printed to the console window four times:

image

Since the SDK is now doing time alignment, I'm not sure I see the need for this warning. Can we remove it?

dougollerenshaw commented 3 years ago

fixed in PR #749