Right now in read_data, we only read in time and pressure time-series, but we will want also to be able to read in wind speed data.
That will probably require us to write new versions of read_Perseverance_MEDA_data, one that reads in pressure time-series and one that read in wind data since those two datasets will come from different data files.
Right now in read_data, we only read in time and pressure time-series, but we will want also to be able to read in wind speed data.
That will probably require us to write new versions of read_Perseverance_MEDA_data, one that reads in pressure time-series and one that read in wind data since those two datasets will come from different data files.