* No `.h5` support (`DataWriter.py`): [https://github.com/pycroscopy/asyncroscopy/blob/main/asyncroscopy/software/DataWriter.py](https://github.com/pycroscopy/asyncroscopy/blob/main/asyncroscopy/software/DataWriter.py) * Client requires `.tiff` output directly from AS: ```python adorned.save("filename.tiff") ``` * No stack handling for this use case. * Tiled integration is not a preference but doesn't hurt * Code developed for Talos should ideally run on JEOL as well. * This aligns with Asyncroscopy's microscope-agnostic design. * Background logging of instrument state (e.g., every 3 seconds) without interrupting user operation. * Stage position (X, Y, Z, tilt/rotation angles) * FOV * Camera angle * Scan rotation * Defocus * Camera length * Accelerating voltage * Exclude parameters that are not always available or require user interaction (e.g., screen current, as the screen may be retracted). * Will update as additional requirements as they emerge.
No
.h5support (DataWriter.py): https://github.com/pycroscopy/asyncroscopy/blob/main/asyncroscopy/software/DataWriter.pyClient requires
.tiffoutput directly from AS:No stack handling for this use case.
Tiled integration is not a preference but doesn't hurt
Code developed for Talos should ideally run on JEOL as well.
Background logging of instrument state (e.g., every 3 seconds) without interrupting user operation.
Will update as additional requirements as they emerge.