Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env python | |
| """Load, filter, and plot LIGO-Hanford data including optical scattering noise | |
| """ | |
| import glob | |
| import os | |
| import subprocess | |
| from matplotlib import (pyplot, rcParams) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import h5py | |
| from numpy import array, multiply, divide, add, average | |
| from matplotlib import use | |
| use('agg') | |
| from matplotlib import pyplot as plt | |
| import argparse | |
| import os | |
| # read command line | |
| # example command: |