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