You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
154 B
Python
10 lines
154 B
Python
3 years ago
|
#!/bin/python3
|
||
|
import ddresc_visu.draw as v
|
||
|
|
||
|
visu = v.Visualisation('/mnt/TAP9701/2021-08-11_Pm_ddresc_mapfile')
|
||
|
|
||
|
visu.draw()
|
||
|
|
||
|
import time
|
||
|
time.sleep(10)
|