Skip to content

Commit 76d32df

Browse files
committed
Fix Doppler lidar product name written to history
1 parent 0646a4d commit 76d32df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/harmonizer/doppler_lidar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def harmonize_doppler_lidar_stare_file(
7272
for attribute in ("units", "long_name", "standard_name"):
7373
stare.harmonize_attribute(attribute)
7474
stare.fix_long_names()
75-
stare.add_history("lidar")
75+
stare.add_history("doppler-lidar")
7676
stare.harmonise_serial_number()
7777
if "output_path" not in data:
7878
shutil.copy(temp_file.name, data["full_path"])

0 commit comments

Comments
 (0)