Command line interface
alcf plot
alcf plot - plot lidar data
Usage: alcf plot <plot_type> <input> <output> [<options>] [<plot_options>]
Arguments:
plot_type: plot type (see Plot types below)input: input filename or directoryoutput: output filename or directoryoptions: see Options belowplot_options: Plot type specific options. See Plot options below.
Plot types:
backscatter: plot backscatterbackscatter_hist: plot backscatter histogrambackscatter_sd_hist: plot backscatter standard deviation histogramcloud_occurrence: plot cloud occurrence
Options:
dpi: <value>: Resolution in dots per inch (DPI). Default:300.--grid: plot gridheight: <value>: Plot height (inches). Default:5ifplot_typeiscloud_occurrenceorbackscatter_histelse4.subcolumn: <value>: Model subcolumn to plot. Default:0.title: <value>: Plot title.width: <value>: Plot width (inches). Default:5ifplot_typeiscloud_occurrenceorbackscatter_histelse10.
Plot command options:
backscatter:--lr: plot lidar ratio (LR)--plot_cloud_mask: plot cloud masksigma: <value>: Suppress backscatter less than a number of standard deviations from the mean backscatter (real). Default:3.vlim: { <min> <max }. Value limits (10^6 m-1.sr-1). Default:{ 10 2000 }.vlog: <value>: Plot values on logarithmic scale:trueoffalse. Default:true.
backscatter_hist:vlim: { <min> <max }. Value limits (%) ornonefor auto. Ifnoneandvlogisnone,minis set to 1e-3 if less or equal to zero. Default:none.--vlog: use logarithmic scale for valuesxlim: { <min> <max> }. x axis limits (10^6 m-1.sr-1) ornonefor automatic. Default:none.zlim: { <min> <max> }. z axis limits (m) ornonefor automatic. Default:none.
backscatter_sd_hist:xlim: { <min> <max> }. x axis limits (10^6 m-1.sr-1) ornonefor automatic. Default:none.zlim: { <min> <max> }. z axis limits (%) ornonefor automatic. Default:none.
cloud_occurrence:colors: { <value>... }: Line colors. Default:{ #0084c8 #dc0000 #009100 #ffc022 #ba00ff }linestyle: {... }`: Line style (`solid`, `dashed`, `dotted`). Default: `solid`. labels: { <value>... }: Line labels. Default:none.lw: <value>: Line width. Default:1.xlim: { <min> <max> }: x axis limits (%). Default:{ 0 100 }.zlim: { <min> <max> }: z axis limits (m). Default:{ 0 15 }.

ALCF