- Jul 07, 2015
-
-
Eva Schiffer authored
-
- Jun 05, 2015
-
-
Eva Schiffer authored
adding a new density scatter plot and putting limits on how much data glance will be willing to plot in traditional scatter plots and hex plots
-
- 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
-
- 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@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@176 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
-
- 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 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
-
- 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
-
- Oct 20, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@138 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
-
- May 28, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@115 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
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@111 8a9318a1-56ba-4d59-b755-99d26321be01
-
(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
-
- May 17, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@108 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jan 19, 2010
-
-
(no author) authored
corrected magnitude direction to UV vector formula; added code to support bin tuple visualizations for complex data (first draft); stubbed in methods for attribute modification and variable creation in file types other than .nc git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@101 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Dec 17, 2009
-
-
(no author) authored
added foundation work for vector data plotting (using quiver); added more work on ipopp visualization; major refactoring of plotting code to simplify and reorganize git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@94 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 16, 2009
-
-
(no author) authored
various refactoring to handle data without lon/lat; new image making methods for 2D data just shown as an image (not mapped) and for line plots; changed plotting module to use a pseudo-factory pattern for generating correct plot set; created new filter to make ipopp data into an image; created new filter to collapse multi-dimensional data git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@92 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 06, 2009
-
-
(no author) authored
added link to configuration file in report, corrected bug related to alternative variable name and name existance checking in files, reorganized report generation for clarity and to slim down memory usage, moved to having images named in lists so the report templates can be stupid, changed naming scheme for thumbnail pictures to support stupid report templates git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@91 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Oct 23, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@88 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Oct 20, 2009
-
-
(no author) authored
added features to plot figures individual; to control threading for memory clean up; new filter to allow limit data to bounds; > 1,000,000 trouble pts now plot as a contour; new glance library functions git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@83 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 31, 2009
-
-
(no author) authored
adding testing code to use fork to control memory use bloat when plotting; changed to getting type of scaled data from loaded offset/scale git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@76 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 25, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@68 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@67 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
fixed bug when scaling data which includes missing values; changed thumbnail creation to resize existing image instead of resaving figure git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@62 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 21, 2009
-
-
(no author) authored
added ability to only generate images when the variable fails comparison (using the config file); created graphics.py and removed dependency on Keoni.maps.graphics; refactored plotting to reuse basemap and bounding axes where possible; added clear/close of figures git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@59 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 18, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@56 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 17, 2009
-
-
(no author) authored
clear figures after use; correctly check if a file has a missing value before attempting to get it; also pull the correct missing value for file b if it has a different variable name than file a git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@54 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 11, 2009
-
-
(no author) authored
added data filtering info and link to a copy of config file to preserve info about how data was modified; made a copy of the config file and put it with the report; created a set of default filters that users can take advantage of in filters.py; added user control over multiprocessing (default is multiprocessing off); changed the formatting of part of the config file; added details about data sizes to the warning that's shown when comparisons are disqualified based on size git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@51 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 07, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@50 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 06, 2009
-
-
(no author) authored
changed version number; refactored delta.diff to correct ignore mask interaction bug and also returned more comprehensive data to simplify other code; added more stats for min/max values from both data sets; documented investigation of connic projection plotting issues; _create_mapped_figure now finds it's own bounding axes; fix data existance mismatch bug on trouble plot; added filtering functions for lon/lat and var data; added range display control for plots; cut back on process prolifferation to (hopefully) limit how often I cause systems to thrash wildly with large data sets; also smaller bug fixes git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@47 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 29, 2009
-
-
(no author) authored
better handling of file paths, including those with spaces in them, and support for custom display ranges and tick labels in mapped figures git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@46 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 28, 2009
-
-
(no author) authored
added multiple threads to create plots for a variable at the same time, also --version option for command line and added glance version to reports headers git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@44 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 25, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@42 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 24, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@38 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 23, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@37 8a9318a1-56ba-4d59-b755-99d26321be01
-