Skip to content
Snippets Groups Projects
  1. Jan 05, 2021
  2. Aug 21, 2020
  3. Apr 30, 2020
  4. Aug 15, 2018
  5. Apr 03, 2017
  6. Dec 21, 2016
  7. 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
  8. Aug 10, 2016
  9. May 10, 2016
  10. Mar 29, 2013
  11. Feb 15, 2013
  12. Feb 13, 2013
  13. Dec 22, 2012
  14. Jul 30, 2012
  15. May 03, 2012
  16. Jan 13, 2012
  17. Nov 21, 2011
  18. 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
  19. Jan 18, 2011
  20. Jan 13, 2011
  21. Oct 08, 2010
  22. Aug 11, 2010
  23. Jun 11, 2010
  24. Jun 08, 2010
  25. Jun 01, 2010
  26. May 28, 2010
  27. May 24, 2010
  28. May 20, 2010
  29. May 18, 2010
Loading