Meeting minutes and associated discussions. #37
Replies: 10 comments 18 replies
|
For number 6., is the |
|
Meeting minutes the next day Simple digital twin for image generation - @DomPTech
Tests @DomPTech Working on databse mode @utkarshp1161 Conversation with all about restructuring base microscope nd how to include CEOS/Gatan Add these functions to incoorperate ceos to microscope proxy @AustinHouston |
Meeting minutes for 13th Mar 2026 - Friday
Extras:
|
|
It's time to make pytango main branch, definitely |
|
Hi Domique,
I am afraid that will lead to too many subclasses.
In my mind the base class should be microscope and that inherits special microscope specific comands in ThermoMicroscope ...
We need more discussion,
Gerd
…________________________________
From: DomPTech ***@***.***>
Sent: Monday, March 16, 2026 8:29 AM
To: pycroscopy/asyncroscopy ***@***.***>
Cc: Duscher, Gerd ***@***.***>; Mention ***@***.***>
Subject: Re: [pycroscopy/asyncroscopy] Meeting minutes and associated discussions. (Discussion #37)
I also had a thought about the Microscope base class. Right now we have STEM-specific commands (beam blanking, acquiring STEM images, etc.) in this class, but if we want to add AFM control this would not make sense. I'm thinking we should create an abstract subclass of Microscope called STEMMicroscope and then ThermoMicroscope inherits STEMMicroscope.
—
Reply to this email directly, view it on GitHub<#37 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AL53B4CGXNABCPQ2BT5OO2D4Q7XRFAVCNFSM6AAAAACWHGEFCWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMJVHA3TONQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
base should not have init defined tests - don't push if the tests are failing |
|
MCP Server Discussion:
|
|
Discussion today(including Px-hackathons) - 10th April 2026 - Friday:
|
Meeting Minutes — 17 April 20261. Asyncroscopy Package figure plan
2. Best LLM Benchmark DiscussionThe question posed: "If you had the best LLM, what would you ask it to do?" — framed as a benchmark for testing on Twin. Current asyncroscopy capabilities:
Near-term goals:
Future functionality:
3. Other MCP Server Functionalities
4. Projects
5. Also what context would be good to include in data?
---
6. MBR Meeting (2–3 pm)
Resources - to try before we meet next time
|
|
Meeting minutes - Thursday, 28 May 2025 — @utkarshp1161 and @AustinHouston Q. What is the PR of interest ? Q. Are there TODO's added?
Q. How to handle List_of_adorned_images?
Q. Philosophy of asyncroscopy wrt users(Academia or Industry(Context: Utkarsh at covalent))
Q. Why Documentation should be kept up?
Testing
LLM use discussion - To be followed up:
|


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Meeting Minutes - Utkarsh and Austin - 4th March 2026
1. Look at database mode to handle the devices
2. EELS Acquisition and CEOS corrector
- this way,
eels.pywill need to include Gatan-specific logic for handling EELS detectors and acquisition.- so If EELS is from another manufacturer we need to change logic in the detectors which is undesireable
3. Logging
Purpose:
Discussed implementing logging using PyTango's recommended approach.
Reference:
4. Testing Strategy
Current status :
5. Documentation Improvements
However:
Microscopebase abstraction).6. Use of
ABCfor Microscope AbstractionQuestion raised:
Issue identified:
@detectordecorators with@abstractmethodleads to design conflicts.Conclusion:
ABCin the current design may not provide practical benefits.All reactions