Skip to content
Snippets Groups Projects

introduce Mirror struct for mirror thermal calculations

Merged Jameson Rollins requested to merge jameson.rollins/pygwinc:mirror-struct into master
  1. Oct 09, 2020
    • Jameson Rollins's avatar
      introduce Mirror struct for mirror thermal calculations · a419ec43
      Jameson Rollins authored
      This struct is created by the precomp_mirror function, and is essentially
      the union of the Material and Optic structs, holding all relevant
      properties for a given optic for thermal noise calculations.  It can be
      used in place of either the Material or Optic structs.
      
      Coating thermal noise functions are modified to accept this struct.
      a419ec43
Loading