User Tools

Site Tools


dosimetry:userguide:datatypes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dosimetry:userguide:datatypes [2015/07/02 15:33] – created dpatenaudedosimetry:userguide:datatypes [2021/07/29 18:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Data Types ====== ====== Data Types ======
  
-Details of each datatype used by the Dosimetry App can be found at the [[http://docs.dosimetry.dotdecimal.com|Dosimetry Manifest Guide]].+Details of each datatype used by the Dosimetry App can be found at the [[http://docs.apps.dotdecimal.com|Dosimetry Manifest Guide]].
  
 Some more complex data types have detailed descriptions and example usages shown below: Some more complex data types have detailed descriptions and example usages shown below:
Line 7: Line 7:
 ===== Dij Matrix ===== ===== Dij Matrix =====
  
-A Dij matrix is a container used to store the dose from each beamlet (bixel) to each calculation point. It's stored sparsely for efficiency purposes as each beamlet will only provide dose to a small subset of the field points. Since the matrix is stored sparsely, it's important to understand the proper means for extracting the data it contains. The matrix data is stored as a list of //dij_entry// values. These values are properly indexed to beamlets and points by using the //dij_row// values also held as a list within the //dij_matrix// container. There is one //dij_row// value for each dose point and each value contains the offset position for accessing the list of entries as well as the number of entries for this point. This is best explained by reviewing the code example provided below that shows how to loop over the complete //dij_matrix//, summing the dose to compute the total dose to each calculation point.+A Dij matrix is a container used to store the dose from each beamlet to each calculation point (Note: for SOBP beams, a beamlet is simply a small square area of the field; whereas for PBS beams, a beamlet is a physical pencil beam). It's stored sparsely for efficiency purposes as each beamlet will only provide dose to a small subset of the field points. Since the matrix is stored sparsely, it's important to understand the proper means for extracting the data it contains. The matrix data is stored as a list of //dij_entry// values. These values are properly indexed to beamlets and points by using the //dij_row// values also held as a list within the //dij_matrix// container. There is one //dij_row// value for each dose point and each value contains the offset position for accessing the list of entries as well as the number of entries for this point. This is best explained by reviewing the code example provided below that shows how to loop over the complete //dij_matrix//, summing the dose to compute the total dose to each calculation point.
  
 <code cpp> <code cpp>
dosimetry/userguide/datatypes.1435851219.txt.gz · Last modified: 2021/07/29 18:21 (external edit)