make_finder_chart_from_image

astroquery.alma.utils.make_finder_chart_from_image(image, target, radius, save_prefix, alma_kwargs={'cache': False, 'public': False, 'science': False}, **kwargs)[source]

Create a “finder chart” showing where ALMA has pointed in various bands, including different color coding for public/private data and each band.

Contours are set at various integration times.

Parameters:
imagefits.PrimaryHDU or fits.ImageHDU object

The image to overlay onto

targetastropy.coordinates or str

A legitimate target name

radiusastropy.units.Quantity

A degree-equivalent radius

save_prefixstr

The prefix for the output files. Both .reg and .png files will be written. The .reg files will have the band numbers and public/private appended, while the .png file will be named prefix_almafinderchart.png

alma_kwargsdict

Keywords to pass to the ALMA archive when querying.

private_band_colors / public_band_colorstuple

A tuple or list of colors to be associated with private/public observations in the various bands

integration_time_contour_levelslist or np.array

The levels at which to draw contours in units of seconds. Default is log-spaced (2^n) seconds: [ 1., 2., 4., 8., 16., 32.])