├── Dockerfile ├── LICENSE ├── README.md ├── assets ├── dicom-dict-OCT.txt └── executables │ ├── default.properties │ ├── qmroct_octread_varargin │ ├── qmroct_octread_varargin.properties │ └── run_qmroct_octread_varargin.sh ├── id_rsa.pub └── matlab.txt /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QMROCT/matlab-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QMROCT/matlab-docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QMROCT/matlab-docker/HEAD/README.md -------------------------------------------------------------------------------- /assets/dicom-dict-OCT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QMROCT/matlab-docker/HEAD/assets/dicom-dict-OCT.txt -------------------------------------------------------------------------------- /assets/executables/default.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QMROCT/matlab-docker/HEAD/assets/executables/default.properties -------------------------------------------------------------------------------- /assets/executables/qmroct_octread_varargin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QMROCT/matlab-docker/HEAD/assets/executables/qmroct_octread_varargin -------------------------------------------------------------------------------- /assets/executables/qmroct_octread_varargin.properties: -------------------------------------------------------------------------------- 1 | oct 2 | dict 3 | testresult 4 | version=1 5 | -------------------------------------------------------------------------------- /assets/executables/run_qmroct_octread_varargin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QMROCT/matlab-docker/HEAD/assets/executables/run_qmroct_octread_varargin.sh -------------------------------------------------------------------------------- /id_rsa.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QMROCT/matlab-docker/HEAD/id_rsa.pub -------------------------------------------------------------------------------- /matlab.txt: -------------------------------------------------------------------------------- 1 | destinationFolder=/opt/mcr 2 | agreeToLicense=yes 3 | mode=silent --------------------------------------------------------------------------------