nsrdb.utilities.file_utils.convert_h4

convert_h4(path4, f_h4, path5, f_h5)[source]

Use a subprocess to convert a single h4 to h5 file.

Parameters:
  • path4 (str) – Path of source h4 file.

  • f_h4 (str) – Filename of source h4 file to convert.

  • path5 (str) – Destination of final h5 file.

  • f_h5 (str) – Filename of final converted h5 file.