Agentic-SLS-ASTM / scripts /specimens /11_2026_06_25_flex.py
ppak10's picture
Updates data.
a196ec9
Raw
History Blame Contribute Delete
521 Bytes
#!/usr/bin/env python3
"""Batch F flex — D790, tested 2026-06-25 (9 specimens, printed 2026-06-13)."""
from _lib import process_session
SESSION = {
"session_folder": "2026_06_25/Flexural Data",
"test_folder": "TST1.Test",
"xlsx_name": "flexural_6_25.xlsx",
"astm": {"standard": "D790", "type": "Procedure A", "year": "2017"},
"batch_label": "F",
"test_runs": [(i, "SLS", "2026-06-13") for i in range(1, 10)],
}
if __name__ == "__main__":
process_session(SESSION)