Skip to content

Commit

Permalink
FILMGLS prewhittens data
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jun 21, 2024
1 parent 4279a80 commit 3ff9cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions narps_open/pipelines/team_4SZ2.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ 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
run_level.connect(smoothing_func, 'out_file', model_estimate, 'in_file')
run_level.connect(model_generation, 'con_file', model_estimate, 'tcon_file')
run_level.connect(model_generation, 'design_file', model_estimate, 'design_file')
Expand Down

0 comments on commit 3ff9cf4

Please sign in to comment.