Versions Compared

Key

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

...

All scripts shown in this section can be copied from this directorywith a command similar to this (note the "." at the end of the line):

Code Block
cp -r /reg/g/psdm/tutorials/examplePython .
cd examplePython
 

These small scripts should be run from a "psana" machine (use "ssh -X psana") and are described in the following sectionsThey are maintained in the svn user repository named "examplePython".

For reference, here we include a 39-line example script that incorporates several of the building blocks (described with the comments after the "#" character).  See the topics available by expanding the topics box on the left of this confluence page to learn how to modify this to match your application.

...