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
    • deployment of files for geometry calibration(copy in a right place) of single file from other place with changing run validity range

History file content

Example of the history file:

  • /reg/d/psdm/MEC/meca1113/calib/CsPad::CalibV1/MecTargetChamber.0:Cspad.0/pedestals/HISTORY
Code Block
file:528-end.data    copy_of:clb-meca1113-r0528-peds-ave-MecTargetChamber.0:Cspad.0.txt  exp:meca1113  run:0528  user:dubrovin  host:psexport01  cptime:2013-12-03T18:46:54  zone:PST
file:45-end.data     copy_of:clb-meca1113-r0045-peds-ave-MecTargetChamber.0:Cspad.0.txt  exp:meca1113  run:0045  user:dubrovin  host:psexport01  cptime:2013-12-04T10:18:26  zone:PST
file:79-end.data     copy_of:clb-meca1113-r0079-peds-ave-MecTargetChamber.0:Cspad.0.txt  exp:meca1113  run:0079  user:dubrovin  host:psexport01  cptime:2013-12-04T10:19:48  zone:PST
file:219-end.data    copy_of:clb-meca1113-r0219-peds-ave-MecTargetChamber.0:Cspad.0.txt  exp:meca1113  run:0219  user:dubrovin  host:psexport01  cptime:2013-12-04T10:20:32  zone:PST
file:220-end.data    copy_of:clb-meca1113-r0220-peds-ave-MecTargetChamber.0:Cspad.0.txt  exp:meca1113  run:0220  user:dubrovin  host:psexport01  cptime:2013-12-04T10:21:25  zone:PST
file:221-end.data    copy_of:clb-meca1113-r0221-peds-ave-MecTargetChamber.0:Cspad.0.txt  exp:meca1113  run:0221  user:dubrovin  host:psexport01  cptime:2013-12-04T10:22:10  zone:PST
file:222-end.data    copy_of:clb-meca1113-r0222-peds-ave-MecTargetChamber.0:Cspad.0.txt  exp:meca1113  run:0222  user:dubrovin  host:psexport01  cptime:2013-12-04T10:22:58  zone:PST
file:373-end.data    copy_of:clb-meca1113-r0373-peds-ave-MecTargetChamber.0:Cspad.0.txt  exp:meca1113  run:0373  user:dubrovin  host:psexport01  cptime:2013-12-04T10:24:48  zone:PST
file:659-end.data    copy_of:clb-meca1113-r0659-peds-ave-MecTargetChamber.0:Cspad.0.txt  exp:meca1113  run:0659  user:dubrovin  host:psexport01  cptime:2013-12-04T10:25:36  zone:PST

 

 

How to get and run current version of calibman

...

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

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

Step 2: Run application

...