Skip to content
Update function files_init authored by Antoine Schnepf's avatar Antoine Schnepf
...@@ -17,7 +17,8 @@ It also creates a new blank file Output.txt for Alice to write results in. ...@@ -17,7 +17,8 @@ It also creates a new blank file Output.txt for Alice to write results in.
>>> files_init(['Windfreak ramp duration', >>> files_init(['Windfreak ramp duration',
'Thorlabs stage pos.', 'Thorlabs stage pos.',
'Thorlabs stage acceleration', 'Thorlabs stage acceleration',
'Thorlabs transport time','LDT power'], 'Thorlabs transport time',
'LDT power'],
[1.91, [1.91,
3.78, 3.78,
1.96, 1.96,
... ...
......