Skip to content

Tags: TheDeanLab/navigate

Tags

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove frames_to_average from camera settings (#1195)

Eliminate the deprecated frames_to_average parameter across the project. Removed default and YAML entry, stopped validating/parsing it in config verification, removed related UI widget/label and controller handling, and updated tests to reflect its removal. Files touched: src/navigate/config/config.py, src/navigate/config/experiment.yml, src/navigate/controller/sub_controllers/camera_settings.py, src/navigate/view/main_window_content/camera_tab.py, and related tests.

0.0.10

Toggle 0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unnecessary sleep and add performance TODO (#1158)

* Remove unnecessary sleep and add performance TODO

Removed a redundant time.sleep call in SyntheticStage's move_absolute method to improve performance. Added a TODO comment in Microscope to highlight the cost of repeated dictionary lookups for image_mode during z-stack acquisition, suggesting future optimization.

* Update synthetic.py

v0.0.9b

Toggle v0.0.9b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1113 from TheDeanLab/asi-rst

Asi documentation + bug fixes

v0.0.9a

Toggle v0.0.9a's commit message
Remove redundant build action

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1111 from TheDeanLab/full-functionality

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #986 from TheDeanLab/offset-crosshair

Update camera_view.py

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #902 from TheDeanLab/v0.0.6

Official release of v0.0.6

v0.0.5

Toggle v0.0.5's commit message
Update VERSION

New production release.

v0.0.1-alpha

Toggle v0.0.1-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create build_wheel.yaml