Skip to content

WIP: Build the SensingMeasurement class

Evan Goetz requested to merge sensing into master

Need to bring together the pieces from the original pyDARM so that we can analyzing sensing function measurements, passing data to run the MCMC and GPR, etc.

Evan's thoughts on what the scope of this class is:

  • Inputs: DTT measurement file, A and B channels, coherence threshold, plotting frequency range, fit frequency range, model parameters
  • Methods: read DTT measurement file, process single measurement, process and stack multiple measurements, remove known transfer functions / gains from measurement data
  • Outputs: data ready for processing by MCMC or GPR
Edited by Evan Goetz

Merge request reports