make_casa_mask

spectral_cube.io.casa_masks.make_casa_mask(SpecCube, outname, append_to_image=True, img=None, add_stokes=True, stokes_posn=None)[source]

Outputs the mask attached to the SpectralCube object as a CASA image, or optionally appends the mask to a preexisting CASA image.

Parameters:

SpecCube : SpectralCube

SpectralCube object containing mask.

outname : str

Name of the outputted mask file.

append_to_image : bool, optional

Appends the mask to a given image.

img : str, optional

Image to be appended to. Must be specified if append_to_image is enabled.

add_stokes: bool, optional

Adds a Stokes axis onto the wcs from SpecCube.

stokes_posn : int, optional

Sets the position of the new Stokes axis. Defaults to the last axis.