scopesim.source.source_utils.make_img_wcs_header# scopesim.source.source_utils.make_img_wcs_header(pixel_scale: float, image_size: tuple[int, int]) → Header# Create a WCS header for an image. Parameters: pixel_scale (float) – Pixel scale in arcsecs. image_size (tuple[int, int]) – Image size (x, y). Returns: DESCRIPTION. Return type: TYPE