본문 바로가기

전체 글127

TOPAS Time Features TOPAS User guide 에서 발췌 A Time Feature is a set of parameters that ultimately describes the change of a time feature Value. You provide parameters that define the time function, such as a linear change over time. TOPAS automatically creates a Value parameter for this function (a parameter you don’t define). TOPAS continually updates this Value parameter to the appropriate value for a given time. .. 2023. 12. 6.
TOPAS user extension 사용하기 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 Geant4Head.. 2023. 11. 29.
OpenTPS 시도 - 시련은 있어도 실패는 없다 주말에 여러가지 생각의 흐름을 따라 꼬리에 꼬리를 물던 키보드 끝자락이 OpenTPS (http://www.opentps.org/)에 다다르게 되었다. 대부분의 open source project 들이 그러하듯이 비교적 간단한 설치 안내를 보면서, 시키는 대로 문제없이 진행되면 행복하겠지만 한 번 엉키면 쉽지 않을 수도 있겠구나 생각을 했다. 1. 개발 용도로는 추천하지 않는 다는 PyPI 를 이용한 방법을 먼저 시도해보았다. 개발하기 전에 일단 사용을 좀 해보는 것이 하늘의 순리 아니겠는가. 별 고민 없이 pip install opentps 로 설치하고 opentps 실행하니 오류 메시지가 화면을 채운다. 인터넷 검색을 통한 몇 가지 간단한 시도들을 해보았으나 별 소득없이 후퇴. 2. 결국 개발 용도로.. 2023. 11. 20.
DICOM Browser Mac OS 에서 간단하게 DICOM tag 를 확인하거나 수정하는 용도로 사용해오던 Dicompyler 를 대체할 만한 소프트웨어를 찾고 있던 중에 발견한 XNAT 의 DICOM Browser. https://www.xnat.org/download/dicombrowser/ XNAT - Download DICOM Browser DicomBrowser is an application for inspecting and modifying DICOM metadata in many files at once. A single imaging session can produce thousands of DICOM files; DicomBrowser allows users to view and edit a whole se.. 2023. 5. 14.
Streamlit 시작하기 - Day 10 Day 10 은 selectbox 에 대한 소개. 데모는 아래 링크에서 확인 가능! https://dataprofessor-st-selectbox-streamlit-app-ridx2e.streamlit.app/ A faster way to build and share data apps st.selectbox allows the display of a select widget. dataprofessor-st-selectbox-streamlit-app-ridx2e.streamlit.app 2023. 4. 16.
[Python] escape sequences \t Tab \\ Inserts a back slash (\) \' Inserts a single quote (') \" Inserts a double quote (") \n Inserts a ASCII Linefeed (a new line) okay? 2023. 4. 12.
MacOS 에서 NTFS 드라이브(Seagate) 사용하기 일반적으로 Mac 에서 NTFS 방식으로 포맷된 외장하드를 사용하려고 하면 읽기만 가능하다. 이때 해결 방법으로는 유료 프로그램(Paragon, Tuxera 등)을 이용하거나, Mounty와 같은 무료 프로그램도 있다. 고민하다가 보니 Seagate 외장하드의 경우 MacOS용 Paragon 드라이버를 지원해준다. https://www.seagate.com/kr/ko/support/software/paragon/ Paragon 드라이버 | Seagate 지원 대한민국 외장 Seagate 드라이브용 Paragon 드라이버에 대한 지원 정보를 받으십시오. www.seagate.com 고민 해결! 2023. 3. 21.