CameraDisplay

class lstchain.visualization.bokeh.CameraDisplay(geom: CameraGeometry, zlow=0.0, zhigh=1.0, label='Camera display', title='', use_notebook=True, autoshow=True)

Bases: object

New version of a Bokeh camera display, by K. Kosack, see https://github.com/cta-observatory/ctapipe/issues/1247

Copied here for testing, the ctapipe version of it should replace this code as soon as it is released!

Attributes Summary

geom

image

Methods Summary

rescale([percent])

set_geom_and_image(geom, image)

update()

Attributes Documentation

geom
image

Methods Documentation

rescale(percent=100)
set_geom_and_image(geom, image)
update()