We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a follow-up to #223, double check time lags and scaling of cross-correlation functions.
The text was updated successfully, but these errors were encountered:
Hi @jhnnsnk , On this line: https://github.com/INM-6/mesocircuit-model/blob/ed1baa417f926e4596eb9a121b04f413ba5a779c/scripts/ms_figures_cross_correlation_function.py#L138C55-L138C62 the code does not account for the downsampling factor q, as lags=25 I assume must be in units of ms, while the output of ss.correlation_lags is in units of dt.
q
lags=25
ss.correlation_lags
Sorry, something went wrong.
Well spotted @espenhgn! #225 converts the lags into time units (ms).
Successfully merging a pull request may close this issue.
As a follow-up to #223, double check time lags and scaling of cross-correlation functions.
The text was updated successfully, but these errors were encountered: