Beispiel #1
0
 def plotTrk(self, source, anatomical, roi, xSlice, ySlice, zSlice, xRot,
             yRot, zRot):
     """
     """
     target = self.buildName(source, None, ext=self.qaImagesFormat)
     qautil.plotTrk(source, target, anatomical, roi, xSlice, ySlice, zSlice,
                    xRot, yRot, zRot)
     return target
Beispiel #2
0
 def plotTrk(self, source, anatomical, roi):
     """
     """
     target = self.buildName(source, None, ext=self.qaImagesFormat)
     qautil.plotTrk(source, target, anatomical, roi)
     return target
Beispiel #3
0
 def plotTrk(self, source, anatomical, roi, xSlice, ySlice, zSlice, xRot, yRot, zRot):
     """
     """
     target = self.buildName(source, None, ext=self.qaImagesFormat)
     qautil.plotTrk(source, target, anatomical, roi, xSlice, ySlice, zSlice,xRot, yRot, zRot)
     return target