Versions Compared

Key

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

...

and non-optional argument <test-number> is used for debugging purpose.

The ndarray image file must be an unassembled image file (i.e. 3D array with no geometry applied).  Sample psana code to save this ndarray image file:

Code Block
calib = det.calib(evt)
det.save_txtnda(fname='unassembled.txt',ndarr=calib,fmt="%5f")

 

Application can be launched without parameters by the command

...