Versions Compared

Key

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

Mesurement Plan:

Beamtime ePixM Measurements Plan Sep_01_2024.xlsx

Run summary:

summary_of_measurements_Sep_1_2024_beamtime.xlsx

Data analysis during beamtime:

Linearity Scans during beamtime_Bhavna.pptx


Data analysis update:

Nolan's instructions for analysts:
git fetch
git checkout beamtime_september_1_2024
and then to push any additional fixes you make:
git add -u //or 'git add <filename>' for individual files
git commit -m "fix..."
git push origin beamtime_september_1_2024
and to get fix someone else made:
// make sure you don't have important unsaved changes (can 'git stash' if u want to clear any current unimportant changes)
git pull origin beamtime_september_1_2024

 There is a more general page for understanding the basic suite analysis here: https://confluence.slac.stanford.edu/display/LCLSDET/Introduction+and+orientation

It points to Nolan's git documentation and a variety of other things, most relevantly a page for the coming beamtime that Bhavna is working on: https://confluence.slac.stanford.edu/display/LCLSDET/Sept1+beamtime+analysis+instructions



Setup_Photos:

Image AddedImage AddedImage AddedImage Added



Data_result:

Gain map&Hiato

Image Added


Photon cluster analysis: python cluster_photons.py -r 250 -e rixx1005922 -f /sdf/data/lcls/ds/rix/rixx1005922/results/lowFlux/SimpleClusters__c0_r248_n666.h5,/sdf/data/lcls/ds/rix/rixx1005922/results/lowFlux/SimpleClusters__c0_r250_n666.h5 -p /sdf/data/lcls/ds/rix/rixx1005922/results/lowFlux/test
cluster_photons.py Expand source

Image AddedImage Added