Exemplo n.º 1
0
 def shiftit(self,shift,save=False):
     """
     Shift the pulse by some phase.
     """
     x = u.shiftit(self.data,-1*shift)
     if save:
         self.data = x
     return x
Exemplo n.º 2
0
 def shiftit(self, shift, save=False):
     """
     Shift the pulse by some phase.
     """
     x = u.shiftit(self.data, -1 * shift)
     if save:
         self.data = x
     return x