Versions Compared

Key

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

...

Code Block
source /reg/g/psdm/bin/conda_setup
source conda_setup --reldir /reg/neh/home/dubrovin/LCLS/con-ana-1.2.12-emon

First command sets regular psana-conda environment for current default release.  Second command is required in current development mode to use updated version of code on the top of stable release con-ana-1.2.12.

 

...

con-ana

...

-emon

...

Try to use fixed release:

...

.

...

 

 

Run application

Code Block
cd <any-directory>
emon

...

#ProblemReasonSolution
1Everything is frozen and app does not respond on any button
  1. problem with event source (shared memory)
  2. something else is possible

Kill kill and restart app:

  • Ctrl-Z
  • kill %1
  • emon
2Plot does not show anything
  1. went off-scale due to changed parameters
  2. no-data
close plot, at next data update it will be re-opened with current scale
3Plot shows two graphics...It happens due to non-synchronous access to graphic objects. Previous event is not cleaned up.Wait for next event for monitoring plots or click "Next" button for detector plot

...