Schroeder-Lab / Data

For pre-processing raw data (two-photon, ephys, bonsai, ...) and loading/saving data.
0 stars 3 forks source link

Error in calculation of delta_F_over_F #4

Closed schroederlab closed 1 year ago

schroederlab commented 1 year ago

In TwoP/preprocess_traces.get_delta_F_over_F line 210: division is still by the absolute value of F0, rather than just F0. This needs to be changed.

liadJB commented 1 year ago

Fixed