write_hdf5

ska_sdp_exec_swiftly.utils.write_hdf5(approx_subgrid, approx_facet, approx_subgrid_path, approx_facet_path, base_arrays, hdf5_chunksize_G, hdf5_chunksize_FG, use_dask=True)[source]

Write approx subgrid and facet to hdf5

Parameters:
  • approx_subgrid – approx subgrid list

  • approx_facet – approx facet list

  • approx_subgrid_path – approx subgrid path

  • approx_facet_path – approx facet path

  • base_arrays – BaseArrays class object

  • hdf5_chunksize_G – hdf5 chunk size for G data

  • hdf5_chunksize_G – hdf5 chunk size for FG data

Returns:

hdf5 path of approx subgrid and facets