We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As title says, documentation for the XGAIN command (in all 3 stations) is missing some return values. The following extract is from the doc:
XGAIN target avlon avlat lonampl lonampl_err latampl (cont.) latampl_err lonFWHM lonFWHM_err latFWHM latFWHM_err (cont.) flux lonflag latflag
Where the last line should be:
lonTsys latTsys flux lonflag latflag
as it is shown in the 1149th line of the following file:
https://github.com/discos/discos/blob/master/Common/Servers/CalibrationTool/src/EngineThread.cpp#L1149
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As title says, documentation for the XGAIN command (in all 3 stations) is missing some return values. The following extract is from the doc:
XGAIN target avlon avlat lonampl lonampl_err latampl (cont.)
latampl_err lonFWHM lonFWHM_err latFWHM latFWHM_err (cont.)
flux lonflag latflag
Where the last line should be:
lonTsys latTsys flux lonflag latflag
as it is shown in the 1149th line of the following file:
https://github.com/discos/discos/blob/master/Common/Servers/CalibrationTool/src/EngineThread.cpp#L1149
The text was updated successfully, but these errors were encountered: