brainiak-tutorials
brainiak-tutorials copied to clipboard
# Get the difference from baseline for the two conditions
In the second tutorial, Data Handling, in the 4th session, why should we do this?
face_diff = face_activity - np.mean(baseline_activity) scene_diff = scene_activity - np.mean(baseline_activity)