Skip to content

Commit

Permalink
Remove prewhitened data
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jun 26, 2024
1 parent cf8934d commit 6e69a04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion narps_open/pipelines/team_B23O.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def get_run_level_analysis(self):

# FILMGLS Node - Estimate first level model
model_estimate = Node(FILMGLS(), name = 'model_estimate')
model_estimate.inputs.output_pwdata = True
model_estimate.inputs.smooth_autocorr = True
run_level.connect(select_files, 'func', model_estimate, 'in_file')
run_level.connect(model_generation, 'con_file', model_estimate, 'tcon_file')
Expand Down

0 comments on commit 6e69a04

Please sign in to comment.