Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attenuator scans:

DAQ scans:

  1. intensity scan that produces multiple files:

Leland has written a new attenuator scan script for us.  To use this, go on mfx-daq and:

...


The DAQ needs to be in the configured state before running this script.

2. intensity scan that produces a single file:

x.attenuator_single_scan(events=12000,record=True,transmissions=[1.0,0.8, 0.61,0.4,0.2,0.1,0.05,0.01])

1.0,0.8, 0.61,0.4,0.2,0.1,0.05,0.01 are the transmissions with 1.0 having no attenuation, and 0.01 being 1% transmission.

Analysis script:

??????


Timing scans:

...