Versions Compared

Key

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

...

Code Block
languagenone
run_viewer.csh --instrument HUTCH --pvlist CONFIG --camera NUMCAM --cfgdir CFGDIR --rate RATE

HUTCH is one of the standard hutch names (fully capitalized) , and CONFIG is a viewer configuration file, and NUM .  CAM is an optional parameter telling which camera number to view initially (defaulting to zero). the first camera in the configuration file).  This can either be an integer index into the configuration file, or part of a camera name (the first camera that matches will be selected).  RATE is an optional parameter giving the desired data rate in frames per second.  (Generally speaking, this should be no more than 5, but it can be lowered to lessen network traffic.)  CFGDIR is another optional parameter giving a directory in which the viewer state will be saved.  If it is not specified, the state will be saved in $HOME/.yagviewer.  The global state that is saved there includes:

...