diff --git a/pyglance/glance/variablereport.txt b/pyglance/glance/variablereport.txt index 825c916a828d42655c2602f3c83ae9546ed13a71..4acc4f2e5748bc5298b9630b4d102247849378af 100644 --- a/pyglance/glance/variablereport.txt +++ b/pyglance/glance/variablereport.txt @@ -71,22 +71,22 @@ Copyright (c) 2009 University of Wisconsin SSEC. All rights reserved. ## display information about any data filtering on the lons/lats % if ('data_filter_function_lat_in_a' in runInfo) and (not (runInfo['data_filter_function_lat_in_a'] is None)) : Note: The latitude in file A was filtered. - Please see <a href="${runInfo['config_file_name']}">this copy of + Please see <a href="../${runInfo['config_file_name']}">this copy of the original configuration file</a> to view the data filtering function.<br> % endif % if ('data_filter_function_lat_in_b' in runInfo) and (not (runInfo['data_filter_function_lat_in_b'] is None)) : Note: The latitude in file B was filtered. - Please see <a href="${runInfo['config_file_name']}">this copy of + Please see <a href="../${runInfo['config_file_name']}">this copy of the original configuration file</a> to view the data filtering function.<br> % endif % if ('data_filter_function_lon_in_a' in runInfo) and (not (runInfo['data_filter_function_lon_in_a'] is None)) : Note: The longitude in file A was filtered. - Please see <a href="${runInfo['config_file_name']}">this copy of + Please see <a href="../${runInfo['config_file_name']}">this copy of the original configuration file</a> to view the data filtering function.<br> % endif % if ('data_filter_function_lon_in_b' in runInfo) and (not (runInfo['data_filter_function_lon_in_b'] is None)) : Note: The longitude in file B was filtered. - Please see <a href="${runInfo['config_file_name']}">this copy of + Please see <a href="../${runInfo['config_file_name']}">this copy of the original configuration file</a> to view the data filtering function.<br> % endif </p> @@ -104,10 +104,10 @@ Copyright (c) 2009 University of Wisconsin SSEC. All rights reserved. of the difference.<br> ## if we're showing images, link to graphs showing the problem % if runInfo['shouldIncludeImages'] : - <a href="./LonLatMismatch.A.png"> + <a href="../LonLatMismatch.A.png"> View mismatching points in A's lon/lat system </a><br> - <a href="./LonLatMismatch.B.png"> + <a href="../LonLatMismatch.B.png"> View mismatching points in B's lon/lat system </a> % endif @@ -150,12 +150,12 @@ Copyright (c) 2009 University of Wisconsin SSEC. All rights reserved. ## if the data was filtered, say so % if ('data_filter_function_a' in runInfo) and (not (runInfo['data_filter_function_a'] is None)) : Note: The data for this variable from file A was filtered. - Please see <a href="${runInfo['config_file_name']}">this copy of + Please see <a href="../${runInfo['config_file_name']}">this copy of the original configuration file</a> to view the data filtering function.<br> % endif % if ('data_filter_function_b' in runInfo) and (not (runInfo['data_filter_function_b'] is None)) : Note: The data for this variable from file B was filtered. - Please see <a href="${runInfo['config_file_name']}">this copy of + Please see <a href="../${runInfo['config_file_name']}">this copy of the original configuration file</a> to view the data filtering function.<br> % endif </p>