Loading index.html +4 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,10 @@ <button type="button" onclick="getStagePositions();">Update</button> </p> <p> <button type="button" onclick="doAutofocus();">Autofocus</button> Autofocus: <button type="button" onclick='doAutofocus({"dz":[-200, -100, 0, 100, 200]});'>Coarse</button> <button type="button" onclick='doAutofocus({"dz":[-60, -30, 0, 30, 60]});'>Medium</button> <button type="button" onclick='doAutofocus({"dz":[-20, -10, 0, 10, 20]});'>Fine</button> </p> <p> Loading static/style.css +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ body { } /* Create columns that float next to each other */ .row { height: 100%; } .column { padding: 10px; height: 100%; Loading Loading
index.html +4 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,10 @@ <button type="button" onclick="getStagePositions();">Update</button> </p> <p> <button type="button" onclick="doAutofocus();">Autofocus</button> Autofocus: <button type="button" onclick='doAutofocus({"dz":[-200, -100, 0, 100, 200]});'>Coarse</button> <button type="button" onclick='doAutofocus({"dz":[-60, -30, 0, 30, 60]});'>Medium</button> <button type="button" onclick='doAutofocus({"dz":[-20, -10, 0, 10, 20]});'>Fine</button> </p> <p> Loading
static/style.css +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ body { } /* Create columns that float next to each other */ .row { height: 100%; } .column { padding: 10px; height: 100%; Loading