Versions Compared

Key

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

...

  • fname (default: "tstamp-list.txt") – output files common prefix,
  • print_bits (default: 0 ) – verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - event record,
    • +4 - job summary,
    • +8 - print summary parameters for parser.

Module ImgAlgos::IntensityMonitorsData

This module is intended for CorAna project.
It gets the 5 intensity monitors data (4 channels for each) and saves them in the text or binary file file_data. Comments (or header) for this file is saved separately in file_header. It also prints the summary parameters for parser, for example:

Code Block

IntensityMonitorsData: Summary for parser 
BATCH_RUN_NUMBER              0020
BATCH_NUMBER_OF_EVENTS        75

Module configuration parameters:

  • feeSource (default: "BldInfo(FEEGasDetEnergy)" – source name for intensity monitor,
  • ipm2 (default: "BldInfo(XCS-IPM-02)") – source name for intensity monitor,
  • ipmmono (default: "BldInfo(XCS-IPM-mono)") – source name for intensity monitor,
  • ipm4 (default: "DetInfo(XcsBeamline.1:Ipimb.4)") – source name for intensity monitor,
  • ipm5 (default: "DetInfo(XcsBeamline.1:Ipimb.5)") – source name for intensity monitor,
  • file_type (default: "txt"); – file type may be "txt" or "bin",
  • file_data (default: "intensity-monitor-data.txt") – file name for data from intensity monitors,
  • file_header (default: "intensity-monitor-comments.txt") – file name for comments,
  • print_bits (default: 0 ) – verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - event record,
    • +4 - job summary,
    • +8 - summary parameters for parser,
    • +16 - all available data for all sources,
    • +32 - information about opened/closed files.

Module ImgAlgos::CSPadArrSaveInFile

Wiki Markup
This module saves the CSPad data array formatted as \[5920=4*8*185\]\[388\] in output file for each passes event.
Module configuration parameters:

...