Skip to content

Dev ach#123

Open
AustinHouston wants to merge 15 commits into
mainfrom
dev-ACH
Open

Dev ach#123
AustinHouston wants to merge 15 commits into
mainfrom
dev-ACH

Conversation

@AustinHouston

@AustinHouston AustinHouston commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Main things changed:

  1. DT now have their own yamls f81a4c3
  2. some gui changes
  • no yaml output
  • moved terminal
  1. small rename from microscope -> instrument 92e0bf4
  2. Tiled server has option to register folder to database on startup, or not 61f298f
  3. Digital twin for hackathon / preacquired data stored on some Tiled server

Important
check any config yamls you use 2fccd81

Comment thread docs/MCP/mcp_server.md
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
```

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call. I will check with other configs.

Comment thread asyncroscopy/data/data.py
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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that SEM's might get confused in this hierarchy.

Shouldnt the parent dir be Transmission_electron_microscope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants