-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimeModulation.txt
32 lines (26 loc) · 1.05 KB
/
TimeModulation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
##################################
## Time Modulation ##
## Written by J Yap 2019 ##
##################################
#d:Ge/Propeller/RotZ = Tf/PropellerRot/Value deg
#s:Tf/PropellerRot/Function = "Linear deg" #Step
#d:Tf/PropellerRot/Rate = 3.6 deg/ms
#d:Tf/PropellerRot/StartValue = 0.0 deg
#d:Tf/PropellerRot/RepetitionInterval = 100.0 ms
#d:Tf/TimelineStart = 0.0 s
#d:Tf/TimelineEnd = 100.0 ms
#i:Tf/NumberOfSequentialTimes = 100
#i:Tf/Verbosity = 2
##
#i:Sc/MyScorer/TimeBins = 10 # defaults to 0, that is, un-binned
#d:Sc/MyScorer/TimeBinMin = 0. ns # defaults to zero
#d:Sc/MyScorer/TimeBinMax = 100. ns
#s:Sc/DoseAtPhantom/SplitByTimeFeature = "PropellerRotation"
#dv:Sc/DoseAtPhantom/SplitByTimeFeatureValues = 5 0. 90. 180. 270. 360. deg
#DoseAtPhantom-0.-90.deg
#DoseAtPhantom-90.-180.deg
#DoseAtPhantom-180.-270.deg
#DoseAtPhantom-270.-360.deg
#See exampes:
#examples/Scoring/SplitByTimeFeature.txt
#=====================================================================#