RFEst icon indicating copy to clipboard operation
RFEst copied to clipboard

Difference of gaussian with temporal kernel

Open jonathanoesterle opened this issue 4 years ago • 1 comments

Fitting a difference of gaussian with a temporal filter could be a nice feature for easy quantification of receptive fields.

jonathanoesterle avatar Apr 29 '22 14:04 jonathanoesterle

See Dayan and Abbot p 77: D_s(x, y) = +- (1/(2 pi s_c²) exp(-(x²+y²) / 2 s_c²) - B/(2 pi s_s²) exp(-(x²+y²) / 2 s_s²) ) with s_s > s_c

jonathanoesterle avatar Jun 28 '22 10:06 jonathanoesterle