fmflow.fits.functions module#

getarray(fitsname, arrayid, scantype, offsetsec=0.0, *, computeam=True, ignore_antennalog=False)[source]#

Create a modulated array from a FMFITS.

Parameters:
  • fitsname (str) – File name of a FMFITS.

  • arrayid (str) – An array ID with which the output fmarray is created.

  • scantype (str) – A scan type with which the output fmarray is created.

  • offsetsec (float, optional) – A float value of FM offset time in units of sec.

  • computeam (bool, optional) – If True, atmospheric model is computed. Default is True.

  • ignore_antennalog (bool, optional) – Whether ignoring antenna log. Default is False.

Returns:

A modulated array of the spacified arrayid and scantype.

Return type:

array (xarray.DataArray)