astrohack.core.locit

Functions

locit_separated_chunk(locit_parms, output_mds)

This is the chunk function for locit when treating each DDI separately

locit_combined_chunk(locit_parms, output_mds)

This is the chunk function for locit when we are combining the DDIs for an antenna for a single solution

locit_difference_chunk(locit_parms, output_mds)

This is the chunk function for locit when we are combining two DDIs for an antenna for a single solution by using

Module Contents

locit_separated_chunk(locit_parms: dict, output_mds: astrohack.io.position_mds.AstrohackPositionFile)[source]

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

locit_combined_chunk(locit_parms: dict, output_mds: astrohack.io.position_mds.AstrohackPositionFile)[source]

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

locit_difference_chunk(locit_parms: dict, output_mds: astrohack.io.position_mds.AstrohackPositionFile)[source]

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