Ejemplo n.º 1
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'preparation', 'registration',
                          'tensorfsl', 'hardidipy', 'tractquerier', 'qa')
     self.setCleanupBeforeImplement(False)
     self.absInDir = os.path.join(self.workingDir, 'input')
     self.relativeOutDir = 'output/subject/outlier_cleaned_tracts'
     self.absOutDir = os.path.join(self.workingDir, 'output')
Ejemplo n.º 2
0
 def __init__(self, subject):
     GenericTask.__init__(
             self, subject, 'upsampling', 'registration', 'masking', 'qa'
             )
     self.__dwiData = None
     self.__csdModel = None
     self.__csdPeaks = None
Ejemplo n.º 3
0
 def __init__(self, subject):
     GenericTask.__init__(
         self, subject, "preparation", "registration", "tensorfsl", "hardidipy", "tractquerier", "qa"
     )
     self.setCleanupBeforeImplement(False)
     self.relativeOutDir = "raw/outlier_cleaned_tracts"
     self.absOutDir = os.path.join(self.workingDir, "raw", "outlier_cleaned_tracts")
Ejemplo n.º 4
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject,
                          'preparation', 'registration', 'tensorfsl',
                          'hardidipy', 'tractquerier', 'qa')
     self.setCleanupBeforeImplement(False)
     self.absInDir = os.path.join(self.workingDir, 'input')
     self.relativeOutDir = 'output/subject/outlier_cleaned_tracts'
     self.absOutDir = os.path.join(self.workingDir, 'output')
Ejemplo n.º 5
0
    def __init__(self, subject):
        GenericTask.__init__(
                self, subject, 'preparation', 'tensorfsl', 'tensormrtrix',
                'tensordipy', 'hardimrtrix', 'hardidipy', 'tractfiltering',)
        self.setCleanupBeforeImplement(False)

        self.absInDir = os.path.join(self.workingDir, 'input')
        self.absOutDir = os.path.join(self.workingDir, 'output')
Ejemplo n.º 6
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'upsampling', 'hardimrtrix',
             'masking', 'registration', 'atlasregistration' ,'qa')
     self.__tckDetRoiTrk = None
     self.__tckProbRoiTrk = None
     self.__tckgenRoiTrk = None
     self.__tcksiftRoiTrk = None
     self.__nbDirections = None
Ejemplo n.º 7
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'upsampling', 'hardimrtrix',
                          'masking', 'registration', 'atlasregistration',
                          'qa')
     self.__tckDetRoiTrk = None
     self.__tckProbRoiTrk = None
     self.__tckgenRoiTrk = None
     self.__tcksiftRoiTrk = None
     self.__nbDirections = None
Ejemplo n.º 8
0
    def __init__(self, subject):
        GenericTask.__init__(
            self,
            subject,
            'preparation',
            'tensorfsl',
            'tensormrtrix',
            'tensordipy',
            'hardimrtrix',
            'hardidipy',
            'tractfiltering',
        )
        self.setCleanupBeforeImplement(False)

        self.absInDir = os.path.join(self.workingDir, 'input')
        self.absOutDir = os.path.join(self.workingDir, 'output')
Ejemplo n.º 9
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'upsampling', 'parcellation', 'qa')
Ejemplo n.º 10
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'upsampling', 'registration', 'masking', 'qa')
     self.__fit = None
Ejemplo n.º 11
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'preparation', 'parcellation', 'denoising', 'qa')
Ejemplo n.º 12
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, "preparation", "correction", "denoising", "masking", "qa")
Ejemplo n.º 13
0
 def __init__(self, subject):
     GenericTask.__init__(
         self, subject,
         'preparation', 'upsampling', 'registration', 'atlasregistration',
         'tractographymrtrix', 'qa')
     self.setCleanupBeforeImplement(False)
Ejemplo n.º 14
0
 def __init__(self, subject):
     """Fits a diffusion tensor model at each voxel
     """
     GenericTask.__init__(self, subject, 'upsampling', 'registration',
                          'masking', 'qa')
Ejemplo n.º 15
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'upsampling', 'parcellation', 'qa')
Ejemplo n.º 16
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'upsampling', 'registration', 'tensormrtrix', 'tensordipy', 'tensorfsl',
          'hardidipy', 'hardimrtrix', 'tractographymrtrix', 'tractquerier', 'tractfiltering', 'tractometry')
     self.__finished = False
