pcdsdevices.targets.get_unit_meshgrid

pcdsdevices.targets.get_unit_meshgrid(m_rows, n_columns)

Based on the 4 coordinates and m and n points, find the meshgrid.

Regardless of the physical form of our polygon, we first need to morph it into a unit square.

Parameters:
  • m_rows (int) – Number of rows our grid has.

  • n_columns (int) – Number of columns our grid has.