Versions Compared

Key

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

...

When program starts the main graphical window appears first. This window contains the image of the input 2-d array integrated with GUI.

...

  • Print - prints the list of current configuration parameters,
  • Save - saves the current configuration parameters in the file confpars.00N.
    When program is started, the configuration parameters will be loaded from the available file confpars.00N or set to their default values.

How to get and run this package

Package PlotsWithGUI currently is in test exploitation and is not included yet in ana-releases.
Nevertheless, it can be copied and compiled in your local release directory.
To run example use commands:

Code Block

cd <your-favorite-directory>
newrel ana-current <your-release-directory-name>
cd                 <your-release-directory-name>
sit_setup
addpkg PlotsWithGUI

python Example.py

An appropriate substitution of names is assumed for the <your-favorite-directory> and <your-release-directory-name>.