Ejemplo n.º 17
0
    def __init__(self, subject):

        GenericTask.__init__(self, subject, "masking", "registration",
                             "hardidipy")
Ejemplo n.º 18
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'preparation', 'correction',
                          'denoising', 'masking', 'qa')
Ejemplo n.º 19
0
 def __init__(self, subject):
     self.subjectDir = subject.getDir()
     GenericTask.__init__(self, subject)
     self.setCleanupBeforeImplement(False)
Ejemplo n.º 20
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, "upsampling", "registration", "masking", "qa")
     self.__dwiData = None
     self.__csdModel = None
     self.__csdPeaks = None
Ejemplo n.º 21
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject,'preparation', 'parcellation', 'qa')
     self.matlabWarning = False
     self.sigmaVector = None
     self.algorithm = None
Ejemplo n.º 22
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'atlas', 'upsampling', 'registration')
Ejemplo n.º 23
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'backup', 'qa')
Ejemplo n.º 24
0
    def __init__(self, subject):
        """initialisation methods. Please leave as is"""

        GenericTask.__init__(self, subject, 'parcellation', 'qa')
Ejemplo n.º 25
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject,'preparation', 'parcellation', 'qa')
     self.matlabWarning = False
     self.sigmaVector = None
     self.algorithm = None
Ejemplo n.º 26
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'backup')
     self.setCleanupBeforeImplement(False)
     self.subjectName = subject.getName()
Ejemplo n.º 27
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'backup')
     self.setCleanupBeforeImplement(False)
     self.subjectName = subject.getName()
Ejemplo n.º 28
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'preparation', 'upsampling',
                          'registration', 'atlasregistration',
                          'tractographymrtrix', 'qa')
     self.setCleanupBeforeImplement(False)
Ejemplo n.º 29
0
    def __init__(self, subject):

        GenericTask.__init__(self, subject, "masking", "registration", "hardidipy")
Ejemplo n.º 30
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'upsampling', 'registration', 'tensormrtrix', 'tensordipy', 'tensorfsl', 'hardidipy', 'hardimrtrix')
     self.__finished = False
Ejemplo n.º 31
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'preparation', 'correction', 'denoising', 'masking', 'qa')
Ejemplo n.º 32
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'upsampling', 'registration',
                          'tensormrtrix', 'tensordipy', 'tensorfsl',
                          'hardidipy', 'hardimrtrix', 'tractographymrtrix',
                          'tractquerier', 'tractfiltering', 'tractometry')
     self.__finished = False
Ejemplo n.º 33
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'registration', 'upsampling', 'qa')
Ejemplo n.º 34
0
 def __init__(self, subject):
     self.subjectDir = subject.getDir()
     GenericTask.__init__(self, subject)
     self.setCleanupBeforeImplement(False)
Ejemplo n.º 35
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'preparation', 'parcellation',
                          'denoising', 'qa')
Ejemplo n.º 36
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'preparation', 'qa')
     self.id = self.get('id')
Ejemplo n.º 37
0
 def __init__(self, subject):
     """Fits a diffusion tensor model at each voxel
     """
     GenericTask.__init__(self, subject, 'upsampling', 'registration', 'masking', 'qa')
Ejemplo n.º 38
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'upsampling', 'hardimrtrix', 'masking', 'registration','qa')
Ejemplo n.º 39
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'backup', 'qa')
Ejemplo n.º 40
0
    def __init__(self, subject):
        """initialisation methods. Please leave as is"""

        GenericTask.__init__(self, subject, 'parcellation', 'qa')
Ejemplo n.º 41
0
 def __init__(self, subject):
     GenericTask.__init__(
             self, subject, 'preparation', 'tensorfsl', 'tensormrtrix',
             'tensordipy', 'hardimrtrix', 'hardidipy', 'tractfiltering',)
     self.setCleanupBeforeImplement(False)
Ejemplo n.º 42
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'preparation', 'parcellation', 'denoising', 'qa')
     self.__topupCorrection = False
     self.__fieldmapCorrection = False
Ejemplo n.º 43
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'preparation', 'qa')
     self.id = self.get('id')
Ejemplo n.º 44
0
 def __init__(self, subject):
     GenericTask.__init__(self, subject, 'upsampling', 'registration',
                          'masking', 'qa')
     self.__dwiData = None
     self.__csdModel = None
     self.__csdPeaks = None