Schroeder-Lab / Data

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

Remove line with variable lowActivity from correct_neuropil function #21

Closed mariacozan closed 1 year ago

mariacozan commented 1 year ago

The function correct_neuropil in preprocess_traces contains this line of code: lowActivity = np.nanpercentile(F, 50, 0) The variable lowActivity is not used at any point later throughout the function, therefore this line should be removed (unless it still needs to be implemented, but I cannot see its use).