Schroeder-Lab / Data

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

Function _moffat in preprocess_traces #32

Closed mariacozan closed 1 year ago

mariacozan commented 1 year ago

Again, there is a function in preprocess traces called _moffat which does not seem to be used anywhere. Please remove this if not needed anymore or move it to a different file.

The function:

def _moffat(r, B, A, alpha, beta):
    return B + A * (1 + (((r) ** 2) / alpha**2)) ** -beta
liadJB commented 1 year ago

could not find the function there