compute_output_wcs

grizli.utils.compute_output_wcs(wcs_list, pixel_scale=0.1, max_size=10000)[source]

Compute output WCS that contains the full list of input WCS

Parameters
wcs_listlist

List of individual WCS objects.

pixel_scaletype

Pixel scale of the output WCS

max_sizeint

Maximum size out the output image dimensions

Returns
headerHeader

WCS header

outputwcsWCS

Output WCS