@@ -12,7 +12,8 @@ Operating System Compatibility
1212
1313.. important ::
1414 **navigate ** is developed for use on Windows-based systems. This is due to the
15- compatibility of device drivers for various microscope hardware components, such as
15+ compatibility of :ref: `device drivers <firmware_overview >` for various microscope
16+ hardware components, such as
1617 cameras, stages, and data acquisition cards, which are predominantly designed for the
1718 Windows environment.
1819
@@ -21,8 +22,8 @@ Operating System Compatibility
2122 include improper positioning of widgets and problems with resizing the GUI window.
2223 As such, the use of **navigate ** on MacOS is not recommended.
2324
24- The software is untested on Linux systems.Users considering the use of **navigate **
25- software on Linux should proceed with caution and be prepared for potential
25+ The software is untested on Linux systems. Users considering the use of **navigate **
26+ software on Linux should proceed with caution and be prepared for potential
2627 compatibility issues, especially with respect to device drivers.
2728
2829.. note ::
@@ -33,16 +34,16 @@ Hardware Considerations
3334-----------------------
3435
3536**navigate ** will run on a mid-range laptop with at least 8 GB of RAM and a processor
36- with two cores. Most of its operations are undemanding. Saving data at a reasonable
37- rate, however, will require an SSD. The hardware configuration for an example
37+ with two cores. Most of its operations are undemanding. Saving data at a reasonable
38+ rate, however, will require an SSD. The hardware configuration for an example
3839microscope control machine is shown below.
3940
4041.. important ::
4142 Scientific cameras are capable of rapidly generating large amounts of high-resolution data.
42- As such, the read/write speed of the data storage device is a critical for smooth operation
43+ As such, the read/write speed of the data storage device is a critical for smooth operation
4344 of the software. For example, for a standard Hamamatsu camera with a 2048 x 2048 sensor,
4445 operating at 16-bit depth and 20 frames per second, the data save rate is approximately ~167 MB/s.
45- While such capabilities are well within the capabilities of modern SSDs, they are beyond the
46+ While such capabilities are well within the capabilities of modern SSDs, they are beyond the
4647 capabilities of most HDDs. Therefore, it is recommended to use a fast SSD data saving operations.
4748
4849
@@ -97,7 +98,7 @@ microscope control machine is shown below.
9798 - **Interface **: PCI-E x 8
9899
99100 .. note ::
100- The specifications listed are based on an example system configuration and can
101+ The specifications listed are based on an example system configuration and can
101102 be adjusted based on specific needs and availability.
102103
103104---------------------
@@ -157,7 +158,7 @@ To install the bleeding edge version of **navigate**, run the following command:
157158
158159 .. note ::
159160
160- If you are running the software on a computer that is not connected to microscope
161+ If you are running the software on a computer that is not connected to microscope
161162 hardware, you can add the flag ``-sh `` (``--synthetic-hardware ``) to launch the
162163 program:
163164
@@ -175,13 +176,16 @@ Open an ``Anaconda Prompt (Miniconda3)`` and enter the following.
175176 (base) conda activate navigate
176177 (navigate) navigate
177178
178- .. note ::
179+ .. tip ::
179180
180181 If you are running Windows, you can create a desktop shortcut to **navigate ** by
181182 right-clicking the Desktop, navigating to New and then Shortcut and entering
182183 ``%windir%\system32\cmd.exe "/c" C:\path\to\miniconda\Scripts\activate.bat navigate && navigate ``
183184 into the location text box.
184185
186+ This provides a convenient executable shortcut to launch the software, which is
187+ advantageous for users who are not comfortable with the command line.
188+
185189
186190Developer install
187191=================
0 commit comments