Variable bin width
v0.2.3 Release Notes
Enhancements
-
Layer Calculations Plot:
- Fixed a bug where channels were not displayed on the plot due to a misplaced
continue
statement in the cloud detection logic. -
Ground Layer:
- Only the line from the first window where a molecular profile is found is shown in solid, while the rest of the windows are displayed in light gray.
-
Cloud Layer:
- For clouds, the last window with a molecular profile (before the cloud) is plotted in a thick, dark purple line, with the corresponding c0 sum for the window.
- The first window with a molecular profile (after the cloud) is also plotted in the same thick, dark purple line, with the corresponding c0 sum.
- Each cloud is plotted in a different color, with both lines of the same cloud having the same color.
- Fixed a bug where channels were not displayed on the plot due to a misplaced
-
Chi2 Plot:
- Ground layer is now plotted in a dark color.
- Molecular profile is plotted in a finer, less dark red.
- Clouds are plotted in dark red if the chi2 value exceeds the threshold.
- TODO: Junge layer chi2 plot still pending.
-
Alpha Plot:
- Alpha is now plotted in orange.
- c0_period is plotted on the x-axis.
- A warning is added when
trans_ground_layer > 1.04
. - TODO: Pending decision on whether to plot by segments or reset to zero when needed.
-
Transmission Display:
- Transmission values are now shown for both the ground layer and the cloud layer.
Bug Fixes
-
LICEL Reader:
- Fixed issues with BRL files containing erroneous coordinates.
- Updated tests to reflect changes in the LICEL reader, specifically with the new
lidar_location
parameter in the database.