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
How should we name ALF objects with acronyms and initialisms? Current behaviour:
one.alf.spec.to_alf('DAQ data', 'wiring', 'json') >> 'DAQData.wiring.json'
Currently we have ROIMotionEnergy.position, DAQdata.raw.
ROIMotionEnergy.position
DAQdata.raw
Suggestion:
mpci ROIs
The text was updated successfully, but these errors were encountered:
a6805f2
Sorry, something went wrong.
str.lower -> str.casefold; support for plural acronyms (issue #80)
ecf3caa
b3b4d79
55ce32a
No branches or pull requests
How should we name ALF objects with acronyms and initialisms?
Current behaviour:
Currently we have
ROIMotionEnergy.position
,DAQdata.raw
.Suggestion:
mpci ROIs
The text was updated successfully, but these errors were encountered: