본문 바로가기

misc./Software64

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.
-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.
LaTeX 에서 word 파일로 변환하기 - Pandoc A universal document converter - Pandoc 간혹 LaTeX 으로 작성한 문서를 워드로 변환해야 할 필요가 생기는데 (TeX 포맷을 지원하지 않는 저널에 TeX 으로 작성했던 논문을 투고하거나 또는 TeX 을 사용하지 않는 분들과 공동 문서작업을 할 때) 이럴 때는 조금 난감하다. 인터넷을 뒤져서 몇가지 시도해 본 중에서 무료이면서도 가장 괜찮은 것 같다. command line tool 이라 GUI 환경에만 익숙한 사람이라면 조금 불편할 지도 모르겠지만 :) 2015. 7. 14.
MATLAB 에서 TOPAS phase space file (binary) 읽고 쓰기 지난 번에는 TOPAS 에서 생성한 binary 포맷의 phase space file 을 읽어서 분석하기 위한 MATLAB macro 를 포스팅했었는데이번에는 조금 덧붙여서 TOPAS 에서 생성한 binary 포맷의 phase space file 을 읽고 원하는 형태로 data 를 손보고(예를 들어 position 을 1/1000 로 scale-down) 다시 binary file 로 저장하는 macro를 만들어보았다. 첨부파일 참고 2015. 7. 7.