This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # You may place this script in {AMIRA_ROOT}/resources/Amira/Amira.init | |
| # to be automatically loaded in Amira at startup | |
| # | |
| # Created to fix a bug in Amira 5 when loading Nifti images | |
| # Convenience shortcut to rotate a selected image (HxUniformScalarField3) | |
| proc onKeyF3 { } { | |
| set done 0 | |
| foreach module [all -selected HxUniformScalarField3] { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| setlocal | |
| call :setESC | |
| cls | |
| echo %ESC%[101;93m STYLES %ESC%[0m | |
| echo ^<ESC^>[0m %ESC%[0mReset%ESC%[0m | |
| echo ^<ESC^>[1m %ESC%[1mBold%ESC%[0m | |
| echo ^<ESC^>[4m %ESC%[4mUnderline%ESC%[0m |