config/cloudmask_config_sample.yaml

Sun, 23 Feb 2020 16:05:22 +0200

author
Iannis B <ioannis@inoe.ro>
date
Sun, 23 Feb 2020 16:05:22 +0200
changeset 189
e824878310ed
parent 128
168da625489b
permissions
-rw-r--r--

Bug fixes in reading LicelLidarMeasurements.

Use of pcolormehs as default ploting method.

i@128 1 channel: "01064.o_an" # Identified of the channel to use for cloud masking
i@128 2 cloudfree_period_min: 60 # Minimum duration of cloud-free period to convert (in minutes)
i@128 3 file_duration_max: 120 # Maximum duration of file to create (in minutes)
i@128 4 max_cloud_height: 8000 # Maximum altitude (in m) to check for clouds.
i@128 5 plot: True # Create plots of cloud free periods
i@128 6 plot_directory: ./ # Output directory for creating plots
i@128 7

mercurial