Skip to main content

Tool to read 1-dimensional dose profiles and perform gamma index comparison.

Project description

relative_dose_1d

Tool to read 1-dimensional dose profiles and perform gamma index comparison.

image_gui

Introducción

The data should be in M ​​rows by 2 columns, corresponding to positions and dose values, respectively.

The script has been tested with the following examples:

* File in w2CAD format (format used by the TPS Eclipse 16.1, from the Varian(R) company).
  In the algorithm, the start of the data is identified by the words: '$STOM' or '$STOD'
  Physical unit assumed to be in mm.

* File in mcc format (format used by Verisoft 7.1.0.199 software, from PTW(R) company).
  In the algorithm, the beginning of the data is identified by the word: 'BEGIN_DATA'
  Physical unit assumed to be in mm.

* File in text format
  The data must be distributed in M ​​rows by 2 columns and separated
  for a blank space.
  The script ask for a word to identify the beginning of the data in the text file, 
  a number to add to the positions, and a factor for distance dimension conversion.

For proper operation, the text file must meet the following characteristics:

  1. Contain a single profile
  2. The data should be in M ​​rows and two columns, (M, 2).

Instalación

En Linux
The easiest method of installation is by typing in a terminal:

pip install relative_dose_1d

En Windows

Prior to installation, it is necessary to have a python package manager. If you are not familiar with Python packages, it is recommended to use ANACONDA. After ANACONDA has been installed, open Anaconda Prompt. Once inside the terminal (window with a black background), follow the indication described for Linux (previous paragraph).

Usage

Once the installation is complete, open a terminal (or Anaconda Prompt in the case of Windows) and type the command python:

python

Finally, write:

import relative_dose_1d.GUI

Versions

April-2023 Versión 0.0.3

  • relative_dose_1d is added to PyPi

May-2023 Version 0.1.0

  • It is now possible to perform unit transformation for distance using a multiplication factor, and move the origin of the coordinate system.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

relative_dose_1d-0.1.0.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

relative_dose_1d-0.1.0-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page