map_to_vis#

xrayvision.imaging.map_to_vis(amap, *, u, v)[source]#

Return a Visibility object created from the map and u, v sampling.

Parameters:
  • amap (sunpy.map.Map) – The input map

  • u (numpy.ndarray) – Array of u coordinates where the visibilities will be evaluated

  • v (numpy.ndarray) – Array of v coordinates where the visibilities will be evaluated

Returns:

Visibility – The new visibility object