You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Motivation

  • Mtg with Ryan Coffee, Josef Frisch, Nick Hartmann
  • Would like to have psana application to process xppi0412 data

Psana configuration file to get image:

[psana]                                                               

files         = \
/reg/d/psdm/xpp/<experiment>/xtc/<file-1>.xtc \ 
/reg/d/psdm/xpp/<experiment>/xtc/<file-N>.xtc 

modules       = \
                 ImgAlgos.CameraImageProducer \
                 ImgAlgos.SaveImageInFile
#                psana_examples.DumpOpal1k \
events          = 3

[ImgAlgos.CameraImageProducer] 
source          = DetInfo(:Opal1000)
key_in          = 
key_out         = img
subtract_offset = true
print_bits      = 15

[ImgAlgos.SaveImageInFile]
source        = DetInfo(:Opal1000)
key           = img
fname         = img-spectra
saveAll       = true
#eventSave     = 1
  • No labels