Dose Table File
Text file that converts the Dose Index of the specified item to Dose Value
The format of the file specified for Dose Table is as follows.
[
[<Dose Index1>, <Dose Value1>],
[<Dose Index2>, <Dose Value2>],
...
]
Arrange the pairs of Dose Index and Dose value separated by commas, and enclose each pair and the whole with [].
The amount of modulation is in %. 0 is treated as dose = 1.0.
Dose Table File Sample
[
[ 0, 0], # dose = 1.0 for datatype = 0
[ 1, -10], # dose = 0.9 for datatype = 1
[ 2, 10], # dose = 1.1 for datatype = 2
]
Last modified December 15, 2023