Skip to content

Instantly share code, notes, and snippets.

View rcassani's full-sized avatar
🦫

Raymundo Cassani rcassani

🦫
View GitHub Profile
@agramfort
agramfort / pdc_dtf.py
Created March 30, 2014 16:33
Partial Directed Coherence and Direct Transfer Function using MVAR processes
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Implements Partial Directed Coherence and Direct Transfer Function
using MVAR processes.
Reference
---------
Luiz A. Baccala and Koichi Sameshima. Partial directed coherence:
a new concept in neural structure determination.
@leberblock
leberblock / gist:3047628
Last active April 5, 2022 11:52
thunderbird: check all imap folders for new mail
## add to .thunderbird/@@@.default/prefs.js
user_pref("mail.check_all_imap_folders_for_new", true);
## ... or more permanent via about:config
set mail.server.default.check_all_folders_for_new to true