Exemplo n.º 1
0
def Mw_PolyReg(MagSize, MagError, Coeff):
  """
  Conversion using polynomial coefficients
  """

  M = Reg.PolyFun(Coeff, MagSize)
  E = None # Still to implement

  return (M, E)