QMRITools`
QMRITools`

BullseyePlot

BullseyePlot[data,segmask]

generates a AHA-17 segement bullseye plot.

BullseyePlot[list]

generates a AHA-17 segement bullseye plot of the lists (which needs to have 17 values) provide. data is a 3D volume used for the plot. segmask is the AHA-17 segmentation resulting form the CardiacSegment function when AHA17 is selected. Output is a bullseye plot or a plotwindow,depending on the Method which can be "Dynamic" else it will be static.

BullseyePlot[]

is based on DOI: 10.1161/hc0402.102975.

Details

  • The following options can be given:
  • TextOffset0.5TextOffset is an option for BullseyePlot. Determines where the text is placed, can be 0 to 1.
    TextSize12TextSize is an option for BullseyePlot. Determines the text size.
    PlotRangeAutomaticPlotRange is an option for graphics functions that specifies what range of coordinates to include in a plot.
    ColorFunction"TemperatureMap"ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements.
    BullPlotMethod"Dynamic"BullPlotMethod is an option for BullseyePlot. Can be "Dynamic" of "Normal". "Dynamic" allows to change plotting parameters in Manipulation window.
    TextNumberForm{5, 2}TextNumberForm is an option for BullseyePlot. Specifies how many number and decimals to use like in NumberForm.
    ImageSize200ImageSize is an option that specifies the overall size of an image to display for an object.

Examples