Dev ach#123
Open
AustinHouston wants to merge 15 commits into
Open
Conversation
…ges from microscope -> instrument
…any yamls you use! (i tried my best to maintain) example.md for new devs
…quired data twins
Comment on lines
11
to
14
| ```bash | ||
| uv run startup_scripts/run_servers.py --yaml configs/Spectra300.yaml | ||
| uv run startup_scripts/run_servers.py --yaml configs/Spectra300.yaml --microscope dt | ||
| uv run startup_scripts/run_servers.py --yaml configs/STEMDigitalTwin.yaml | ||
| ``` |
Collaborator
There was a problem hiding this comment.
Good call. I will check with other configs.
| DEFAULT_ACQUISITION_DIR = "outputs/tiled_acquisitions" | ||
| ONE_NODE_PER_FILE_WALKER = "tiled.client.register:one_node_per_item" | ||
| REGISTER_TIMEOUT_SECONDS = 120 | ||
| REGISTER_SAVE_PATH_TIMEOUT_SECONDS = 3600 |
Collaborator
There was a problem hiding this comment.
I have a quick question as trying to understand:
Q. Why you need 3600 seconds? is it just random entry you put?
Comment on lines
30
to
+32
| acquisition_dir: outputs/tiled_acquisitions | ||
| autostart: true | ||
| register_on_startup: false |
Collaborator
There was a problem hiding this comment.
Can you please explain the purpose of this flag and how behaviour changes for true and flase values? I assumed this flag spins up a tiled server which watches acquisition_dir. Does it affect the GUI?
Collaborator
There was a problem hiding this comment.
I see that SEM's might get confused in this hierarchy.
Shouldnt the parent dir be Transmission_electron_microscope
… on abtem with optional dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main things changed:
Important
check any config yamls you use 2fccd81