3.3.2.23. A_FMM.Stack.transform

Stack.transform(ex: float = 0, ey: float = 0, complex_transform: bool = False) tuple[ndarray]

Function for adding the real coordinate transform to all layers of the stack

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.