Skip to content
Snippets Groups Projects
  1. Apr 30, 2020
  2. Aug 15, 2018
  3. Apr 03, 2017
  4. Dec 21, 2016
  5. Dec 05, 2016
    • Alan De Smet's avatar
      Statistics now work on scalar values (0d arrays) · 7470eaa5
      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.
      7470eaa5
  6. Aug 10, 2016
  7. May 10, 2016
  8. Mar 29, 2013
  9. Feb 15, 2013
  10. Feb 13, 2013
  11. Dec 22, 2012
  12. Jul 30, 2012
  13. May 03, 2012
  14. Jan 13, 2012
  15. Nov 21, 2011
  16. Nov 17, 2011
    • (no author)'s avatar
      moved to new version to represent the gui change; marked glance no longer zip... · c3c3d84e
      (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
      c3c3d84e
  17. Jan 18, 2011
  18. Jan 13, 2011
  19. Oct 08, 2010
  20. Aug 11, 2010
  21. Jun 11, 2010
  22. Jun 08, 2010
  23. Jun 01, 2010
  24. May 28, 2010
  25. May 24, 2010
  26. May 20, 2010
  27. May 18, 2010
Loading