lf.data.rx.locate_mat

lf.data.rx.locate_mat(data_path, date, tx, rx, resolution)

Determine the four mat_files associated with the provided Tx-Rx Path

Parameters
  • data_path (str) – Path to the data directory containing folders for each receiver

  • date (datetime) – Date of interest

  • tx ({"NAA", "NLK", "NML"}) – Transmitter of interest

  • rx (str) – Receiver of interest

  • resolution ({"high", "low"}) – high resolution = 60 Hz, low resolution = 1 Hz

Returns

list containing the amplitude and phase .mat files of interest

Return type

list of str