Skip to content
Snippets Groups Projects
Commit 51005c6c authored by tomrink's avatar tomrink
Browse files

snapshot...

parent c69b341a
No related branches found
No related tags found
No related merge requests found
......@@ -198,8 +198,8 @@ class CarrStereo(AMVFiles):
def get_amvs(amv_files, timestamp, filepath=None):
if filepath is None:
filepath, ftime, f_idx = amv_files.get_file(timestamp)
# amv_params = amv_files.get_parameters()
amv_params = ['lon', 'lat', 'pressure', 'wind_speed', 'wind_direction']
amv_params = amv_files.get_parameters()
amv_params = [amv_files.lat_name, amv_files.lon_name] + amv_params
ds = Dataset(filepath)
param_s = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment