Skip to content

Commit

Permalink
Remove autoregressive model fitting
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 19, 2024
1 parent d8bdd75 commit 9c9ebad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_51PW.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def get_run_level_analysis(self):

# FILMGLS Node - Estimate first level model
model_estimate = Node(FILMGLS(), name = 'model_estimate')
model_estimate.inputs.fit_armodel = True
#model_estimate.inputs.fit_armodel = True
#The noise level was set to the default 0.66.
#The AR(1) parameter was fixed to 0.34.

Expand Down

0 comments on commit 9c9ebad

Please sign in to comment.