astrohack.core.locit ==================== .. py:module:: astrohack.core.locit Functions --------- .. autoapisummary:: astrohack.core.locit.locit_separated_chunk astrohack.core.locit.locit_combined_chunk astrohack.core.locit.locit_difference_chunk Module Contents --------------- .. py:function:: locit_separated_chunk(locit_parms: dict, output_mds: astrohack.io.position_mds.AstrohackPositionFile) This is the chunk function for locit when treating each DDI separately :param locit_parms: the locit parameter dictionary :param output_mds: Output mds file onto which to add results Returns: xds save to disk in the .zarr format .. py:function:: locit_combined_chunk(locit_parms: dict, output_mds: astrohack.io.position_mds.AstrohackPositionFile) This is the chunk function for locit when we are combining the DDIs for an antenna for a single solution :param locit_parms: the locit parameter dictionary :param output_mds: Output mds file onto which to add results Returns: xds save to disk in the .zarr format .. py:function:: locit_difference_chunk(locit_parms: dict, output_mds: astrohack.io.position_mds.AstrohackPositionFile) This is the chunk function for locit when we are combining two DDIs for an antenna for a single solution by using the difference in phase between the two DDIs of different frequencies :param locit_parms: the locit parameter dictionary :param output_mds: Output mds file onto which to add results