-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop unused modules, classes, and functions (#11)
* Remove dwi, anatomical, and fieldmap workflows. * Remove lots of unused interfaces. * Update __init__.py * Remove more. * Do more. * Update __init__.py * Add init_output_grid_wf back in. * Remove QSIPrep-specific parameters and Config elements (#6) --------- Co-authored-by: Matt Cieslak <[email protected]> --------- Co-authored-by: Matt Cieslak <[email protected]>
- Loading branch information
1 parent
3604b96
commit 667c5de
Showing
64 changed files
with
77 additions
and
21,868 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,5 @@ | ||
# -*- coding: utf-8 -*- | ||
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- | ||
# vi: set ft=python sts=4 ts=4 sw=4 et: | ||
from .bids import ( | ||
BIDSDataGrabber, | ||
BIDSInfo, | ||
DerivativesDataSink, | ||
DerivativesMaybeDataSink, | ||
) | ||
from .confounds import DMRISummary, GatherConfounds | ||
from .fmap import FieldToHz, FieldToRadS, Phasediff2Fieldmap, Phases2Fieldmap | ||
from .freesurfer import ( | ||
FSDetectInputs, | ||
FSInjectBrainExtracted, | ||
MakeMidthickness, | ||
RefineBrainMask, | ||
StructuralReference, | ||
) | ||
from .images import Conform, ConformDwi, IntraModalMerge, ValidateImage | ||
from .reports import AboutSummary, SubjectSummary | ||
from .surf import NormalizeSurf | ||
from .utils import AddTSVHeader, ConcatAffines | ||
from .bids import DerivativesDataSink | ||
from .images import ConformDwi, ValidateImage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.