def getReconParams(self):
     tilt_angle_offset = float(apImod.getETomoParam(self.params["rundir"], "tilt.com", ["OFFSET"])[0])
     z_shift = apImod.getImodZShift(self.params["rundir"])
     tilt_axis_tilt = float(apImod.getETomoParam(self.params["rundir"], "tilt.com", ["XAXISTILT"])[0])
     image_rotation = float(
         apImod.getETomoParam(self.params["rundir"], self.seriesname + ".edf", ["Setup.ImageRotationA="])[0]
     )
     return apTomo.insertFullReconParams(tilt_angle_offset, z_shift, tilt_axis_tilt, image_rotation)
 def getReconParams(self):
     tilt_angle_offset = float(
         apImod.getETomoParam(self.params['rundir'], 'tilt.com',
                              ['OFFSET'])[0])
     z_shift = apImod.getImodZShift(self.params['rundir'])
     tilt_axis_tilt = float(
         apImod.getETomoParam(self.params['rundir'], 'tilt.com',
                              ['XAXISTILT'])[0])
     image_rotation = float(
         apImod.getETomoParam(self.params['rundir'],
                              self.seriesname + '.edf',
                              ['Setup.ImageRotationA='])[0])
     return apTomo.insertFullReconParams(tilt_angle_offset, z_shift,
                                         tilt_axis_tilt, image_rotation)
Exemple #3
0
 def getReconParams(self):
     return apTomo.insertFullReconParams()
 def getReconParams(self):
         return apTomo.insertFullReconParams()