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

another typo

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@31 8a9318a1-56ba-4d59-b755-99d26321be01
parent 73f55cf0
No related branches found
No related tags found
No related merge requests found
......@@ -731,7 +731,7 @@ python -m glance.compare plotDiffs A.hdf B.hdf [optional output path]
explanationName = name
if (varRunInfo.has_key('alternate_name_in_B')) :
explanationName = explanationName + " / " + varRunInfo['alternate_name_in_B']
print('analyzing: ' + display_name + ' (' + explanationName + ')')
print('analyzing: ' + displayName + ' (' + explanationName + ')')
# if B has an alternate variable name, figure that out
has_alt_B_variable = False
......
......@@ -200,7 +200,7 @@ def _create_mapped_figure(data, latitude, longitude, boundingAxes, title,
kwargs['cmap'] = colorMap
# draw our data placed on a map
bMap, x, y = maps.mapshow(longitudeCleaned, latitudeCleaned, data, boundingAxes, #projection='sinu',
bMap, x, y = maps.mapshow(longitudeCleaned, latitudeCleaned, data, boundingAxes, projection='merc',
**kwargs)
# and some informational stuff
......
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