Versions Compared

Key

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

...

Completely implemented applications under calibman tabs:

  • Dark
  • ROI - mask conversion will be available since ana-0.13.14 
  • File Manager
    • Single File Manager
    • Group File Manager
  • Configuration - new list of queues will be available since ana-0.13.14 
  • Geometry
    • Metrology - implemented for CSPAD CXI-V1, XPP-V2, CSPAD2x2
    • Alignment - will be available since ana-0.14.01 

calibrun - command-line application is fully functional

Recommended updates

...

On 2015-04-08:wait for 15: ana-current (a.k.a. ana-0.14.01) does not need in updates.

 

 

How to get and run calibman

...

Code Block
cd <your-favorite-test-directory>;
newrel ana-current testrel-CalibManagercalibmanager;
cd testrel-CalibManagercalibmanager;
sit_setup <release-tag>;
addpkg CalibManager HEAD;
addpkg <package2> HEAD;
addpkg <package3> HEAD;
...
scons;
calibman;

...

Available since release ana-0.10.16  (CalibManager V00-00-40)16.

Command line interface for dark-run calibration of detectors is implemented by P.O.C.s request. It can be started by the command calibrun with parameters.  The list of parameters can be dumped on terminal by the command:

...

How to run on ffb data

Command calibrun can work on ffb data . In this case command using option "-x <path-to-xtc>" needs to be specified. This option sets non-standard path to xtc files. For example:

Code Block
calibrun <options> -x /reg/d/ffb/cxi/cxi12345/xtc <more-options> 

References