- Jul 21, 2017
-
-
Eva Schiffer authored
-
- Jul 17, 2017
-
-
Eva Schiffer authored
adding extra checks when variable data is loaded to prevent crashing and some cosmetic changes to html report output
-
- Apr 20, 2017
-
-
Eva Schiffer authored
added global and variable attributes to report pages; fixed bug in the io module that was causing global attributes to never be loaded; corrected the behavior for purple marking circles behind small numbers of mismatch points and added that behavior to some other kinds of mismatch plots
-
- Apr 03, 2017
-
-
Eva Schiffer authored
-
- Mar 16, 2017
-
-
Eva Schiffer authored
-
- Dec 20, 2016
-
-
Alan De Smet authored
Old behavior was to raise an uncaught exception. Now it reports a warning and continues onward.
-
- Aug 10, 2016
-
-
Alan De Smet authored
"glance info --parsable" now outputs the results in tab deliminated format, repeating the filename on each line, making it easier to parse programmatically. Additional fields may be added later! At the moment only supports "info". May add support for other formats later.
-
- Jul 27, 2016
-
-
Alan De Smet authored
Put sort directly into for loop; don't bother with giving it a variable. Use named argument instead of relying on positional one.
-
Alan De Smet authored
Returns how many files could not be read, to a maximum of 255 (since the exit code is 8 bit). This allows other processes calling "glance info" to detect errors.
-
- Jul 14, 2016
-
-
Alan De Smet authored
Previously output was ordered in whatever order the set happened to offer them in. This was not stable between different Python versions. Ordered alphabetically(ish) should be more human friendly, and will simplify the tests.
-
Alan De Smet authored
Previously "glance --version" was treated as an error, and the process's exit code was "9". Displaying the version isn't an error.
-
Alan De Smet authored
-
Alan De Smet authored
If present, the first one or two arguments to "glance gui" will be automatically loaded as File A and File B.
-
- Jul 12, 2016
-
-
Alan De Smet authored
Command names are case insensitive. "glance reportGen" and "glance reportgen" are synonymous. However, help requests remain case sensitive. "glance help reportgen" fails. This patch makes it case insensitive.
-
Alan De Smet authored
Typical usage has changed; not usually just invoked through the "glance" binary. Change documentation to match.
-
- May 10, 2016
-
-
Eva Schiffer authored
fix handling of _unsigned attribute in nc files; units=1 no longer display on plots; commands on the command line should be case sensitive; better handling of shape () data
-
- Aug 12, 2013
-
-
Eva Schiffer authored
-
- Mar 29, 2013
-
-
(no author) authored
refactoring the stats module and adding more detailed analysis of individual data sets; fixed a bug that caused glance to crash when loading character variables in netcdf files git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@206 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Feb 13, 2013
-
-
(no author) authored
moving the reports and some other things I missed the first time around to use the new constants module git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@203 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Dec 22, 2012
-
-
(no author) authored
moving a huge pile of strings into constants modules and refactoring several groups of functions out of compare.py into different modules organized by their logical function git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@201 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Sep 28, 2012
-
-
(no author) authored
added ability to restrict histogram range in histogram plotting function; this is all wired up to the inspection report (put histogram_range in the config file to use it); changed set_to_value_between_bounds filter to set_to_value_outside_bounds and wrapped old name for compatibility git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@198 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jun 29, 2012
-
-
(no author) authored
fixed which doc strings are shown for the inspectStats command; moved gui constants into a separate file; hooked up more of the settings tab; built case insensitive cache for the attributes and variable names in the io module; fixed the validator in the gui so it will accept None as well as doubles git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@189 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jun 08, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@187 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 23, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@185 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 03, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@184 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@183 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@180 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@177 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Apr 12, 2012
-
-
(no author) authored
fixing a bug in the correction of the view windows in imapp_plot; correcting user visible help in main glance command line git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@171 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Mar 30, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@169 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jan 18, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@162 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@160 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 21, 2011
-
-
(no author) authored
changing how the renderer is selected in compare to make sure an interactive or non-interactive renderer is correctly selected git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@155 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 17, 2011
-
-
(no author) authored
moved to new version to represent the gui change; marked glance no longer zip safe due to mako needing to search directories for templates; moved glance non-code files into the stuff subdirectory; overhauled report generation to remove copied code; more kinds of files can get all variable attributes using io; checked in initial imapp idea plotting code; set up initial stats window in gui; added numeric validation to some gui input fields; changed the statistical analysis constructors to allow for direct use of data objects git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@151 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 14, 2011
-
-
(no author) authored
adding zero padding to floats displayed in reports; adding alpha version of new gui; adding initial version of global file attribute load to io; now using Qt4Agg renderer and setting ion and ioff git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@150 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Oct 26, 2011
-
-
(no author) authored
adding pass fail control in reportGen; adding _delta statistics and renaming some others to be consistent; fixed calculation of the standard deviation; comment out some print statements in the io module git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@149 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Oct 01, 2011
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@148 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 18, 2011
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@146 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 01, 2011
-
-
(no author) authored
a draft of a great circle distance function; fixed the bin range and epsilon comparison in colocation; added a check for no-data to stop scatter plot from crashing bin/tuple mode git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@145 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jan 18, 2011
-
-
(no author) authored
replaced trouble with mismatch; added units to most plots; corrected off by one error in histogram and changed 'bin' to interval in the displayed stats git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@141 8a9318a1-56ba-4d59-b755-99d26321be01
-