- Mar 13, 2017
-
-
Alan De Smet authored
If we had a file open in that "slot" (A or B) already, and the selected variable name is also present in the new file, pick that. If that doesn't work, check to see if the selected variable name in the other file (B or A) is present, and if so pick that. Otherwise stick with the existing default: the first item. This should speed things up a little bit when bouncing between files, as the variable the user is most likely interested will already be selected.
-
Alan De Smet authored
In the GUI, if the user changes the A variable, and the A and B variables were the same, try to change the B variable to match. Changed from catching activated to currentIndexChanged, as the former doesn't work when the selection is programmatically changed.
-
- Aug 10, 2016
-
-
Alan De Smet authored
-
Alan De Smet authored
A 0 dimention numpy array is weird. It's neither a scalar, nor a 1 dimensional array with a single element. "Display Data" silently refused to work for such values. This change converts the 0d array into a 1d array with a single element immediately before trying to display it. Result: Display Data now works on 0d arrays, showing the single value as expected.
-
- 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
-
- Jan 23, 2015
-
-
Eva Schiffer authored
-
- Jun 20, 2013
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@235 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@230 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 16, 2013
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@223 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Apr 03, 2013
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@211 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@210 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
-
- 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
-
- 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 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@178 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jan 18, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@161 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
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@152 8a9318a1-56ba-4d59-b755-99d26321be01
-
(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
-