astrohack.core.beamcut ====================== .. py:module:: astrohack.core.beamcut Attributes ---------- .. autoapisummary:: astrohack.core.beamcut.quack_chans Functions --------- .. autoapisummary:: astrohack.core.beamcut.process_beamcut_chunk Module Contents --------------- .. py:data:: quack_chans :value: 4 .. py:function:: process_beamcut_chunk(beamcut_chunk_params: dict, output_mds: astrohack.io.beamcut_mds.AstrohackBeamcutFile) Ingests a holog_xds containing beamcuts and produces a beamcut_xdtree containing the cuts separated in xdses. :param beamcut_chunk_params: Parameter dictionary with inputs :type beamcut_chunk_params: dict :param output_mds: Output mds file :type output_mds: AstrohackBeamcutFile :return: Beamcut_xdtree containing the different cuts for this antenna and DDI. :rtype: xr.DataTree