3.2.6.26. A_FMM.Layer.transform

Layer.transform(ex: float = 0, ey: float = 0, complex_transform: bool = False)

Function for adding the real coordinate transfomr to the layer

Note: for no mapping, set the width to 0

Parameters:
  • ex (float) – relative width of the unmapped region in x direction. Default is 0 (no mapping)

  • ey (float) – relative width of the unmapped region in y direction. Default is 0 (no mapping)

  • complex_transform (bool) – False for real transform (default), True for complex one.