Versions Compared

Key

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

...

Table A1. Tr_bit and pixel config file combinations required to get soecific gain mode for the ePix10 small.

Gain mode

Tr_bit value

Pixel config file

FH

1

12 (mode_12.txt - yellow)

FM

0

12 (mode_12.txt - yellow)

FL

Does not matter

8 (mode_8.txt - brown)

AHL

1

0 (mode_0.txt - red)

AML

0

0 (mode_0.txt - red)

AHL-L

1

4 (mode_4.txt - salmon)

AML-L

0

4 (mode_4.txt - salmon)


Folder structure:

cd /sdf/data/lcls/ds/mfx/mfxx1005021/results
(ana-4.0.48-py3) ls
lowFlux  philiph  scan  scripts

...

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

  1. if in mfx-monitor, then ssh mfx-daq
  2. Start  Start mfx hutch python by typing "mfx3"
  3. import numpy as np
  4. scan_list = [1,0.66,0.33,0.1,0.05] (i.e 100%, 66%, 33%, 10%, 5%)
  5. x.attenuator_scan(events=240,record=True,config=False,transmissions=scan_list)

         

          to just manually change the attenuation, write att(20) in the hutch python.


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

...