Agentic-SLS-ASTM / scripts /specimens /19_2026_07_06_flex_j.py
ppak10's picture
Updates data.
a196ec9
Raw
History Blame Contribute Delete
527 Bytes
#!/usr/bin/env python3
"""Batch J flex — D790, tested 2026-07-06 (2 specimens, not media blasted, printed 2026-06-27)."""
from _lib import process_session
SESSION = {
"session_folder": "2026_07_06/Flex",
"test_folder": "TST1.Test",
"xlsx_name": "7.6_flex_J.xlsx",
"astm": {"standard": "D790", "type": "Procedure A", "year": "2017"},
"batch_label": "J",
"test_runs": [(i, "SLS", "2026-06-27") for i in range(1, 3)],
}
if __name__ == "__main__":
process_session(SESSION)