TOMCA (Tissue Optics Monte Carlo Analysis) is a TNO package written for Monte Carlo analysis of light through tissues and scattering media based on the MCX package. TOMCA helps organize shared functions between projects and aims to make research, simulation, and analysis easier.
Project description
TOMCA Brain
Tissue Optics Monte Carlo Analysis, TNO's custom MCX package
Useful Links
- 🌐 TOMCA GitLab Website
- 🔆 TOMCA Package Documentation
- 🏛 TOMCA Literature Resources
- 👩💻 TOMCA tmcx Package Documentation
Table of Contents
- Introduction
- Requirements and Installation
- Running Simulations
- Using JSON-formatted input files
- User list
Introduction
\b TOMCA (Tissue Optics Monte Carlo Analysis) is a TNO package written for Monte Carlo analysis of light through tissues and scattering media based on the MCX package. TOMCA helps organize shared functions between projects and aims to make research, simulation, and analysis easier.
Monte Carlo eXtreme (MCX) is a fast physically-accurate photon simulation software for 3D heterogeneous complex media. By taking advantage of the massively parallel threads and extremely low memory latency in a modern graphics processing unit (GPU), this program is able to perform Monte Carlo (MC) simulations at a blazing speed, typically hundreds to a thousand times faster than a single-threaded CPU-based MC implementation.
See the full readme for mcx at:
The algorithm of this software is detailed in the References \cite Yan2020 , \cite Fang_2009 , \cite Yu2018.
Requirements and Installation
Running Simulations
(To be added)
Using JSON-formatted input files
Our model files and jcfg dict in code are based on the mcx JSON structure used in the .exe version of the scripts. This was chosen so that our code is always backwards compatible with the NEU group. See their documentation for the exact specifications on inputs (link)
Please also browse this interactive Jupyter Notebook based MCXLAB tutorial to see a suite of examples showing the key functionalities of MCXLAB (using GNU Octave).
Using PMCX in Python
We have based our code on the python binding of MCX called PMCX.
Please read the pmcx/README.txt file for more details on how to install and
use PMCX.
Please also browse this interactive Jupyter Notebook based PMCX tutorial to see a suite of examples showing the key functionalities of PMCX.
User list
TOMCA users
- Vincent Zoutenbier* (2022 - Present) - Lead developer of TMCX package, contact with questions
- Sadok Jbenyeni (2025 - Present)
- Amerens Bekkers (2024 - Present)
- Margherita Vaselli (2024 - Present)
- Tijmen van Ree (2024 - Present)
- Arjen Amelink ( - )
- Bastiaan Florijn ( - 2022)
- Man Xu ( - X)
Auxillary work by:
- Thijs van der Knaap, TNO ACE - Integration of TNO's Offloader (2024)
- Frank Wessels, Sioux - Framework for ML (2024)
- Panagiotis Meletis, Sioux
- AI algorithms for determination of biomarker sensitivity in:
- Bilihome: Extracting bilirubine concentration from infant skin model (2023)
- ERP Determine: Extracting blood O2 saturation from skin model (2023)
- AI algorithms for determination of biomarker sensitivity in:
Other known MCX users:
- Gijs Buist (Vrije U., Amsterdam 2021 - Present)
Note: This page should use markdown syntax to parse properly on the GitLab main page.