TOMCA


NameTOMCA JSON
Version 0.0.0 PyPI version JSON
download
home_pageNone
SummaryTOMCA (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.
upload_time2025-08-22 10:20:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords light mcx monte carlo photons tissue
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!--- 
\mainpage TOMCA test
-->

# TOMCA Brain

Tissue Optics Monte Carlo Analysis, TNO's custom MCX package


## Useful Links
-   [🌐 TOMCA GitLab Website](https://ci.tno.nl/gitlab/tissue-optics/mcx)
-   [🔆 TOMCA Package Documentation](https://tissue-optics.ci.tno.nl/mcx)
-   [🏛 TOMCA Literature Resources](https://tissue-optics.ci.tno.nl/mcx/TOMCAReferenceandResourceManagement.html)
-   [👩‍💻 TOMCA tmcx Package Documentation](https://tissue-optics.ci.tno.nl/mcx/namespacetmcx.html)

## Table of Contents

  * [Introduction](#introduction)
  * [Requirements and Installation](#requirements-and-installation)
  * [Running Simulations](#running-simulations)
  * [Using JSON-formatted input files](#using-json-formatted-input-files)
  * [User list](#user-list)

<a name="introduction"></a>
## 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: 

- [MCX.space](https://mcx.space)
  - [MCX parameters list](https://mcx.space/wiki/index.cgi?Options)

The algorithm of this software is detailed in the References \cite Yan2020 , \cite Fang_2009 , \cite Yu2018.

<a name="requirements-and-installation"></a>
## Requirements and Installation
- [Software setup](https://tissue-optics.ci.tno.nl/mcx/softwareSetup.html)
- [Git Repo login](https://tissue-optics.ci.tno.nl/mcx/gitRepoUsage.html)
- [Installing Doxygen and TeX, compiling documentation](https://tissue-optics.ci.tno.nl/mcx/compilingDoxygen.html)

<a name="running-simulations"></a>
## Running Simulations

(To be added)

<a name="using-json-formatted-input-files"></a>
## 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](https://colab.research.google.com/github/fangq/mcx/blob/master/mcxlab/tutorials/mcxlab_getting_started.ipynb)
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](https://colab.research.google.com/github/fangq/mcx/blob/master/pmcx/tutorials/pmcx_getting_started.ipynb)
to see a suite of examples showing the key functionalities of PMCX.

<a name="user-list"></a>
## 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](https://codingguild.tno.nl/coding-at-tno/tno-offloader/?h=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)

**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.*
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "TOMCA",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "Light, MCX, Monte Carlo, Photons, Tissue",
    "author": null,
    "author_email": "Vincent Zoutenbier <vincent.zoutenbier@tno.nl>, Sadok Jbenyeni <sadok.jbenyeni@tno.nl>, Amerens Bekkers <amerens.bekkers@tno.nl>, Tijmen van Ree <tijmen.vanree@tno.nl>",
    "download_url": null,
    "platform": null,
    "description": "<!--- \n\\mainpage TOMCA test\n-->\n\n# TOMCA Brain\n\nTissue Optics Monte Carlo Analysis, TNO's custom MCX package\n\n\n## Useful Links\n-   [\ud83c\udf10 TOMCA GitLab Website](https://ci.tno.nl/gitlab/tissue-optics/mcx)\n-   [\ud83d\udd06 TOMCA Package Documentation](https://tissue-optics.ci.tno.nl/mcx)\n-   [\ud83c\udfdb TOMCA Literature Resources](https://tissue-optics.ci.tno.nl/mcx/TOMCAReferenceandResourceManagement.html)\n-   [\ud83d\udc69\u200d\ud83d\udcbb TOMCA tmcx Package Documentation](https://tissue-optics.ci.tno.nl/mcx/namespacetmcx.html)\n\n## Table of Contents\n\n  * [Introduction](#introduction)\n  * [Requirements and Installation](#requirements-and-installation)\n  * [Running Simulations](#running-simulations)\n  * [Using JSON-formatted input files](#using-json-formatted-input-files)\n  * [User list](#user-list)\n\n<a name=\"introduction\"></a>\n## Introduction\n\n\\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.\n\nMonte 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.\n\nSee the full readme for mcx at: \n\n- [MCX.space](https://mcx.space)\n  - [MCX parameters list](https://mcx.space/wiki/index.cgi?Options)\n\nThe algorithm of this software is detailed in the References \\cite Yan2020 , \\cite Fang_2009 , \\cite Yu2018.\n\n<a name=\"requirements-and-installation\"></a>\n## Requirements and Installation\n- [Software setup](https://tissue-optics.ci.tno.nl/mcx/softwareSetup.html)\n- [Git Repo login](https://tissue-optics.ci.tno.nl/mcx/gitRepoUsage.html)\n- [Installing Doxygen and TeX, compiling documentation](https://tissue-optics.ci.tno.nl/mcx/compilingDoxygen.html)\n\n<a name=\"running-simulations\"></a>\n## Running Simulations\n\n(To be added)\n\n<a name=\"using-json-formatted-input-files\"></a>\n## Using JSON-formatted input files\n\nOur 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)\n\nPlease also browse this interactive [Jupyter Notebook based MCXLAB tutorial](https://colab.research.google.com/github/fangq/mcx/blob/master/mcxlab/tutorials/mcxlab_getting_started.ipynb)\nto see a suite of examples showing the key functionalities of MCXLAB (using GNU Octave).\n\n\n## Using PMCX in Python\n\nWe have based our code on the python binding of MCX called PMCX. \n\nPlease read the `pmcx/README.txt` file for more details on how to install and \nuse PMCX.\n\nPlease also browse this interactive [Jupyter Notebook based PMCX tutorial](https://colab.research.google.com/github/fangq/mcx/blob/master/pmcx/tutorials/pmcx_getting_started.ipynb)\nto see a suite of examples showing the key functionalities of PMCX.\n\n<a name=\"user-list\"></a>\n## User list\n**TOMCA users**\n* Vincent Zoutenbier* (2022 - Present) \n      - Lead developer of TMCX package, contact with questions\n* Sadok Jbenyeni (2025 - Present)\n* Amerens Bekkers (2024 - Present)\n* Margherita Vaselli (2024 - Present)\n* Tijmen van Ree (2024 - Present)\n* Arjen Amelink ( - )\n* Bastiaan Florijn ( - 2022)\n* Man Xu ( - X)\n\n**Auxillary work by:**\n* Thijs van der Knaap, TNO ACE\n      - Integration of TNO's [Offloader](https://codingguild.tno.nl/coding-at-tno/tno-offloader/?h=offloader) (2024)\n* Frank Wessels, Sioux \n      - Framework for ML (2024)\n* Panagiotis Meletis, Sioux \n    - AI algorithms for determination of biomarker sensitivity in:\n      - Bilihome: Extracting bilirubine concentration from infant skin model (2023)\n      - ERP Determine: Extracting blood O2 saturation from skin model (2023)\n\n**Other known MCX users:**\n* Gijs Buist (Vrije U., Amsterdam 2021 - Present)\n\n*Note: This page should use markdown syntax to parse properly on the GitLab main page.*",
    "bugtrack_url": null,
    "license": null,
    "summary": "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.",
    "version": "0.0.0",
    "project_urls": {
        "Documentation": "https://tissue-optics.ci.tno.nl/mcx/",
        "Issues": "https://ci.tno.nl/gitlab/tissue-optics/mcx/-/issues",
        "Repository": "https://ci.tno.nl/gitlab/tissue-optics/mcx"
    },
    "split_keywords": [
        "light",
        " mcx",
        " monte carlo",
        " photons",
        " tissue"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a4154f7afdd464357e6bfd63e085bd0f9252d87547cf9ff7f9d6cd7f42f6538c",
                "md5": "fe73c6b586ffaecaa4b6952182561d6f",
                "sha256": "daf100c1534e2f632d34623cffdcbad96f339347c85d971f9f5ca5971fab3636"
            },
            "downloads": -1,
            "filename": "tomca-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe73c6b586ffaecaa4b6952182561d6f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3500,
            "upload_time": "2025-08-22T10:20:05",
            "upload_time_iso_8601": "2025-08-22T10:20:05.946526Z",
            "url": "https://files.pythonhosted.org/packages/a4/15/4f7afdd464357e6bfd63e085bd0f9252d87547cf9ff7f9d6cd7f42f6538c/tomca-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 10:20:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tomca"
}
        
Elapsed time: 0.44341s