Hi all!
I’m trying to create a fluence map from the Varian Trajectory log, but rather than:
log.fluence.actual.calc_map()
log.fluence.actual.plot_map()
I would like to create the map from zero to 360 degrees as the gantry rotates. Is there an (easy) way to calculate the fluence for each control point?
Something like:
log.fluence.control_point[17].actual.calc_map()
log.fluence.control_point[17].actual.plot_map()
Thanks in advance for any help!