ctdcal.io.write_cast_details

ctdcal.io.write_cast_details(ssscc: str, log_file: Union[str, pathlib.Path], time_start: float, time_end: float, time_bottom: float, p_start: float, p_max: float, b_alt: float, b_lat: float, b_lon: float) None[source]

Write cast details to cast_details.csv log file.

Parameters
  • ssscc (str) – Station/cast in SSSCC format

  • log_file (str or Path) – File destination for cast details

  • time_start (float) – Time at start of cast (from minimum pressure after 10m soak)

  • time_end (float) – Time at end of cast (when instrument leaves water)

  • time_bottom (float) – Time at bottom of cast (max depth)

  • p_start (float) – Pressure at the time the cast begins

  • p_max (float) – Pressure at bottom of cast

  • b_alt (float) – Altimeter value at bottom of cast

  • b_lat (float) – Latitude at bottom of cast

  • b_lon (float) – Longitude at bottom of cast

Returns

Return type

None