fixed cli documentation (#1038)

This commit is contained in:
maliakal_d 2024-11-20 11:14:50 +01:00 committed by GitHub
parent 8f51215cb3
commit f1ffc6057a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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:

View File

@ -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();