Versions Compared

Key

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

...

Code Block
languagetext
ssh psana
source /cdssdf/group/swlcls/ds/ana/sw/conda2/manage/bin/psconda.sh

...

Code Block
languagetext
ami-local -b 1 -f interval=1 psana://exp=tmoc00118,run=222,dir=/cdssdf/data/lcls/psdmds/prj/public01/xtc/
  • When the AMI window comes up in the "search sources" box on the top left type "opal".  That will select only detectors that have the string "opal" in them
  • drag the text "tmo_atmopal:raw:image" into the rightmost part of the ami window, a red box will appear
  • click on the red box. a Pyqtgraph window should appear with the image, which will update at 1Hz.  The plot has many user-settable attributes.  You can try clicking the "wrench" icon in the upper left and removing the Auto-Range and Auto-Levels settings (followed by "Apply"): this will give you more control of the color scale using the horizontal yellow control bars on the right.

...

Code Block
languagetext
ami-local -b 100 -f interval=0.002 -l /reg/g/psdm/tutorials/ami2/neh2.2/epixroi_meanvscan.fc psana://exp=rixx45619,run=122,dir=/cdssdf/data/lcls/psdmds/prj/public01/xtc//

Image reconstruction using geometry

...

Code Block
ami-local -f repeat=true -f interval=0.1 -f init=1 -l /reg/g/psdm/tutorials/ami2/tmo/blobfinder.fc psana://exp=tmoc00518,run=1,dir=/cdssdf/data/lcls/psdmds/prj/public01/xtc//

HitFinder example

Code Block
ami-local -l /reg/g/psdm/tutorials/ami2/tmo/hitfinder.fc

...

Code Block
ami-local -l /reg/g/psdm/tutorials/ami2/neh2.2/rix_flyscan.fc psana://exp=rixx43518,run=34,dir=/cdssdf/data/lcls/psdmds/prj/public01/xtc/

Waveform Sideband Subtraction

...

Code Block
ami-local -b 1 -f interval=1 -l /reg/g/psdm/tutorials/ami2/neh2.2/rix_bkgdsub.fc psana://exp=rixx43518,run=34,dir=/cdssdf/data/lcls/psdmds/prj/public01/xtc/

Step-Scan With Gaussian Fit

...

Code Block
ami-local -b 1 -f interval=0.3 -l /reg/g/psdm/tutorials/ami2/neh2.2/rix_width_scan.fc psana://exp=rixx43518,run=45,dir=/cdssdf/data/lcls/psdmds/prj/public01/xtc/

Photon Finding and Check of Linearity

...

Code Block
ami-local -l /reg/g/psdm/tutorials/ami2/random/ref_waveform.fc -b 1 -f interval=1 psana://exp=tmoc00118,run=222,dir=/cdssdf/data/lcls/psdmds/prj/public01/xtc/

Running Multiple Independent Graphs

...