pycrostates icon indicating copy to clipboard operation
pycrostates copied to clipboard

GFP equation

Open mscheltienne opened this issue 1 year ago • 10 comments

Looking quickly through GFP stuff, this is the equation I find in MNE:

np.sqrt((data**2).mean(axis=1))

And this is in pycrostates: https://github.com/vferat/pycrostates/blob/ff3da2b02024d5a54d09878d87d14834859d38dd/pycrostates/preprocessing/extract_gfp_peaks.py#L160

@vferat Any opinion here?

mscheltienne avatar Feb 16 '24 10:02 mscheltienne