Skip to content

Commit

Permalink
ENH: Update eddy_params.json (#903)
Browse files Browse the repository at this point in the history
The default for eddy is flm: quadratic, slm: none. 

For modern data, flm: linear is not enough correction. The second level model is recommended for older and lower resolution data.
  • Loading branch information
cookpa authored Dec 10, 2024
1 parent 92687d1 commit fa4dbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsiprep/data/eddy_params.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"flm": "linear",
"flm": "quadratic",
"slm": "linear",
"fep": false,
"interp": "spline",
Expand Down

0 comments on commit fa4dbe0

Please sign in to comment.