Skip to content
Snippets Groups Projects
Commit 9b3eb0f1 authored by (no author)'s avatar (no author)
Browse files

default description for the individual plot controls

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@84 8a9318a1-56ba-4d59-b755-99d26321be01
parent fe3728b0
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,25 @@ setOfVariables['Total Precipitable Water'] = {
}
setOfVariables['Total Precipitable Water, Low'] = {
'variable_name': 'imager_prof_retr_abi_total_precipitable_water_low',
'epsilon': 3.0
'epsilon': 3.0,
# the following settings allow you to control plotting on an individual plot basis
# if these valuse are not defined or set to True, the associated plots will be plotted
# or not according to the other settings for the variable
# if any of these are set to false, the associated plot will not be plotted
# should the two original images be plotted?
'do_plot_originals': True,
# should the absolute value of the difference between the two data sets be plotted?
'do_plot_abs_diff': True,
# should the (subtractive) difference between the two data sets be plotted?
'do_plot_sub_diff': True,
# should the scatter plot be plotted?
'do_plot_scatter': True,
# should the histogram be plotted?
'do_plot_histogram': True,
# should the trouble plot be plotted?
'do_plot_trouble': True
}
setOfVariables['Total Precipitable Water, Mid'] = {
'variable_name': 'imager_prof_retr_abi_total_precipitable_water_mid',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment