Skip to content

Commit

Permalink
Merge pull request #495 from bendichter/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
pgunn committed Mar 26, 2019
2 parents d626b3a + 9b4f73b commit 7180060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ A paper explaining most of the implementation details and benchmarking can be fo

## New: Code refactoring (October 2018)

We recently refactored the code to simplify the parameter setting and usage of the various algorithms. The code now is based revolves around the following objects:
We recently refactored the code to simplify the parameter setting and usage of the various algorithms. The code now is based around the following objects:

* `params`: A single object containing a set of dictionaries with the parameters used in all the algorithms. It can be set and changed easily and is passed into all the algorithms.
* `MotionCorrect`: An object for motion correction which can be used for both rigid and piece-wise rigid motion correction.
Expand Down

0 comments on commit 7180060

Please sign in to comment.