COMPASS  5.0.0
End-to-end AO simulation tool using GPU acceleration
bokeh_groot Namespace Reference

Functions

def remove_files ()
 

Variables

 widget = Bokeh_groot()
 

Function Documentation

◆ remove_files()

def bokeh_groot.remove_files ( )

Definition at line 15 of file bokeh_groot.py.

15 def remove_files():
16  files = glob.glob("/home/fferreira/public_html/roket_display*")
17  for f in files:
18  os.remove(f)
19 
20 

Variable Documentation

◆ widget

bokeh_groot.widget = Bokeh_groot()

Definition at line 21 of file bokeh_groot.py.