We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0646a4d commit 76d32dfCopy full SHA for 76d32df
src/processing/harmonizer/doppler_lidar.py
@@ -72,7 +72,7 @@ def harmonize_doppler_lidar_stare_file(
72
for attribute in ("units", "long_name", "standard_name"):
73
stare.harmonize_attribute(attribute)
74
stare.fix_long_names()
75
- stare.add_history("lidar")
+ stare.add_history("doppler-lidar")
76
stare.harmonise_serial_number()
77
if "output_path" not in data:
78
shutil.copy(temp_file.name, data["full_path"])
0 commit comments