ibex_bluesky_core.callbacks.file_logger
Creates a readable .txt file of Bluesky runengine dataset.
Members
Outputs bluesky runs to human-readable output files in the specified directory path. |
- class ibex_bluesky_core.callbacks.file_logger.HumanReadableFileCallback(output_dir: Path, fields: list[str])[source]
Bases:
CallbackBase
Outputs bluesky runs to human-readable output files in the specified directory path.
Output human-readable output files of bluesky runs.
If fields are given, just output those, otherwise output all hinted signals.