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
ISIS version(s) affected: 4.3.0 (and likely much older)
Description Thm2isis is not propagating cube attributes applied to the output cube.
How to reproduce Take any Themis image, VIS or IR.
Run the following: Thm2isis from=/Path/to/input/Themis.img to=/Path/to/output/cube.cub+16bit
Thm2isis from=/Path/to/input/Themis.img to=/Path/to/output/cube.cub+16bit
The resulting output cube will have a Real bit type rather than a Signed Word bit type.
Possible Solution It's likely that the cube needs to have it's output attributes parsed from the direct string in the TO parameter of the UI.
The text was updated successfully, but these errors were encountered:
Closed by #4504
Sorry, something went wrong.
Kelvinrr
No branches or pull requests
ISIS version(s) affected: 4.3.0 (and likely much older)
Description
Thm2isis is not propagating cube attributes applied to the output cube.
How to reproduce
Take any Themis image, VIS or IR.
Run the following:
Thm2isis from=/Path/to/input/Themis.img to=/Path/to/output/cube.cub+16bit
The resulting output cube will have a Real bit type rather than a Signed Word bit type.
Possible Solution
It's likely that the cube needs to have it's output attributes parsed from the direct string in the TO parameter of the UI.
The text was updated successfully, but these errors were encountered: