feat: init

This commit is contained in:
2025-12-04 16:07:30 +08:00
commit 262583a57f
681 changed files with 117578 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Slow Channel Switching
----------------------
When we operate multiple channels, there is a clear time delay between channels. This is most obvious when operating in the continuous mode, or when you are acquiring a Z-stack in the Per Z Laser Cycling mode.
This delay is associated with the time it takes to load the waveforms onto the DAQ card. One possible solution is to write the waveforms to different channels on the DAQ, but this would require that the analog/digital signals be combined physically. For example, if CH00 was delivered on AO0, and CH01 was delivered on AO1, but both were communicating with a single laser, then the signals could be combined and delivered to the laser. However, a more obvious solution would be to reduce the time necessary to load the waveforms onto the DAQ card. One immediate way to do this is by reducing the DAQ sampling rate, but this would reduce the resolution of the waveforms. More sophisticated DAQ systems, including an FPGA, could also be used to eliminate this delay.

View File

@@ -0,0 +1,5 @@
Histogram Lag in GUI
---------------------
A known issue in the current version is that the histogram display can introduce noticeable lag in the graphical user interface, especially during high-speed imaging or when using a camera with a very large number of pixels. We are actively evaluating alternative strategies to improve performance. In the meantime, users can disable the histogram to improve responsiveness by right-clicking on it and selecting the appropriate entry from the popup menu. The histogram can be re-enabled the same way.

View File

@@ -0,0 +1,20 @@
============
Known Issues
============
This page lists known issues with the **navigate** software that currently do not have an obvious solution. Please report any other issues you encounter on GitHub.
.. _issues-home:
In this section, we outline some common challenges encountered in setting up a microscope system and provide solutions to address these issues effectively.
.. toctree::
:maxdepth: 1
01_channel_switching
02_histogram