Skip to content
Snippets Groups Projects
  1. Nov 12, 2021
  2. Oct 05, 2021
  3. Jun 15, 2021
    • David P. Mayer's avatar
      Added GXP support to read_gpf() (#164) · aaa52d9d
      David P. Mayer authored
      * Added GXP support to read_gpf()
      Modified read_gpf() in io_bae.py to support reading of either legacy Socet Set-style GPF files or new Socet GXP-style GPF files. Function now takes a boolean, `gxp` to flag whether function should interpret input file as SSET or GXP style, defaulst to SSET style for backwards compatibility. Removed unused variables from read_gpf(). Field names are now hard-coded in the function, rather than generated dynamically. The hints about field names in the GXP-style GPFs are just complicated enough that hard-coding a list of field names into the function was the simplest solution. Datatypes for each field were already hard-coded, so hard-coding the names is stylistically consistent.
      
      Partially address #24
      
      * Deleted extraneous comment
      
      * Added tests for read_gpf() and updated Socet GXP test data
      
      * Updating test for read_gpf(), ticking minor version number
      
      * Fixing fixtures...maybe
      
      * Fixing fixtures...maybe
      
      * Correct variable assignment in read_gpf(), more fixing fixtures
      
      * Fixing test parameterization
      
      * More test parameterization tweaks
  4. May 28, 2021
  5. May 10, 2021
  6. Mar 08, 2021
  7. Oct 16, 2020
  8. Sep 30, 2020
  9. Sep 29, 2020
  10. Sep 28, 2020
  11. Sep 23, 2020
  12. Jul 16, 2020
  13. Jul 12, 2020
  14. Apr 20, 2020
    • jlaura's avatar
      Fixes 144 (#146) · 760fb8df
      jlaura authored
      * Fixes 144
      
      * Supports read/write, warn on pointLog
      
      * Adds tests and fixes bugs that the tests identified
      
      * Updates for comments
      
      * updates tests
      760fb8df
  15. Apr 17, 2020
  16. Apr 15, 2020
  17. Feb 27, 2020
  18. Jan 03, 2020
  19. Jan 02, 2020
  20. Oct 24, 2019
  21. Aug 26, 2019
  22. Aug 21, 2019
  23. Aug 01, 2019
  24. Jul 26, 2019
    • jlaura's avatar
      Cov (#130) · af0dc54a
      jlaura authored
      * Adds computation of covariance matrix to utils
      
      * Adds covariance matrix inside library
      af0dc54a
  25. Jul 25, 2019
  26. Jul 19, 2019
  27. Jun 28, 2019
  28. Jun 25, 2019
Loading