You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate is an open source Python package for control of light-sheet microscopes. It allows for easily reconfigurable hardware setups and automated acquisition rotuines.
14
+
**navigate** is an open source Python package for control of light-sheet microscopes.
15
+
It allows for easily reconfigurable hardware setups and automated acquisition rotuines.
15
16
16
17
### Quick install
17
18
@@ -31,23 +32,27 @@ Please refer to and contribute to the documentation, which can be found on GitHu
31
32
32
33
### Command Line Arguments
33
34
34
-
* optional arguments:
35
-
* -h, --help show this help message and exit
36
-
37
-
* Input Arguments:
38
-
* -sh, --synthetic_hardware
39
-
* --config_file CONFIG_FILE
40
-
* --experiment_file EXPERIMENT_FILE
41
-
* --etl_const_file ETL_CONST_FILE
42
-
* --rest_api_file REST_API_FILE
43
-
* --logging_config LOGGING_CONFIG
44
-
45
-
### Authors
46
-
* Kevin Dean
47
-
* Zach Marin
48
-
* Xiaoding 'Annie' Wang
49
-
* Dax Collison
50
-
* Sampath Rapuri
51
-
* Samir Mamtani
52
-
* Renil Gupta
53
-
* Andrew Jamieson
35
+
Below are the optional arguments that can be passed to the navigate software:
36
+
37
+
-`-h, --help`
38
+
Provides information on the optional arguments that can be passed to **navigate**.
39
+
-`-sh, --synthetic_hardware`
40
+
Open the software without any hardware attached for testing
41
+
and setting up a new system.
42
+
-`-c, --configurator`
43
+
Open the **navigate** configuration wizard, which provides a
44
+
graphical interface for setting up the hardware configuration.
45
+
-`-d`
46
+
Enables the debugging menu in the software.
47
+
-`--config-file`
48
+
Pass a non-default `configuration.yaml` file to **navigate**.
49
+
-`--experiment_file`
50
+
Pass a non-default `experiment.yaml` file to **navigate**.
51
+
-`--gui-config-file`
52
+
Pass a non-default `gui_config.yaml` file to **navigate**.
53
+
-`--waveform-constants-file`
54
+
Pass a non-default waveform constants file to **navigate**.
55
+
-`--rest_api_file`
56
+
Pass a non-default REST API file to **navigate**.
57
+
-`--logging_config`
58
+
Pass a non-default logging configuration file to **navigate**.
0 commit comments