본문 바로가기

misc.78

Control Panel 2017년 12월 초 ITCCIR 참석해서 보았던 control panel.최근에 국내 모 병원에서 도시바와 계약을 체결했다는 소식을 들었다. 비슷한 control panel을 신촌에서 구경할 날을 기대해본다. 2018. 4. 20.
PyQt5 PyQt4 하고 PyQt5 하고 달라진 점. http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html 2017. 6. 2.
사무실 pc에 PyInstaller 설치. 몇가지 필요한 패키지들을 추가로 설치한 이후에사무실 윈도우즈 pc에 PyInstaller 성공적으로 설치 완료. 2017. 1. 16.
SSH connection without a static IP address 이렇게 한 번 해볼까나?... To get started with ssh in general, install openssh-server.sudo apt-get install openssh-server On the next restart, this should start up automatically. To connect to the computer remotely, just enter the following in a remote terminal, substituting the ALL-CAPS names for your own:ssh USERNAME@IPADDRESS Now, to take care of the dynamic ip forcing you to recheck the IP all the tim.. 2016. 6. 12.
PTCOG55 Prague 20년 만에 가 본 프라하.20년 후에 다시 가 보리라. 2016. 6. 7.
-javadir /usr/lib/jvm/java-1.7.0/jre/ Linux에 MATLAB 설치하느라 반나절 소비..해결은 -javadir /usr/lib/jvm/java-1.7.0/jre /usr/local/MATLAB/*/bin/matlab 파일을 찾아다가 /usr/local/bin/에 soft link를 해두고 ready! 2016. 1. 18.
Pydicom Read, modify and write DICOM files with python code - Pydicom RaySearch 에서 보내온 DICOM 파일들을 살펴볼 일이 생겼었다.처음에 몇 개는 그냥 DICOM 파일을 열어보는 프로그램을 사용했었는데파일 수가 많아지면서 일일이 열어서 parameter 들을 확인하는 것도 일이 겠다 싶어서반나절 투자해서 python script 을 만들었다. import dicom 하면 새로운 세상이 열리는 구나. python 만세! 2015. 7. 14.