Skip to content

Commit

Permalink
🔧 Function arg
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfr committed Jun 5, 2022
1 parent ec935a7 commit 0eae777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynfc/run_multiPatKOP.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .doHilbert import doHilbert


def run_multiPatKOP(RSsig, base=2, nBits=8, delt, flp=.04, fhi=.07, k=2):
def run_multiPatKOP(RSsig, base=2, nBits=8, delt = 0.392, flp=.04, fhi=.07, k=2):
"""Run KOP Routine for BOLD signal.
Args:
Expand Down

0 comments on commit 0eae777

Please sign in to comment.