3.2.6.4. A_FMM.Layer.add_transform_matrix

Layer.add_transform_matrix(ex: float = 0.0, FX: ndarray = None, ey: float = 0.0, FY: ndarray = None)

Function for adding matrix of a coordinate transform

Parameters:
  • ex (float) – relative width of the unmapped region in x direction. Default is 0. This is only for keeping track of the value, as it has no effect on the transformation.

  • FX (ndarray) – FX matrix of the coordinate trasnformation

  • ey (float) – relative width of the unmapped region in y direction. Default is 0. This is only for keeping track of the value, as it has no effect on the transformation.

  • FY (ndarray) – FY matrix of the coordinate trasnformation