Closed gdevenyi closed 4 years ago
Hi @gdevenyi Sorry about the unclear documentation for the single file conversion and also thank you for reporting a bug. The --scanid and --recoid are the options to specify the Scan ID and Reconstruction ID as you expected.
The reason you cannot get it is because of the bug that the input passed as a string value while the python API of the conversion only accepts integer.
I've fixed the bug so it will work normally from 0.3.3 rc3 version.
Thank you!
The error has been fixed, however --scanid annd --recoid haven't had their documentation updated to indicate what they refer to.
@gdevenyi Thank you for your comments on it. Regarding the documentation, I just made updated it on https://brkraw.github.io but are you meaning the documentation on the usage of CLI?
Yes, I'm referring to the CLI
@gdevenyi the help string for --scanid and --recoid are updated on CLI as below. If these are still not clear, could you make some suggestions? (actually not good at this kind of writing, unfortunately.... :-(
--scanid: Scan ID, option to specify a particular scan to convert. --recoid: RECO ID (default=1), option to specify a particular reco to convert
0.3.3rc6 will have this documentation Thank you!
Thanks, this is much improved. For this:
--recoid: RECO ID (default=1), option to specify a particular reco to convert
The help should use the full name for reco, which I think is reconstruction?
@gdevenyi Thank you for your suggestion!
Then maybe we can try..
--recoid: RECO ID (default=1), option to specify a particular reconstruction id code to convert
or
--recoid: RECO ID (default=1), option to specify a particular method of reconstruction to convert
Do you have any preferences?
I think I prefer:
--recoid: RECO ID (default=1), option to specify a particular reconstruction id to convert
@gdevenyi I update your suggestion to the help document on CLI. I will close this issue, Thank you!
Typically, I would except to be able to extract single scan by some sort of number in the scan order:
I don't know what --recoid and --scanid refer to?