mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-04 09:00:41 +02:00
fixed cli documentation (#1038)
This commit is contained in:
parent
8f51215cb3
commit
f1ffc6057a
@ -3627,7 +3627,7 @@ inj_ch:
|
||||
output: [ ToString(args) ]
|
||||
|
||||
vetophoton:
|
||||
help: "[ichip] [#photons] [energy in keV] [reference file]\n\t[Gotthard2] Set veto reference for 128 channels for chip ichip according to reference file and #photons and energy in keV.\n[ichip] [output file]\n\t Get gain indices and veto reference for 128 channels for chip ichip, saved to file."
|
||||
help: "[ichip] [#photons] [energy in keV] [reference file]\n\t[Gotthard2] Set veto reference for 128 channels for chip ichip according to reference file and #photons and energy in keV.\n\t[ichip] [output file]\n\t Get gain indices and veto reference for 128 channels for chip ichip, saved to file."
|
||||
actions:
|
||||
GET:
|
||||
argc: 2
|
||||
|
@ -13711,7 +13711,7 @@ vetophoton:
|
||||
function_alias: vetophoton
|
||||
help: "[ichip] [#photons] [energy in keV] [reference file]\n\t[Gotthard2] Set veto\
|
||||
\ reference for 128 channels for chip ichip according to reference file and #photons\
|
||||
\ and energy in keV.\n[ichip] [output file]\n\t Get gain indices and veto reference\
|
||||
\ and energy in keV.\n\t[ichip] [output file]\n\t Get gain indices and veto reference\
|
||||
\ for 128 channels for chip ichip, saved to file."
|
||||
infer_action: true
|
||||
vetoref:
|
||||
|
@ -17634,7 +17634,7 @@ std::string Caller::vetophoton(int action) {
|
||||
if (action == slsDetectorDefs::HELP_ACTION) {
|
||||
os << R"V0G0N([ichip] [#photons] [energy in keV] [reference file]
|
||||
[Gotthard2] Set veto reference for 128 channels for chip ichip according to reference file and #photons and energy in keV.
|
||||
[ichip] [output file]
|
||||
[ichip] [output file]
|
||||
Get gain indices and veto reference for 128 channels for chip ichip, saved to file. )V0G0N"
|
||||
<< std::endl;
|
||||
return os.str();
|
||||
|
Loading…
x
Reference in New Issue
Block a user