ska_sdp_instrumental_calibration.data_managers.sky_model.utils module

ska_sdp_instrumental_calibration.data_managers.sky_model.utils.write_csv(filepath, rows)[source]

Write rows to a CSV file.

Parameters:
  • filepath (str) -- Path to the CSV file to write.

  • rows (list of list of str) -- List of rows, where each row is a list of string values.