본문 바로가기
728x90
반응형

분류 전체보기77

DICOM to NIFTI NIFTI: NeuroInFormatics Technology Initiative (.nii)Being able to be read across several platforms (SPM, FSL, AFNI…) Step 1: MRI cron- MRIcron is a suite of packages which includes "dcm2nii" (converting scanner images (DICOM) to NIfTI format. Allows program like MRIcron, FSL, and SPM5 to view scans.) 1) Google mricron2) Click "MRIcron Index Page"3) Click installation link and follow the instruct.. 2023. 4. 12.
[Mac] Docker Installation Install Docker Desktop: (https://docs.docker.com/engine/install/) Check --> Mac with Apple silicon vs Mac with Intel chip Download Docker Desktop for Mac with Apple silicon $ softwareupdate --install-rosetta **두가지 설치방법 중 한가지 골라서 설치 (https://docs.docker.com/desktop/install/mac-install/) Install interactively Double-click Docker.dmg to open the installer, then drag the Docker icon to the Applicati.. 2023. 4. 12.
[Ubuntu] docker 에러 해결 "docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock" docker 설치 후, 명령어를 실행했을 때 아래와 같은 에러가 발생.$ fmriprep-dockerdocker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied.See 'docker run --help'.Could not detect memory capacity of Docker container.Do you have permission to run .. 2023. 4. 12.
[Linux] Ubuntu에서 Docker 설치하기 Uninstall old versions (이전 버전 제거하기) $ sudo apt-get remove docker docker-engine docker.io containerd runc Install using the apt repository 1. Update the apt package index and install packages to allow apt to use a repository over HTTPS: $ sudo apt-get update $ sudo apt-get install \ ca-certificates \ curl \ gnupg 2. Add Docker’s official GPG key: $ sudo mkdir -m 0755 -p /etc/apt/keyrings $ curl -.. 2023. 4. 6.
[Ubuntu] docker 에러 해결 "docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" docker 설치 후, 명령어를 실행했을 때 아래와 같은 에러가 발생한다.$ sudo docker run hello-worlddocker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.See 'docker run --help'. 아래 명령어로 docker 실행 확인 --> 실행되지 않고 있음!$ service docker status* Docker is not running  docker 실행시키기$ sudo service docker start* Starting Docker: docker 다시 docker 실행 확인해보기$ service docker status* Docke.. 2023. 4. 6.
Structural MRI vs functional MRI 자기공명영상 (Magnetic Resonance Imaging, MRI) : 자장이 발생하는 커다란 자석통 속에 들어가게 한 후, 고주파(radio frequency pulse)를 발생시켜 인체에 보낸 후, 인체 내의 수소원자핵을 공명시켜 발생되는 신호를 컴퓨터로 계산하여 영상화하는 검사 방법.: (a noninvasive imaging technology that produces three-dimensional detailed anatomical images. MRI scanners use a powerful magnetic field and ratio waves to produce detailed images of the inside of the body.) - 단순 방사선 검사 (X-ray) 또는 .. 2023. 3. 8.
728x90
반응형