Closed valosekj closed 1 year ago
Thank you for testing Sandrine!
ValueError: unsupported format character 't' (0x74) at index 24
Might this be an error caused by Windows or by the French localization of your laptop?
It opens the ortho views, but I don't see the toolbar and location panel.
Again, might it be caused by Windows? Or maybe by the FSLeyes version? You can check the version by:
fsleyes -V
I'm using FSLeyes 1.5.0.
- When running the help command, I got this error, that I don't get on the main branch
... ValueError: unsupported format character 't' (0x74) at index 24
Okay, the ValueError
was caused by the %
character. Fixed in https://github.com/spinalcordtoolbox/manual-correction/pull/13/commits/e3d9cbcf777a44ba4cbcaba37786ca1d46083549. Source
Description
This PR adds the possibility to specify additional FSLeyes arguments:
-cm
(color map) anddr
(min/max) - done in https://github.com/spinalcordtoolbox/manual-correction/commit/7a6aa3d4a511f96467c088078efbcb991d1ede3fNOTE: since a second orthoview cannot be opened from CLI, I proposed a function which creates a custom python script to configure individual orthoviews. Example result:
How to test this PR
Download the testing dataset.
Run:
FIxes: https://github.com/spinalcordtoolbox/manual-correction/issues/9, https://github.com/spinalcordtoolbox/manual-correction/issues/10