Skip to content

Commit

Permalink
Rename piecewise module to SRM for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
emdupre committed Jan 19, 2024
1 parent 01d8de1 commit db2a760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fmralign/piecewise.py → fmralign/srm.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ def fit_one_parcellation(
verbose,
):
"""Create parcellation of n_pieces and align one piece i in group source
data piece_X_list, using SRM alignment instance.
data X_list, using SRM alignment instance.
Parameters
----------
X_: Niimg-like object
X_list: Iterable of Niimg-like objects
Source data
srm : FastSRM instance
masker: instance of NiftiMasker or MultiNiftiMasker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from nilearn.maskers import NiftiMasker
from fastsrm.identifiable_srm import IdentifiableFastSRM

from fmralign.piecewise import PiecewiseModel, Identity
from fmralign.srm import PiecewiseModel, Identity


def to_niimgs(X, dim):
Expand Down

0 comments on commit db2a760

Please sign in to comment.