Skip to content

Commit

Permalink
Add rv-polarstern pollyxt depolarisation variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Jan 11, 2023
1 parent 017c8e2 commit 34b745f
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions cloudnetpy/plotting/plot_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,54 @@ class PlotMeta(NamedTuple):
plot_scale=Scale.LOGARITHMIC,
plot_type="mesh",
),
"depolarisation_1064_raw": PlotMeta(
name="Raw depolarisation at 1064 nm",
cbar="viridis",
clabel="",
plot_range=(1e-3, 1),
plot_scale=Scale.LOGARITHMIC,
plot_type="mesh",
),
"depolarisation_1064": PlotMeta(
name="Lidar depolarisation at 1064 nm",
cbar="viridis",
clabel="",
plot_range=(1e-3, 1),
plot_scale=Scale.LOGARITHMIC,
plot_type="mesh",
),
"depolarisation_532_raw": PlotMeta(
name="Raw depolarisation at 532 nm",
cbar="viridis",
clabel="",
plot_range=(1e-3, 1),
plot_scale=Scale.LOGARITHMIC,
plot_type="mesh",
),
"depolarisation_532": PlotMeta(
name="Lidar depolarisation at 532 nm",
cbar="viridis",
clabel="",
plot_range=(1e-3, 1),
plot_scale=Scale.LOGARITHMIC,
plot_type="mesh",
),
"depolarisation_355_raw": PlotMeta(
name="Raw depolarisation at 355 nm",
cbar="viridis",
clabel="",
plot_range=(1e-3, 1),
plot_scale=Scale.LOGARITHMIC,
plot_type="mesh",
),
"depolarisation_355": PlotMeta(
name="Lidar depolarisation at 355 nm",
cbar="viridis",
clabel="",
plot_range=(1e-3, 1),
plot_scale=Scale.LOGARITHMIC,
plot_type="mesh",
),
"depolarisation_smooth": PlotMeta(
name="Lidar depolarisation (smoothed)",
cbar="viridis",
Expand Down

0 comments on commit 34b745f

Please sign in to comment.