Versions Compared

Key

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

...

  • GUIDark
    • (tick) select commands for specific detectors from the list before deployment
    • (tick) add record to history file
    • (tick) save position and size of the main windows at exit and restore at next launch
    • (tick) auto-create work directory if it is missing
    • (tick) plot difference between new and existing dark file
    • (tick) plot image from any file
    • (tick) update status of buttons at the end of batch job

  • GUIFileManager
    • (tick) deployment (copy in a right place) of single file from other place with changing run validity range

...

then run (or copy-and-paste) commands (valid for releases ≥ ana-0.10-79):

Code Block
newrel ana-current test-CalibManager;
cd test-CalibManager;
sit_setup;
addpkg CorAnaCalibManager HEAD;
scons;
mkdir work;

Step 2: Run application

...