본문 바로가기
misc./Software

TOPAS user extension 사용하기

by medical physicist 2023. 11. 29.

README.txt 에서 해당 부분만 발췌하면 아래와 같다:

Place your TOPAS extension code into a directory that is NOT inside of the topas directory

5c) Build your New TOPAS:
Place your TOPAS extension code into a directory that is NOT inside of the topas directory.
macOS:   we suggest /Applications/topas_extensions
Linux: we suggest ~/topas_extensions

Newest Macs with the M1 chip:
cd /Applications/topas
unzip Geant4Headers.zip
cmake -DTOPAS_EXTENSIONS_DIR=/Applications/topas_extensions -DCMAKE_OSX_ARCHITECTURES=x86_64
make

Other Macs:
cd /Applications/topas
unzip Geant4Headers.zip
cmake -DTOPAS_EXTENSIONS_DIR=/Applications/topas_extensions
make

Linux:
cd ~/topas
unzip Geant4Headers.zip
cmake -DTOPAS_EXTENSIONS_DIR=~/topas_extensions
make

SMC nozzle 관련된 user extension 들 사용할 때 참고.

'misc. > Software' 카테고리의 다른 글

'GNUTLS_3_6_9' not found 관련 업데이트  (0) 2023.12.11
TOPAS Time Features  (1) 2023.12.06
OpenTPS 시도 - 시련은 있어도 실패는 없다  (0) 2023.11.20
DICOM Browser  (0) 2023.05.14
Streamlit 시작하기 - Day 10  (0) 2023.04.16

댓글