Skip to content

Commit

Permalink
Various cleanings in design_matrix module before the main one
Browse files Browse the repository at this point in the history
  • Loading branch information
bthirion committed Jul 22, 2015
1 parent a965eaa commit 2fdd617
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 170 deletions.
2 changes: 1 addition & 1 deletion examples/plot_localizer_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
n_conditions = len(paradigm.name.unique())
design_matrix = make_design_matrix(frame_times, paradigm,
hrf_model='canonical with derivative',
drift_model="cosine", hfcut=128)
drift_model="cosine", period_cut=128)

# Plot the design matrix
ax = design_matrix.show()
Expand Down
Loading

0 comments on commit 2fdd617

Please sign in to comment.