- Jan 05, 2021
-
-
Eva Schiffer authored
-
- Aug 21, 2020
-
-
Alan De Smet authored
-
- Apr 30, 2020
-
-
Eva Schiffer authored
-
- Aug 15, 2018
-
-
Eva Schiffer authored
-
- Apr 03, 2017
-
-
Eva Schiffer authored
-
- Dec 21, 2016
-
-
Eva Schiffer authored
-
- Dec 05, 2016
-
-
Alan De Smet authored
For variables who shape is "0" (that is, a simple scalar value), statistics calculations now work. Although many of the statistics are silly, this is useful for report generation. Implementation: DataObject has a new function "holding_array" which in most cases returns itself. But if self.data.shape==0, it returns a copy of itself with self.data's scalar value tossed into a single element array. Now that the data is an array, as expected, the statistics code works fine.
-
- Aug 10, 2016
-
-
Alan De Smet authored
In glance gui, if a variable has only a single value, it will be displayed directly in the "Data shape" field.
-
- 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
-
- Mar 29, 2013
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@207 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Feb 15, 2013
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@204 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
-
- Jul 30, 2012
-
-
(no author) authored
adding a bunch of changes for the new settings tab, but turning the lon/lat stuff back off for now; tweaked the validator for the numbers in the gui so it will allow None; cleaned up bugs in the 1D figure plotting code; added filters to reverse 2D data horizontally or vertically; more cleanup from moving constant values away to a separate module git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@191 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 03, 2012
-
-
(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@175 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jan 13, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@159 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 21, 2011
-
-
(no author) authored
adding mako version dependancy to setup.py; added new stats provider and figure manager to remove those tasks from the model; used partial to simplify the a/b controls/methods in the view git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@154 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
-
- 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
-
- Jan 13, 2011
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@140 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Oct 08, 2010
-
-
(no author) authored
refactoring use of data objects in compare; some cleanup; added a bit of functionality to FileInfo object and partially integrated it into compare git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@133 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 11, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@128 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jun 11, 2010
-
-
(no author) authored
added correction to save the path to the doc page so it can be used when generating the variable report; also fixed bug with float values being overridden when data types were changed git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@120 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jun 08, 2010
-
-
(no author) authored
fixed pass/fail calculation logic; added assert to simplify error when fill value not defined during colocation; general clean up of code and comments git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@119 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jun 01, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@116 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 28, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@115 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 24, 2010
-
-
(no author) authored
stubbing some classes into stats for later; added r-squared correlation statistic; added ability to test pass/fail on the r-squared correlation; refactored the pass/fail calculation code git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@114 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 20, 2010
-
-
(no author) authored
integrating diff code into the data objects more seamlessly; some minor comment editing in the collocation module git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@113 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 18, 2010
-
-
(no author) authored
adding basic data objects and making difference analysis their responsibility; minimal integration to keep them working with the rest of the code git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@110 8a9318a1-56ba-4d59-b755-99d26321be01
-