Skip to content
Snippets Groups Projects
  1. Sep 30, 2019
  2. Sep 22, 2019
  3. Aug 30, 2019
  4. Aug 28, 2019
  5. Aug 14, 2019
  6. Aug 08, 2019
  7. Aug 07, 2019
    • Jameson Graef Rollins's avatar
      new nb noise budget module · 39d430dd
      Jameson Graef Rollins authored
      This patch provides a new nb sub-module that defines classes for managing
      and calculating noise budgets.  It provides the following overridable
      classes:
      
      nb.Calibration  A noise calibration
      nb.Noise        A noise source
      nb.Budget       A budget of noises
      
      The Budget class includes a calc_trace() method that will return a traces
      dictionary that includes data and trace plot styling for every noise term
      in the budget recursively.
      
      The existing included interferometers are updated to define their budgets
      using this new interface, and the plot_noises function is updated to
      accept the new traces dictionary.
      
      An HDF5_SCHEMA describes how trace dictionaries are encoded into HDF5 files.
      The new io module includes functions for writing traces to HDF5 files, and
      for reading traces stored in this format.
      
      The command line interface is updated to handle this new structure.
      39d430dd
  8. Aug 03, 2019
  9. Jun 18, 2019
  10. May 11, 2019
  11. May 10, 2019
  12. Mar 11, 2019
  13. Mar 08, 2019
  14. Feb 23, 2019
  15. Dec 20, 2018
  16. Dec 19, 2018
  17. Aug 29, 2018
Loading