Datasets update 7/23

#8
by alvaradovictor - opened
This view is limited to 50 files because it contains too many changes. See the raw diff here.
Files changed (50) hide show
  1. CLAUDE.md +22 -8
  2. README.md +34 -3
  3. assets/D638_batch_averages.png +2 -2
  4. assets/D638_composite.png +2 -2
  5. assets/D638_nylon12white_average.png +3 -0
  6. assets/D638_nylon12white_control.png +3 -0
  7. assets/D638_type_iv.png +3 -0
  8. assets/D790_batch_averages.png +2 -2
  9. assets/D790_composite.png +2 -2
  10. assets/D790_nylon12white_average.png +3 -0
  11. assets/D790_nylon12white_control.png +3 -0
  12. data/D638/M1.jsonl +1 -0
  13. data/D638/M10.jsonl +1 -0
  14. data/D638/M11.jsonl +1 -0
  15. data/D638/M12.jsonl +1 -0
  16. data/D638/M13.jsonl +1 -0
  17. data/D638/M14.jsonl +1 -0
  18. data/D638/M15.jsonl +1 -0
  19. data/D638/M16.jsonl +1 -0
  20. data/D638/M17.jsonl +1 -0
  21. data/D638/M2.jsonl +1 -0
  22. data/D638/M3.jsonl +1 -0
  23. data/D638/M4.jsonl +1 -0
  24. data/D638/M5.jsonl +1 -0
  25. data/D638/M6.jsonl +1 -0
  26. data/D638/M7.jsonl +1 -0
  27. data/D638/M8.jsonl +1 -0
  28. data/D638/M9.jsonl +1 -0
  29. data/D638/N1.jsonl +1 -0
  30. data/D638/N2.jsonl +1 -0
  31. data/D638/N3.jsonl +1 -0
  32. data/D638/N4.jsonl +1 -0
  33. data/D638/N5.jsonl +1 -0
  34. data/D638/NYLON12_WHITE_FL_Sheet1.jsonl +1 -0
  35. data/D638/NYLON12_WHITE_FL_Sheet2.jsonl +1 -0
  36. data/D638/NYLON12_WHITE_FL_Sheet3.jsonl +1 -0
  37. data/D638/NYLON12_WHITE_FL_Sheet4.jsonl +1 -0
  38. data/D638/NYLON12_WHITE_FL_Sheet5.jsonl +1 -0
  39. data/D790/M1.jsonl +0 -0
  40. data/D790/M2.jsonl +0 -0
  41. data/D790/M3.jsonl +0 -0
  42. data/D790/M4.jsonl +0 -0
  43. data/D790/M5.jsonl +0 -0
  44. data/D790/N1.jsonl +0 -0
  45. data/D790/N2.jsonl +0 -0
  46. data/D790/N3.jsonl +0 -0
  47. data/D790/N4.jsonl +0 -0
  48. data/D790/N5.jsonl +0 -0
  49. data/D790/NYLON12_WHITE_FL_Sheet1.jsonl +0 -0
  50. data/D790/NYLON12_WHITE_FL_Sheet2.jsonl +0 -0
CLAUDE.md CHANGED
@@ -43,7 +43,7 @@ The composite plots in `assets/` were regenerated and **do** reflect the current
43
  - **`notes` is a free-text per-row field** for exceptions that don't fit elsewhere in the schema (e.g. "printed vertically" for FormLabs, or the xlsx-only sourcing caveat for Batch H flex). Empty string when there's nothing to flag.
44
  - **One JSONL file per specimen.** Outputs land under `data/{standard}/{sample_id}.jsonl` (or `data/D638/{material_class}_TSR{n}.jsonl` for non-SLS controls without a sample_id). HF configs glob these via `path: data/D638/*.jsonl`. This keeps git diffs scoped to a single specimen when a row is regenerated and makes it easy to delete or replace individual rows.
45
  - **Domain dependencies, not stdlib-only.** Unlike `Agentic-SLS-Database` (stdlib only), the ETL here needs `h5py`, `openpyxl`, `matplotlib`, and `numpy` (the latter two for `scripts/plots/`). They're declared in `pyproject.toml`. Python 3.13.
46
- - **`scripts/plots/` follows the same shared-lib pattern as `scripts/specimens/`.** `_lib.py` holds `BATCH_COLORS`, `load_specimen`/`load_standard`, and styling helpers shared by `01_composite.py` (raw overlaid curves) and `02_batch_averages.py` (per-batch mean ± 1 SD, SLS-only — see its docstring for the interpolation/truncation method and why degenerate curves get dropped per-batch).
47
 
48
  ## Directory layout
49
 
@@ -85,13 +85,24 @@ scripts/specimens/
85
  19_2026_07_06_flex_j.py # Batch J flex (not media blasted)
86
  20_2026_07_08_tensile_j_mb.py # Batch J_MB tensile (media blasted, same print as J)
87
  21_2026_07_08_flex_j_mb.py # Batch J_MB flex (media blasted, same print as J)
 
 
 
 
 
 
 
 
 
 
 
88
 
89
  data/
90
  D638/ # one JSONL per specimen (HF glob: data/D638/*.jsonl)
91
- A1.jsonl ... J_MB5.jsonl # SLS specimens, named by sample_id
92
- PLA_TSR6.jsonl ... PA12GF_FL_TSR5.jsonl # non-SLS controls (no sample_id)
93
  D790/
94
- C1.jsonl ... J_MB2.jsonl # SLS specimens, named by sample_id
95
  ```
96
 
97
  ## File format notes — TestWorks 4.1 output
@@ -128,13 +139,16 @@ Same TestWorks framework, different schema. Notable renames you have to handle:
128
 
129
  ## Current state
130
 
131
- - `D638` config — 65 rows (54 SLS across batches A-I, J, J_MB + 3 PLA + 3 PETG + 5 FormLabs PA12GF). **All SLS rows now have Database FKs** — 2026-07-12 backfill: E ← 2026-06-07 (same as D), F 2026-06-13, G 2026-06-09, H 2026-06-24, I 2026-06-25, J/J_MB 2026-06-27 (`D790 and D638 and other objects`).
132
- - `D790` config — 59 rows (54 SLS across batches C-I, J, J_MB + 5 FormLabs PA12GF). **All SLS rows now have Database FKs** (same 2026-07-12 backfill as D638).
 
133
  - **`_lib.py` disambiguates same-date jobs by STL content.** Two 2026-06-27 prints share a date in Database; `resolve_database_fk` picks the one whose object list contains the standard's STL needle (`d638` / `d790`). Same fix will apply to any future same-date collision (e.g. 06-29 already has two jobs, though no ASTM specimens map there yet).
134
- - Total: 124 specimens, produced by 22 per-session scripts (some date folders — 2026_06_10, 2026_06_30 — contain more than one Test project/batch).
135
  - Batch I flex is missing TSR4 (excluded: `test_end_reason` is "Test Stopped", not a detected break) — sample_ids I1-I5 map to TSR{1,2,3,5,6}.
136
- - Batch H's 5 flex rows are `xlsx_only` (no raw TestRuns folder survived — see architectural decisions above); every other row has full h5-derived curves.
137
  - **Batch J / J_MB (2026-07-06 print, tested 07/06 and 07/08) is the first split-batch label.** Both are the same physical print batch; `J` specimens were tested as-printed, `J_MB` specimens were media blasted post-print before testing. This deviates from the single-letter `batch_label` convention (see architectural decisions above) — deliberately, per user instruction, to keep the surface-treatment distinction visible without adding a new schema field. If more media-blast-vs-not comparisons get added, consider promoting this to a real `surface_treatment` field instead of continuing to overload `batch_label`.
 
 
138
 
139
  ## Running the extract
140
 
 
43
  - **`notes` is a free-text per-row field** for exceptions that don't fit elsewhere in the schema (e.g. "printed vertically" for FormLabs, or the xlsx-only sourcing caveat for Batch H flex). Empty string when there's nothing to flag.
44
  - **One JSONL file per specimen.** Outputs land under `data/{standard}/{sample_id}.jsonl` (or `data/D638/{material_class}_TSR{n}.jsonl` for non-SLS controls without a sample_id). HF configs glob these via `path: data/D638/*.jsonl`. This keeps git diffs scoped to a single specimen when a row is regenerated and makes it easy to delete or replace individual rows.
45
  - **Domain dependencies, not stdlib-only.** Unlike `Agentic-SLS-Database` (stdlib only), the ETL here needs `h5py`, `openpyxl`, `matplotlib`, and `numpy` (the latter two for `scripts/plots/`). They're declared in `pyproject.toml`. Python 3.13.
46
+ - **`scripts/plots/` follows the same shared-lib pattern as `scripts/specimens/`.** `_lib.py` holds `BATCH_COLORS`, `load_specimen`/`load_standard`, and styling helpers shared by `01_composite.py` (raw overlaid curves) and `02_batch_averages.py` (per-batch mean ± 1 SD, SLS-only — see its docstring for the interpolation/truncation method and why degenerate curves get dropped per-batch). `02_batch_averages.py`'s banding logic is factored into a reusable `render_bands()`/`grouped_specs()` pair so the same mean ± 1 SD method can target a single group — used for the FormLabs Nylon 12 White control's own figure (`{standard}_nylon12white_average.png`, per user instruction, excluded from the main batch-averages figure for the same reason as `NYLON_CONTROLS` is excluded from the main composite).
47
 
48
  ## Directory layout
49
 
 
85
  19_2026_07_06_flex_j.py # Batch J flex (not media blasted)
86
  20_2026_07_08_tensile_j_mb.py # Batch J_MB tensile (media blasted, same print as J)
87
  21_2026_07_08_flex_j_mb.py # Batch J_MB flex (media blasted, same print as J)
88
+ 22_2026_07_15_tensile_k.py # Batch K tensile — xlsx_only, no h5 handed off
89
+ 23_2026_07_15_tensile_l.py # Batch L tensile — xlsx_only
90
+ 24_2026_07_15_flex_k.py # Batch K flex — xlsx_only
91
+ 25_2026_07_15_flex_l.py # Batch L flex — xlsx_only
92
+ 26_2026_07_21_tensile_m.py # Batch M tensile, Type I (M1-M5) — xlsx_only
93
+ 27_2026_07_21_tensile_m_type4.py # Batch M tensile, Type IV (M6-M17, seq_start=5) — xlsx_only
94
+ 28_2026_07_21_flex_m.py # Batch M flex — xlsx_only
95
+ 29_2026_07_23_tensile_n.py # Batch N tensile — xlsx_only
96
+ 30_2026_07_23_flex_n.py # Batch N flex — xlsx_only
97
+ 31_2026_07_23_tensile_nylon12white_fl.py # FormLabs Nylon 12 White tensile control — xlsx_only
98
+ 32_2026_07_23_flex_nylon12white_fl.py # FormLabs Nylon 12 White flex control — xlsx_only
99
 
100
  data/
101
  D638/ # one JSONL per specimen (HF glob: data/D638/*.jsonl)
102
+ A1.jsonl ... N5.jsonl # SLS specimens, named by sample_id
103
+ PLA_TSR6.jsonl ... NYLON12_WHITE_FL_Sheet5.jsonl # non-SLS controls (no sample_id)
104
  D790/
105
+ C1.jsonl ... N5.jsonl # SLS specimens, named by sample_id
106
  ```
107
 
108
  ## File format notes — TestWorks 4.1 output
 
139
 
140
  ## Current state
141
 
142
+ - `D638` config — 103 rows: 87 SLS across batches A-N (batch counts: A5 B5 C7 D5 E5 F5 G5 H3 I5 J4 J_MB5 K5 L6 M17 N5) + 3 PLA + 3 PETG + 5 FormLabs PA12GF + 5 FormLabs Nylon 12 White.
143
+ - `D790` config — 81 rows: 71 SLS across batches C-N (batch counts: C9 D8 E10 F9 G4 H5 I5 J2 J_MB2 K3 L4 M5 N5) + 5 FormLabs PA12GF + 5 FormLabs Nylon 12 White.
144
+ - **Batches K-N have `db_print_date=None`** (print jobs not yet backfilled into Database) — SLS rows through J/J_MB have Database FKs (2026-07-12 backfill: E ← 2026-06-07 (same as D), F ← 2026-06-13, G ← 2026-06-09, H ← 2026-06-24, I ← 2026-06-25, J/J_MB ← 2026-06-27 (`D790 and D638 and other objects`)); K, L, M, N still need the same treatment once their print jobs land.
145
  - **`_lib.py` disambiguates same-date jobs by STL content.** Two 2026-06-27 prints share a date in Database; `resolve_database_fk` picks the one whose object list contains the standard's STL needle (`d638` / `d790`). Same fix will apply to any future same-date collision (e.g. 06-29 already has two jobs, though no ASTM specimens map there yet).
146
+ - Total: 184 specimens, produced by 32 per-session scripts (some date folders — 2026_06_10, 2026_06_30, 2026_07_21 — contain more than one Test project/batch/specimen type).
147
  - Batch I flex is missing TSR4 (excluded: `test_end_reason` is "Test Stopped", not a detected break) — sample_ids I1-I5 map to TSR{1,2,3,5,6}.
148
+ - Batch H's 5 flex rows are `xlsx_only` (no raw TestRuns folder survived — see architectural decisions above); Batches K, L, M, N are `xlsx_only` too (no TestRuns/h5 handed off for those sessions at all, not just one project overwriting another) — every other row has full h5-derived curves.
149
  - **Batch J / J_MB (2026-07-06 print, tested 07/06 and 07/08) is the first split-batch label.** Both are the same physical print batch; `J` specimens were tested as-printed, `J_MB` specimens were media blasted post-print before testing. This deviates from the single-letter `batch_label` convention (see architectural decisions above) — deliberately, per user instruction, to keep the surface-treatment distinction visible without adding a new schema field. If more media-blast-vs-not comparisons get added, consider promoting this to a real `surface_treatment` field instead of continuing to overload `batch_label`.
150
+ - **Batch M tensile (D638) is the first batch mixing two ASTM specimen types.** 5 Type I dogbones (`tensile_m.xlsx`, sample_ids M1-M5) plus 12 Type IV narrow-section specimens from the same print (`tensile_m_t4.xlsx`, M6-M17, `astm.type = "Type IV"`) — see `26_2026_07_21_tensile_m.py` / `27_2026_07_21_tensile_m_type4.py`, which share `batch_label="M"` and continue sample numbering via `process_session`'s `seq_start`. Per user instruction the Type IV specimens get their own figure (`assets/D638_type_iv.png`) rather than sharing the main composite/batch-averages figures with the rest of Batch M — `TYPE_LINESTYLES` in `scripts/plots/_lib.py` flags which ASTM types get this treatment, and `01_composite.py`/`02_batch_averages.py` both exclude them from the main figures accordingly (different gauge geometry, not comparable to Type I). Within that dedicated figure, each of the 12 specimens gets its own labeled curve (`render_type_iv` in `01_composite.py`) rather than one grouped legend entry — ordered by `specimen_index` (= xlsx sheet order = physical test order) and labeled per `TYPE_IV_LABELS = [1,2,3,4,5,6,8,9,10,11,13,14]`, a user-supplied numbering with intentional gaps at 7 and 12 (specimen numbers that exist in the lab's own record-keeping but aren't part of this xlsx export).
151
+ - **`NYLON12_WHITE_FL` is a new `material_class`** (FormLabs Nylon 12 White SLS control, tested 2026-07-23, no `batch_label`/`sample_id`, no Database FK) — a second FormLabs reference material alongside `PA12GF_FL`, unfilled/white nylon rather than glass-filled. Per user instruction it's excluded from the main composite/batch-averages figures and rendered on its own (`{standard}_nylon12white_control.png`, see `scripts/plots/_lib.py`'s `NYLON_CONTROLS`). **D638 (tensile) `tensile_nylon12white_fl.xlsx` is a raw load/extension export with no gauge-length scalar in the file** — unlike D790 there's no chord-formula fallback for tensile, so strain/stress can't be derived from geometry alone. User confirmed the test used a 25mm-starting-length extensometer, so `31_2026_07_23_tensile_nylon12white_fl.py` sets `gauge_length_mm: 25` explicitly and `build_row_from_xlsx` derives strain = extension/gauge_length, stress = load/area from that (see the `gauge_length_mm` session key, added for this case — `geometry.gauge_length_mm` on xlsx_only rows is null unless a session declares it). D790 (flex) rows derive normally since flexural strain/stress only need width/thickness. **The D638 curves are cut at their stress peak for plotting only** (`VERTICAL_BREAK_MATERIALS` in `scripts/plots/_lib.py`) — past peak, the raw trace continues as extension keeps increasing after the specimen separates while load reads ~0, and with few points sampled through the break itself this drew as a misleading diagonal line back to zero rather than the near-vertical drop a real break shows. Per user instruction, each figure applies this differently: `01_composite.py`'s raw-curve figure uses `vertical_break_at_peak` (cuts at peak, appends a point at zero stress/same strain so it plots as a vertical drop, matching the other SLS batches' visual convention); `02_batch_averages.py`'s mean ± SD figure uses `truncate_at_peak` (cuts at peak with no added point — a synthetic vertical segment would distort the shared strain grid/averaging, and doesn't make sense for an averaged curve anyway). Both are applied by the calling script, not baked into `load_standard`, since the two figures need different treatments. Either way this only affects what gets plotted — the underlying JSONL `curves.strain`/`curves.stress_pa` arrays are untouched (full raw trace still there for anyone querying the dataset directly). D790 Nylon 12 White isn't affected — its curves don't show this artifact.
152
 
153
  ## Running the extract
154
 
README.md CHANGED
@@ -35,7 +35,7 @@ flex = load_dataset("ppak10/Agentic-SLS-ASTM", "D790", split="train")
35
 
36
  ## Composite stress–strain
37
 
38
- Every specimen overlaid on one plot per standard. Colors are batch labels (A–I, J, J_MB); solid gray lines are FormLabs PA12GF benchtop controls. PLA/PETG filament controls (D638 only) print at much higher stress and strain than either PA12 material, so they're broken out into their own figure to keep the main composite readable.
39
 
40
  | D638 (tensile) | D790 (three-point flex) |
41
  |---|---|
@@ -45,6 +45,18 @@ PLA/PETG controls (D638 only — D790 has no filament controls):
45
 
46
  ![D638 PLA/PETG controls](assets/D638_controls.png)
47
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  Regenerate with `uv run scripts/plots/01_composite.py`.
49
 
50
  ## Batch averages (SLS Nylon 12 GF only)
@@ -55,6 +67,12 @@ One mean stress-strain curve per SLS batch, ± 1 sample standard deviation acros
55
  |---|---|
56
  | ![D638 batch averages](assets/D638_batch_averages.png) | ![D790 batch averages](assets/D790_batch_averages.png) |
57
 
 
 
 
 
 
 
58
  Regenerate with `uv run scripts/plots/02_batch_averages.py`.
59
 
60
  ---
@@ -63,8 +81,8 @@ Regenerate with `uv run scripts/plots/02_batch_averages.py`.
63
 
64
  | Config | Description | Files |
65
  |---|---|---|
66
- | `D638` (default) | Tensile specimens (ASTM D638 Type I). 54 SLS (batches A–I, J, J_MB) + 3 PLA + 3 PETG + 5 FormLabs PA12GF = 65 rows. Every SLS row has Database FKs. | `data/D638/*.jsonl` (one row per file) |
67
- | `D790` | Three-point flex specimens (ASTM D790 Procedure A). 54 SLS rows (batches C–I, J, J_MB) + 5 FormLabs PA12GF = 59 rows. Every SLS row has Database FKs. | `data/D790/*.jsonl` (one row per file) |
68
 
69
  One JSONL file per specimen — SLS rows are named after their `sample_id` (e.g. `data/D638/A1.jsonl`, `data/D790/E10.jsonl`); non-SLS controls use `{material}_TSR{n}.jsonl` (e.g. `data/D638/PLA_TSR6.jsonl`, `data/D790/PA12GF_FL_TSR1.jsonl`). Both configs share the same row schema and are produced by the per-session scripts under `scripts/specimens/`.
70
 
@@ -111,9 +129,22 @@ Test sessions covered:
111
  | `2026_07_06/Flex/` | 2 | D790 | J (not media blasted) | 2026-06-27 (same as J tensile) |
112
  | `2026_07_08/Tensile/` | 5 | D638 | J_MB (media blasted) | same 2026-06-27 print as J |
113
  | `2026_07_08/Flex/` | 2 | D790 | J_MB (media blasted) | same 2026-06-27 print as J |
 
 
 
 
 
 
 
 
 
 
 
114
 
115
  TSR11 in `Batch E 3pt test/` exists on disk but has empty `Data/` (aborted run, no DAQ scans) and no corresponding xlsx sheet — it is excluded from the JSONL. TSR4 in Batch I flex (`Flex 6-30/`) is excluded for a similar reason: `test_end_reason` is "Test Stopped" rather than a detected break.
116
 
 
 
117
  Batch H's 5 flex specimens (`2026_06_30/Flex 6-30/`) don't have a raw TestRuns folder — it looks like it was overwritten when the Batch I TestWorks project reused the same default `TST1.Test` name in the same directory. `flex_h_6.30.xlsx` is the only surviving record, so those 5 rows are built from that xlsx export alone: the raw load/extension curve (`curves.load_n`/`curves.extension_m`) comes from its embedded columns, but `curves.strain`/`curves.stress_pa` are empty and several `metrics` fields (`modulus_pa`, `strain_at_peak`, `strain_at_yield`, etc.) are null, since deriving them requires the support span, which this export doesn't surface. See each row's `notes` field.
118
 
119
  ## Row shape
 
35
 
36
  ## Composite stress–strain
37
 
38
+ Every specimen overlaid on one plot per standard. Colors are batch labels (A–N); solid gray lines are FormLabs PA12GF benchtop controls. Batch M mixes two ASTM D638 specimen types from the same print — its 12 Type IV (narrow-section) specimens are broken out into their own figure (`D638_type_iv.png`) rather than overlaid with its 5 Type I specimens, since the geometries aren't mechanically comparable. PLA/PETG filament controls (D638 only) print at much higher stress and strain than either PA12 material, so they're also broken out into their own figure to keep the main composite readable — same treatment for the FormLabs Nylon 12 White control, which gets its own figure(s) rather than joining the main comparison.
39
 
40
  | D638 (tensile) | D790 (three-point flex) |
41
  |---|---|
 
45
 
46
  ![D638 PLA/PETG controls](assets/D638_controls.png)
47
 
48
+ FormLabs Nylon 12 White control:
49
+
50
+ | D638 (tensile) | D790 (three-point flex) |
51
+ |---|---|
52
+ | ![D638 Nylon 12 White control](assets/D638_nylon12white_control.png) | ![D790 Nylon 12 White control](assets/D790_nylon12white_control.png) |
53
+
54
+ The D638 export is a raw load/extension curve with no gauge length in the file itself — strain/stress are derived using a user-confirmed 25mm extensometer starting length (`gauge_length_mm` set explicitly in `31_2026_07_23_tensile_nylon12white_fl.py`, not read from the xlsx).
55
+
56
+ Batch M Type IV (narrow-section) tensile specimens, D638 only — each of the 12 specimens is individually labeled (1-6, 8-11, 13-14; specimen numbers 7 and 12 aren't part of this xlsx export, per the lab's own numbering) rather than grouped into one legend entry:
57
+
58
+ ![D638 Batch M Type IV](assets/D638_type_iv.png)
59
+
60
  Regenerate with `uv run scripts/plots/01_composite.py`.
61
 
62
  ## Batch averages (SLS Nylon 12 GF only)
 
67
  |---|---|
68
  | ![D638 batch averages](assets/D638_batch_averages.png) | ![D790 batch averages](assets/D790_batch_averages.png) |
69
 
70
+ The same mean ± 1 SD banding is also rendered for the FormLabs Nylon 12 White control on its own (excluded from the figure above for the same reason as its raw-curve figure — see Composite stress–strain):
71
+
72
+ | D638 (tensile) | D790 (three-point flex) |
73
+ |---|---|
74
+ | ![D638 Nylon 12 White average](assets/D638_nylon12white_average.png) | ![D790 Nylon 12 White average](assets/D790_nylon12white_average.png) |
75
+
76
  Regenerate with `uv run scripts/plots/02_batch_averages.py`.
77
 
78
  ---
 
81
 
82
  | Config | Description | Files |
83
  |---|---|---|
84
+ | `D638` (default) | Tensile specimens (ASTM D638 Type I, plus 12 Type IV specimens in batch M). 87 SLS (batches A–N) + 3 PLA + 3 PETG + 5 FormLabs PA12GF + 5 FormLabs Nylon 12 White = 103 rows. Batches A–J/J_MB have Database FKs; K–N don't yet (print jobs not backfilled). | `data/D638/*.jsonl` (one row per file) |
85
+ | `D790` | Three-point flex specimens (ASTM D790 Procedure A). 71 SLS rows (batches C–N) + 5 FormLabs PA12GF + 5 FormLabs Nylon 12 White = 81 rows. Batches C–J/J_MB have Database FKs; K–N don't yet. | `data/D790/*.jsonl` (one row per file) |
86
 
87
  One JSONL file per specimen — SLS rows are named after their `sample_id` (e.g. `data/D638/A1.jsonl`, `data/D790/E10.jsonl`); non-SLS controls use `{material}_TSR{n}.jsonl` (e.g. `data/D638/PLA_TSR6.jsonl`, `data/D790/PA12GF_FL_TSR1.jsonl`). Both configs share the same row schema and are produced by the per-session scripts under `scripts/specimens/`.
88
 
 
129
  | `2026_07_06/Flex/` | 2 | D790 | J (not media blasted) | 2026-06-27 (same as J tensile) |
130
  | `2026_07_08/Tensile/` | 5 | D638 | J_MB (media blasted) | same 2026-06-27 print as J |
131
  | `2026_07_08/Flex/` | 2 | D790 | J_MB (media blasted) | same 2026-06-27 print as J |
132
+ | `2026_07_15/Tensile/` | 5 | D638 | K | not yet in Database |
133
+ | `2026_07_15/Tensile/` | 6 | D638 | L | not yet in Database |
134
+ | `2026_07_15/Flexural/` | 3 | D790 | K | not yet in Database |
135
+ | `2026_07_15/Flexural/` | 4 | D790 | L | not yet in Database |
136
+ | `2026_07_21/tensile/` (`tensile_m.xlsx`, Type I) | 5 | D638 | M | not yet in Database |
137
+ | `2026_07_21/tensile/` (`tensile_m_t4.xlsx`, Type IV) | 12 | D638 | M | not yet in Database |
138
+ | `2026_07_21/flex/` | 5 | D790 | M | not yet in Database |
139
+ | `2026_07_23/tensile/` | 5 | D638 | N | not yet in Database |
140
+ | `2026_07_23/flex/` | 5 | D790 | N | not yet in Database |
141
+ | `2026_07_23/tensile/` (`tensile_nylon12white_fl.xlsx`) | 5 (NYLON12_WHITE_FL) | D638 | — (control) | n/a — benchtop comparison material |
142
+ | `2026_07_23/flex/` (`flex_nylon12white_fl.xlsx`) | 5 (NYLON12_WHITE_FL) | D790 | — (control) | n/a — benchtop comparison material |
143
 
144
  TSR11 in `Batch E 3pt test/` exists on disk but has empty `Data/` (aborted run, no DAQ scans) and no corresponding xlsx sheet — it is excluded from the JSONL. TSR4 in Batch I flex (`Flex 6-30/`) is excluded for a similar reason: `test_end_reason` is "Test Stopped" rather than a detected break.
145
 
146
+ Batches K, L, M, and N (2026-07-15 through 2026-07-23) have no raw `TestRuns/`/h5 folders at all — only TestWorks xlsx exports were handed off, so all of these rows are `xlsx_only` (see `scripts/specimens/_lib.py`'s `build_row_from_xlsx`). Batch M's 12 Type IV specimens are a narrow-section ASTM D638 geometry (6mm × 4.15mm vs Type I's 12.8mm × 3.1mm) from the same print as its 5 Type I specimens — same `batch_label`, distinguished by `astm.type`. The FormLabs Nylon 12 White tensile control's xlsx export is a raw load/extension curve with no gauge length in the file — `strain`/`stress_pa` are derived using a user-confirmed 25mm extensometer gauge length declared in the script itself (see Composite stress–strain above); its flex counterpart derives normally via the D790 chord formulas.
147
+
148
  Batch H's 5 flex specimens (`2026_06_30/Flex 6-30/`) don't have a raw TestRuns folder — it looks like it was overwritten when the Batch I TestWorks project reused the same default `TST1.Test` name in the same directory. `flex_h_6.30.xlsx` is the only surviving record, so those 5 rows are built from that xlsx export alone: the raw load/extension curve (`curves.load_n`/`curves.extension_m`) comes from its embedded columns, but `curves.strain`/`curves.stress_pa` are empty and several `metrics` fields (`modulus_pa`, `strain_at_peak`, `strain_at_yield`, etc.) are null, since deriving them requires the support span, which this export doesn't surface. See each row's `notes` field.
149
 
150
  ## Row shape
assets/D638_batch_averages.png CHANGED

Git LFS Details

  • SHA256: 13c68b8688b334ecdc4902c604cd5fa33861612a35c9f0757a246b35d54bb19e
  • Pointer size: 131 Bytes
  • Size of remote file: 236 kB

Git LFS Details

  • SHA256: 75c390d76d1117dc43dea873775347eee5dd15610ecdcb382f953a2cbaa80abd
  • Pointer size: 131 Bytes
  • Size of remote file: 252 kB
assets/D638_composite.png CHANGED

Git LFS Details

  • SHA256: 6dce1e70061834e28adc88ea339294ce54f365346b4f9ffe0659838a0ddf2ba1
  • Pointer size: 131 Bytes
  • Size of remote file: 298 kB

Git LFS Details

  • SHA256: 890d23c24028886d86c9a3896eda771d097cfc5ba871514abe38ec159be9d68a
  • Pointer size: 131 Bytes
  • Size of remote file: 315 kB
assets/D638_nylon12white_average.png ADDED

Git LFS Details

  • SHA256: 23950b4d9d4ba64587d746415e3cbc318608cc00a16aaeb289a237010aa78c37
  • Pointer size: 130 Bytes
  • Size of remote file: 73.8 kB
assets/D638_nylon12white_control.png ADDED

Git LFS Details

  • SHA256: d2bade08c10f061a54e9e57b43199f4f2b3171dcb4c68eca93097ebc84a80bee
  • Pointer size: 130 Bytes
  • Size of remote file: 83.9 kB
assets/D638_type_iv.png ADDED

Git LFS Details

  • SHA256: 891b039ebcd285de80066b9bfde8db31bcb2c9b0175333e2aeff24d1fbb16331
  • Pointer size: 131 Bytes
  • Size of remote file: 196 kB
assets/D790_batch_averages.png CHANGED

Git LFS Details

  • SHA256: b86a713cd843cd6cee58e37be0fbec6f64ec3979aa7161598f9d6b585c62e55c
  • Pointer size: 131 Bytes
  • Size of remote file: 238 kB

Git LFS Details

  • SHA256: 8cce3c4d304b780d2ee8a6f4460dfaf12015bf3d4d46632e11d54a681600b5c1
  • Pointer size: 131 Bytes
  • Size of remote file: 270 kB
assets/D790_composite.png CHANGED

Git LFS Details

  • SHA256: 4159368fbccf29c9737bcf0d5e7e73f334ac259f0784a52043da76e9338ec8e5
  • Pointer size: 131 Bytes
  • Size of remote file: 470 kB

Git LFS Details

  • SHA256: 803e0b8645fb3cc3dadc4a61d7c7349524b9022ecf65ff270345a595b9c22ea2
  • Pointer size: 131 Bytes
  • Size of remote file: 514 kB
assets/D790_nylon12white_average.png ADDED

Git LFS Details

  • SHA256: a1872bb68df8c3e4125f2bd2c961f0737bf30eddb9ab26b10e764726c98662ba
  • Pointer size: 130 Bytes
  • Size of remote file: 87 kB
assets/D790_nylon12white_control.png ADDED

Git LFS Details

  • SHA256: cde362140411b93911f3b1877e17ec3be68d361706aefbc8d515995e3af81ceb
  • Pointer size: 131 Bytes
  • Size of remote file: 112 kB
data/D638/M1.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M1", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeI/Sheet1", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet1", "specimen_index": 1, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.8, "thickness_mm": 3.1, "area_mm2": 39.68000000000001, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1002000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000259409733599151, 0.000334652442197921, 0.000416569923582957, 0.000499700988781801, 0.000576157316514562, 0.000659895147130173, 0.000739385443227501, 0.000820089305478546, 0.000902613640580805, 0.000980283499147101, 0.00106402143572326, 0.00114229809502651, 0.0012223951565406, 0.00130613302247639, 0.00138198254947221, 0.00146511354403068, 0.00154642427765904, 0.00162470100760265, 0.00170843880289808, 0.00178671553284169, 0.00186923986794395, 0.00194933700009841, 0.00202822038949824, 0.00211256512681135, 0.00218841465380716, 0.00227093884762869, 0.00235224958125705, 0.00242991951046371, 0.00251426410649609, 0.00259193375314129, 0.00267385142878733, 0.00275516216241569, 0.00283283209162235, 0.00291778362967241, 0.00299423967484371, 0.00307555069103353, 0.00315868140303055, 0.00323513801332477, 0.00331887566733947, 0.00339836585747625, 0.00347906993164839, 0.00356159398418919, 0.00363926419595731, 0.00372300213253347, 0.00380127843863489, 0.00388076891133313, 0.00396511350736551, 0.00404096289308059, 0.00412409417020053, 0.00420540490382889, 0.00428428815194799, 0.00436741942906793, 0.00444569630029227, 0.00452822035283307, 0.00460771054296985, 0.00468659407365041, 0.00477093866968279, 0.00484739499741555, 0.00492991933251781, 0.00501123034870763, 0.00508889971279137, 0.00517385125084143, 0.00525152174517101, 0.00533343913825559, 0.00541414264730481, 0.00549241895340623, 0.00557676411456153, 0.00565382710175051, 0.00573513811794033, 0.00581705551102491, 0.00589472487510865, 0.00597846309424627, 0.00605795328438305, 0.00613865735855519, 0.00622057475163977, 0.00629763773882875, 0.0063825892768788, 0.00646025920608547, 0.00654035633823993, 0.00662409455737755, 0.00669994366053117, 0.00678428825656354, 0.006864385388718, 0.00694326920196003, 0.00702700685597472, 0.0071040698431637, 0.00718780806230132, 0.00726729768731518, 0.0073461815005572, 0.00743052609658958, 0.00750637576486612, 0.00758950647686314, 0.00767081749305296, 0.0077490943642773, 0.007832832018292, 0.00791050194749866, 0.00799302628260092, 0.00807312341475538, 0.00815140028597972, 0.00823635125890686, 0.00831280786920108, 0.00839411832026798, 0.00847664265537024, 0.00855370564255922, 0.0086380502385916, 0.00871693405183362, 0.00879824506802344, 0.0088801618959851, 0.00895783182519176, 0.00904217642122414, 0.00911923940841312, 0.00919994404770818, 0.0092830747597052, 0.0093595308048765, 0.00944326902401412, 0.00952336615616858, 0.00960285578118244, 0.0096859876234253, 0.00976305004549136, 0.00984800271378726, 0.00992627901988868, 0.0100051622680078, 0.0100895068640402, 0.010164749590299, 0.0102490941863314, 0.0103297982605035, 0.010408074566605, 0.0104918122206197, 0.0105694827149492, 0.0106526134269463, 0.0107327105591007, 0.010810987995448, 0.0108953325914804, 0.0109711822597569, 0.0110537060297362, 0.0111362297997156, 0.0112132933520275, 0.0112976379480599, 0.0113753073121436, 0.0114572252703511, 0.0115391420983128, 0.0116168125926423, 0.0117011571886747, 0.0117782207409866, 0.0118589248151588, 0.0119420543969099, 0.01201851213745, 0.0121022486612189, 0.0121817399816015, 0.0122624429255278, 0.0123455747677706, 0.0124226371898367, 0.0125069829161149, 0.0125846522801987, 0.0126647494123531, 0.0127484870663678, 0.0128243367346444, 0.0128801629675667], "stress_pa": [236453.30821314198, 329463.784733126, 422819.487510189, 512243.374701469, 578563.0114616889, 661615.16212648, 742789.958753893, 824925.976414834, 914124.0389116349, 986799.7900132211, 1078567.1972459399, 1148805.4067857799, 1216989.75563049, 1305457.94963837, 1387890.59654359, 1451046.42837278, 1550600.02880712, 1624089.28717336, 1719102.1673141, 1777298.02746927, 1839061.70629686, 1939037.34607081, 2031162.0927626102, 2088857.65844776, 2156464.32292077, 2241526.30375278, 2310166.8204030697, 2356404.0660858196, 2464016.98358597, 2524675.8614817, 2601634.11017387, 2669107.3371518, 2739007.62681038, 2804215.87728685, 2863366.37312366, 2927085.27657293, 3002172.32396526, 3062523.94953082, 3127798.91875482, 3203509.89218681, 3274459.99268563, 3321985.66006076, 3387716.12413468, 3450532.49789822, 3562539.62362966, 3577792.25995464, 3642178.7354253903, 3676660.21470101, 3754771.9094061097, 3821667.54814886, 3894775.1445155, 3953511.48420765, 4017741.4494176097, 4045610.27403801, 4102274.67936854, 4113858.7459441195, 4195480.96195344, 4246386.02041429, 4286068.10108308, 4356774.5916305, 4408869.82025639, 4459182.29318434, 4491955.618704519, 4553487.60850968, 4602185.75692946, 4643332.18912924, 4677274.53477921, 4741166.86851748, 4782193.32233552, 4839701.4217992, 4885830.4177561095, 4923277.131972769, 4976860.93853366, 5014240.35718364, 5058206.66590045, 5095588.77637309, 5134078.37960028, 5192838.17660424, 5229230.08088143, 5265450.86214619, 5308820.73986915, 5337741.29806026, 5366900.27483048, 5404689.61961808, 5438129.748067549, 5478167.14932842, 5513851.8733363, 5555762.3986275, 5600331.67562177, 5611139.34363088, 5650771.04876118, 5688638.84095223, 5729973.70073872, 5744016.5550478, 5774928.67746661, 5806539.904686711, 5841925.0672863405, 5870826.01362659, 5895058.5703696, 5923448.07040307, 5934899.85312185, 5977729.05903478, 6014294.39360095, 6016887.00337564, 6054680.57817028, 6086143.75514369, 6117711.144108919, 6139219.19176655, 6170101.31958992, 6204431.2877039695, 6214807.49499413, 6227352.92680802, 6253735.86531608, 6270060.23160873, 6289114.10608599, 6329709.48373118, 6348378.81211311, 6360110.54438929, 6375821.1751138, 6404048.78124114, 6422245.50247192, 6447885.11337772, 6448710.733844389, 6473843.51299655, 6503925.78494164, 6532219.91754347, 6554372.84900296, 6539943.91041417, 6563753.46645232, 6585964.07982611, 6611935.55401217, 6623438.0968155395, 6641674.81084024, 6667501.69569446, 6679480.30656384, 6687568.84913291, 6711153.83025139, 6725935.7821556805, 6728232.29143696, 6747125.81019248, 6764538.0573888, 6779974.50674734, 6797609.02158676, 6817063.20854925, 6813874.55232682, 6838872.35579952, 6833973.23854508, 6856965.24958457, 6867717.92750205, 6882766.7543965, 6891672.84196423, 6898948.45408778, 6912558.30949352, 6925672.1004363, 6921584.375443, 6902000.98099247, 6857365.1775237005, 306242.00740168197]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; strain/stress curve and metrics extracted from the TestWorks xlsx export only (already analyzed — no raw load/extension trace to derive it from). Yield metrics are null; D790 modulus is null since it needs the raw load-deflection trace to recompute (see flexural_modulus_pa).", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m.xlsx", "xlsx_sheet": "Sheet1"}}
data/D638/M10.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M10", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet5", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet5", "specimen_index": 5, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 857000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000175972277999342, 0.000307020665452873, 0.000438069052906403, 0.000580206146456644, 0.000703190015051015, 0.000844319007070687, 0.000976375525393325, 0.00110742385416978, 0.0012475448326745, 0.00137456099003699, 0.00151468196854171, 0.00164573029731816, 0.00177677874344877, 0.00191790767679136, 0.0020429079244781, 0.00218101264124461, 0.00231710121362706, 0.00244411737098955, 0.00258524653904045, 0.002714278840787, 0.00285137548536148, 0.0029864562202602, 0.00311548852200675, 0.00325661745534935, 0.00338363361271184, 0.00351871411290225, 0.00365681906437707, 0.00378282714954753, 0.00392294801069809, 0.00405399669153701, 0.0041880691195354, 0.0043261738363019, 0.00445318999366439, 0.00459431869229868, 0.00472335146346185, 0.00485641605397652, 0.00499552860822674, 0.00512153692810551, 0.00526064995177236, 0.0053937140728704, 0.00552476298841763, 0.00566387554266786, 0.00579290784441441, 0.00593101256118091, 0.00606407715169558, 0.00619411776034247, 0.00633524645897675, 0.00646024647195518, 0.00659734288182135, 0.00673443976110413, 0.00686246422536696, 0.00700258508651753, 0.0071326252257478, 0.00726871426754686, 0.00740379500244559, 0.00753282683477552, 0.00767395647224304, 0.00780097216018891, 0.00793605289508764, 0.00807415808127077, 0.00820117376921664, 0.0083402872623001, 0.00847234354591443, 0.00860641644332944, 0.00874351238377898, 0.00887153637862519, 0.00901165723977576, 0.00914069048035555, 0.00927375413203697, 0.0094128666862872, 0.00954089161996665, 0.00967899680614977, 0.00981206139666444, 0.00994411768027877, 0.0100822219276287, 0.0102102468613081, 0.0103493594155583, 0.0104804073922723, 0.0106114553689863, 0.0107515771689701, 0.010878592856916, 0.0110156897361988, 0.0111507700016809, 0.011280811549161, 0.011419923164578, 0.0115499647120581, 0.0116870606525077, 0.0118211344887559, 0.0119501658516692, 0.0120912950197201, 0.0122173033395989, 0.0123533919119813, 0.0124914970981645, 0.0126185127861103, 0.0127586336472609, 0.0128896816239749, 0.013024761889457, 0.0131608514006727, 0.0132888753955189, 0.0134300045635698, 0.013558028558416, 0.013692101455831, 0.0138312140100812, 0.01395722232996, 0.0140963358230435, 0.0142283911678246, 0.0143604474514389, 0.0144995609445224, 0.0146275849393686, 0.014766698432452, 0.014897746409166, 0.0150298026927803, 0.0151699235539309, 0.0152959318738097, 0.0154340370599928, 0.0155691173254749, 0.0156981496272215, 0.015838270488372, 0.0159683101581857, 0.016106416283202, 0.0162384725668164, 0.0163675039297297, 0.0165086330977806, 0.0166346414176594, 0.0167717392357754, 0.0169078287469911, 0.017035851803004, 0.0171759726641546, 0.0173070206408686, 0.0174431082744178, 0.0175781894787331, 0.0177011728779109], "stress_pa": [109188.80562226899, 257480.154075776, 409945.82884761697, 488739.166872568, 604857.172831953, 732326.584168706, 848716.2149574859, 960792.556823976, 1084777.87799146, 1175004.35396371, 1297306.99531525, 1400899.77218444, 1516855.9982116001, 1627190.06519241, 1750449.67467526, 1844889.47611736, 1938732.40765798, 2071891.5395468601, 2173341.3451167997, 2243730.78250502, 2323537.4665164603, 2416103.62347829, 2517198.3098409297, 2654372.9851044803, 2740912.3799887, 2872911.01662509, 2943135.7632679204, 3044719.1598424898, 3128261.64276246, 3239940.04582784, 3366485.35058202, 3447985.66825897, 3507316.3135942197, 3637915.00229433, 3714361.22909607, 3804924.5933931, 3890917.67460467, 3968573.2676800904, 4111907.5300224302, 4162706.4287423105, 4286025.02049212, 4328001.09127918, 4423847.1218859805, 4552604.64465283, 4613649.91214859, 4638103.1940261, 4755743.2488744, 4757827.084706009, 4924720.2432778, 4955679.03939979, 5053251.029018421, 5113137.18006793, 5216873.96558892, 5262551.67152987, 5259829.60160956, 5469162.41626663, 5467145.0695359595, 5523948.20983151, 5601592.15965424, 5661628.44738328, 5698745.91137989, 5769939.4992077695, 5813298.97225621, 5864426.33326274, 5940630.19656752, 5985538.22222484, 6055000.02941453, 6079021.898139429, 6140329.138820911, 6199560.20370545, 6222062.93435461, 6300320.2997537, 6319103.93036992, 6351031.5676769605, 6421751.45896084, 6483633.508643949, 6530598.10040945, 6526679.83947509, 6575223.623988139, 6636498.386122621, 6668767.35457455, 6702116.08151355, 6753784.54736916, 6779739.196041981, 6824881.312358811, 6861254.220985499, 6942281.45492125, 6912254.11901512, 6966714.51430723, 7017025.00921655, 7013335.93651951, 7063897.06776324, 7114262.71492219, 7113727.73810084, 7160677.009796999, 7184113.65187312, 7231672.04952623, 7234495.231904181, 7262913.34772684, 7308607.59934268, 7331310.10369603, 7342645.72940198, 7370747.0261907, 7382772.0550169395, 7405821.405740149, 7463056.57199109, 7464632.70072477, 7473533.04820846, 7516934.19184551, 7515524.74546624, 7551077.72398186, 7584037.93396241, 7601654.17529493, 7607649.224829, 7637102.36453627, 7660930.58758471, 7678614.23722233, 7714254.84653458, 7712901.77801048, 7747394.60772779, 7731622.28994101, 7746656.1803856, 7768191.90825803, 7799623.78812123, 7793284.343428399, 7815610.58687876, 7823255.91428213, 7844862.11447352, 7859790.602841049, 7837879.226868411, 7855500.983425891, 630226.1352539059]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet5"}}
data/D638/M11.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M11", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet6", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet6", "specimen_index": 6, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 517000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000145599188216256, 0.000274631460624267, 0.000406687920269827, 0.000547816941628038, 0.000671808882414439, 0.000811929860919159, 0.000944994334079671, 0.00107604283888736, 0.00121515574520005, 0.00134317985740041, 0.0014822927637131, 0.00161434916468158, 0.00174539749345804, 0.00188551858931691, 0.00201152655713322, 0.00214963150860803, 0.00228572031569879, 0.00241273623835297, 0.00255386517169556, 0.00268289747344211, 0.0028199943527249, 0.00295507485291532, 0.00308410715466186, 0.00322422825052074, 0.00335225248007526, 0.00348632514278196, 0.00362442985954846, 0.00375144601691095, 0.0038905590405778, 0.00402261508948381, 0.0041566875174822, 0.00429378486618161, 0.00442180886102782, 0.004561930191595, 0.00469096202392493, 0.0048240266144396, 0.00496414747559016, 0.00509015579546893, 0.00522926834971916, 0.00536132510275011, 0.00549338138636443, 0.00563249441003128, 0.00576152624236121, 0.00589963142854433, 0.00603168771215866, 0.00616172832080555, 0.00630285701943984, 0.00642785750183489, 0.00656596221860139, 0.00670205079098384, 0.00683007525524667, 0.00697019611639723, 0.00710124409311122, 0.00723733313491029, 0.00737140556290867, 0.00750144617155556, 0.00764156703270613, 0.00776959102755234, 0.00790467223186768, 0.00804176817231723, 0.00816878479909634, 0.00830890566024691, 0.00843995457579413, 0.00857503484127624, 0.00871112341365869, 0.00884015571540524, 0.0089802765765558, 0.00910830151023525, 0.00924237346881702, 0.00938047865500014, 0.00950850264984635, 0.00964660689719624, 0.0097796714877109, 0.00991273607822557, 0.0100498338963416, 0.0101798735661552, 0.010316970445438, 0.0104490267290524, 0.0105790673376993, 0.0107201965057502, 0.0108462048256289, 0.0109843081341456, 0.0111193902772942, 0.0112474142721404, 0.0113875351332909, 0.0115185831100049, 0.0116556799892877, 0.0117897528867027, 0.011918784249616, 0.0120599134176669, 0.0121859217375457, 0.0123220103099281, 0.0124591071892109, 0.01258612381599, 0.0127262446771406, 0.0128572926538546, 0.0129923738581699, 0.0131284624305524, 0.0132574937934657, 0.0133976146546163, 0.013526647895196, 0.0136597115468775, 0.0137988250399609, 0.0139258407279068, 0.0140639459140899, 0.0141970105046046, 0.0143290677270522, 0.0144671719744021, 0.0145962033373154, 0.0147353168303988, 0.0148653574390457, 0.01499741372266, 0.0151375355226439, 0.0152635429036894, 0.0154016471510393, 0.0155367283553546, 0.0156667689640015, 0.0158068898251521, 0.0159359211880654, 0.0160740273130817, 0.0162060835966961, 0.0163361232665097, 0.0164772524345606, 0.0166032607544394, 0.0166849129590356], "stress_pa": [55367.6019231957, 108289.94842896999, 200007.814001367, 294318.754510228, 350320.042376537, 421829.33853333304, 482252.381412858, 552664.1478021459, 642359.285469515, 699238.911211251, 763995.61870529, 833353.5558248621, 874483.1161805419, 942799.441785697, 1084203.22219052, 1086608.39647653, 1133596.9641505498, 1207319.12942297, 1270131.49031674, 1366525.0602017401, 1394726.24384256, 1446585.44456145, 1511390.25707321, 1579909.42039643, 1636337.06579247, 1677775.40214569, 1757916.21686943, 1789478.31732202, 1852671.45853924, 1915289.63755412, 1969774.3917564803, 2040864.41591562, 2056823.4853476398, 2140143.82726217, 2187370.69861477, 2242033.01242078, 2272280.9573254003, 2327252.12372929, 2423818.19759507, 2478387.0589781, 2480064.3001694297, 2533609.1681177802, 2577209.47265625, 2662793.5080164396, 2666920.7346966, 2706585.92622443, 2736615.40694026, 2778893.5894947, 2854728.23912839, 2879878.58416086, 2936557.9382961504, 2981275.99509366, 3016415.02533572, 3024746.69184551, 3065753.30864473, 3108315.83168612, 3126842.6979402, 3165214.87561574, 3212574.4187688204, 3233384.8945587, 3267324.9761742298, 3306582.3474562303, 3311384.88279289, 3359352.93910015, 3378454.30795447, 3417446.33563551, 3452154.56552774, 3486734.10683751, 3499111.80365995, 3527496.21533007, 3565885.24508189, 3577409.61404211, 3575075.44827748, 3630094.4132977203, 3651758.21694983, 3690596.43113469, 3696095.11042216, 3684313.9770998103, 3738380.3402084904, 3743257.94388491, 3774390.7759946003, 3803436.09545604, 3801805.7336768904, 3839277.09127526, 3857132.3256894797, 3879584.50010981, 3850970.9002023702, 3924785.44549291, 3925299.58701995, 3947320.9610904595, 3983803.25501224, 3969499.212671, 3989269.7621540795, 3982209.0485967305, 4001997.9821630297, 4025038.4472460197, 4052958.66081514, 4073920.49889009, 4085676.50729873, 4090325.5355406003, 4085407.7932824995, 4111595.3070092904, 4112014.4641064196, 4111552.10441375, 4125587.4327387703, 4156776.94910501, 4145559.90073576, 4155579.8388867998, 4157160.2572399005, 4184269.11993678, 4178453.31521398, 4196524.86900728, 4213467.33369023, 4231353.208243131, 4238754.02733983, 4229905.461690511, 4217139.24790961, 4238800.60035062, 4248950.75909105, 4339949.51975872, 4261063.11231253, 4250174.83263131, 4210612.28556805, 4187723.4891715297, 274642.51920401305]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet6"}}
data/D638/M12.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M12", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet7", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet7", "specimen_index": 7, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 2004000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.00017433306237057, 0.000296308858772912, 0.000439454024515181, 0.000569494339776683, 0.000703566943806302, 0.000841671719249885, 0.000968687935289453, 0.00110981686863205, 0.00123784121554072, 0.00137191376089326, 0.00151001859501392, 0.00163602668018438, 0.00177513958649707, 0.00191022008668749, 0.0020392525057882, 0.00217937336693876, 0.00230840566868531, 0.00244651062016012, 0.00257957497596648, 0.00270860727771303, 0.00284973621105563, 0.00297574429622609, 0.00311284117550887, 0.00324892998259963, 0.00337695397744584, 0.00351707507330471, 0.00364711544724329, 0.00378219594743371, 0.00391929282671649, 0.00404630874937067, 0.0041884457549053, 0.00431546191226779, 0.00445054311658314, 0.00458864736393302, 0.00471465521439517, 0.00485477701437898, 0.00498683282857668, 0.00511989788850797, 0.00525800213585786, 0.00538602660012069, 0.00552513962378753, 0.00565618760050152, 0.00578824435353247, 0.00592735690778269, 0.00605336522766146, 0.00619146994442797, 0.0063265506793267, 0.00645659128797358, 0.00659671214912415, 0.0067257444508707, 0.0068638491676372, 0.00699590545125153, 0.00712695389738214, 0.0072670747585327, 0.00739409091589519, 0.00753017995769426, 0.00766626853007671, 0.00779530083182326, 0.00793542216239044, 0.00806445446413699, 0.00820155040458653, 0.00833663160890188, 0.00846465560374809, 0.008605784771799, 0.00873280139857811, 0.00886788166406021, 0.00900598685024334, 0.00913300253818921, 0.00927211509243943, 0.00940417137605376, 0.00953824427346877, 0.00967534115275156, 0.0098043734544981, 0.00994348600874833, 0.0100735266173952, 0.0102055829010095, 0.0103457037621601, 0.0104707047139718, 0.0106088089613217, 0.0107428809199034, 0.010874938142351, 0.0110140506966012, 0.0111420746914474, 0.0112801798776306, 0.0114132444681452, 0.0115442924448592, 0.0116844133060098, 0.0118104216258886, 0.0119475194440046, 0.0120836070775538, 0.0122126393793003, 0.0123527602404509, 0.0124817925421974, 0.0126188894214802, 0.0127529623188952, 0.0128830019887089, 0.0130231228498595, 0.0131501394766386, 0.0132852206809539, 0.0134223166214035, 0.0135503406162497, 0.0136904614774002, 0.0138215103929475, 0.0139555832903625, 0.014092679230812, 0.0142207032256582, 0.014360825025642, 0.0144898573273886, 0.0146229219179032, 0.0147620354109867, 0.0148880427920322, 0.0150271553462825, 0.0151602199367971, 0.0152922771592447, 0.0154313897134949, 0.0155604220152415, 0.0156995345694917, 0.0158305834850389, 0.0159616314617529, 0.0161027606298038, 0.0162277606427823, 0.0163648584608983, 0.0165009460944475, 0.0166299793350273, 0.0167701001961778, 0.0168739295195821], "stress_pa": [342392.02139368, 586063.009668067, 866254.706938104, 1113892.67396735, 1386352.29394139, 1680010.60026238, 1967427.51033431, 2248882.46222193, 2523084.2804813003, 2771257.76053432, 3019225.33885542, 3317707.78181084, 3593655.9347742503, 3812028.20314461, 4050481.7120042695, 4317256.20744697, 4592430.69690873, 4817991.75461612, 5073717.416050919, 5317673.89381746, 5591305.03949391, 5819979.74809394, 6079704.56042922, 6325509.5577623, 6544667.439288399, 6811440.70912556, 7056405.553856051, 7315383.97241309, 7575885.20586251, 7806946.16846291, 8052884.14399787, 8278277.90654807, 8530291.208780428, 8784711.60030748, 8983097.91901983, 9257909.935641, 9484481.505122049, 9681470.633510599, 9941485.30155779, 10146934.1722358, 10368365.552052, 10600433.9624121, 10816391.7878545, 11044521.1019861, 11265745.3544647, 11491538.6644233, 11698252.9728288, 11885766.9447321, 12093275.4455321, 12303425.126286399, 12494484.7750377, 12694508.502760999, 12896669.6865587, 13074123.8881306, 13258644.931287602, 13462468.0362073, 13668396.731457101, 13839318.4554625, 14019817.061213601, 14203496.113359699, 14376837.1827152, 14573429.214906499, 14732239.5048946, 14909252.4884695, 15055722.1562029, 15229120.8290192, 15386058.3937312, 15508547.8633283, 15677623.825379599, 15846828.4760134, 15984354.900069002, 16123776.1103006, 16248208.164690001, 16376820.7596009, 16541077.640640702, 16644959.966820398, 16790369.4857555, 16900910.5268731, 17041284.0326148, 17180445.4144704, 17279811.384208698, 17375250.5137738, 17491055.5307166, 17628639.5582329, 17733939.9100307, 17827449.9364646, 17923166.0528834, 18033474.228947002, 18113044.2178872, 18232347.1130616, 18291085.4845162, 18413343.3146649, 18489941.2101531, 18552014.4543016, 18652239.5735285, 18725713.4004769, 18795195.4301581, 18875090.2045683, 18935945.1968028, 19000720.9011829, 19064891.1564226, 19146570.4125094, 19198836.3610693, 19262245.515264202, 19318114.744132802, 19371774.206199802, 19458049.483088598, 19475942.098472, 19544664.252714, 19609207.092040002, 19647122.4252479, 19670814.6060806, 19714927.8265405, 19764153.0477378, 19816537.8800358, 19836130.4103131, 19901989.5499969, 19912691.5376349, 19952017.542827602, 19994789.9508189, 20019327.7994792, 19998146.8844126, 20045574.1422722, 20065975.5722107, 20039485.3339138, 519680.842817069]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet7"}}
data/D638/M13.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M13", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet8", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet8", "specimen_index": 8, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1304000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000165980067318512, 0.000288963921243614, 0.000428076856894843, 0.000564165546631444, 0.000691181703993934, 0.000832310696013606, 0.000961342997760155, 0.00109843981836586, 0.00123352043591044, 0.0013615445481108, 0.00150267359880755, 0.00162968975617004, 0.00176477037371461, 0.00190287520783527, 0.00202888329300573, 0.00217001222634833, 0.00230106067247893, 0.0024341252629936, 0.00257222997976011, 0.00270025420931463, 0.0028403753051735, 0.00297041544440377, 0.00310348003491844, 0.00324259282387697, 0.00336860090904743, 0.00350670586052225, 0.00364077828852064, 0.00377182673465124, 0.00390993168612606, 0.00403896398787261, 0.00417807654212283, 0.00431013329515378, 0.00444017390380067, 0.00458130260243496, 0.00470630261541339, 0.00484440780159651, 0.00498049590456234, 0.00510852083824179, 0.00524964953687607, 0.005378681369206, 0.00551477041100507, 0.00564985114590379, 0.00577888344765034, 0.00591900430880091, 0.00604702830364712, 0.0061811007316455, 0.00632021375531235, 0.00644622207519112, 0.00658634293634168, 0.00671839921995601, 0.0068524716479544, 0.00698956852723719, 0.00711860129840035, 0.00725872215955092, 0.00738775399188085, 0.0075198107449118, 0.00765892376857864, 0.00778593945652451, 0.00792505294960798, 0.0080581166012894, 0.00818916551683663, 0.0083292863779872, 0.00845630300476631, 0.00859642386591687, 0.0087274727814641, 0.00885851981934485, 0.00899864161932865, 0.00912464993920742, 0.00926275418655731, 0.00939783539087266, 0.0095278750606863, 0.00966698761493653, 0.00979601991668308, 0.00993311773479911, 0.0100681980002812, 0.0101972293631945, 0.0103373502243451, 0.0104633585442239, 0.0105994471166063, 0.0107365449347223, 0.0108645689295685, 0.0110046897907191, 0.0111357387062663, 0.0112698106648481, 0.0114058992372305, 0.0115359398458774, 0.0116750524001277, 0.0118050930087745, 0.0119371502312221, 0.0120772710923727, 0.0122022701665179, 0.0123423910276684, 0.0124754556181831, 0.0126075128406307, 0.0127456180268138, 0.0128746493897271, 0.0130137628828106, 0.0131448108595246, 0.0132758597750718, 0.0134159806362224, 0.0135429963241682, 0.0136800922646178, 0.0138151734689331, 0.01394521407758, 0.0140843266318302, 0.0142133589335768, 0.0143504567516928, 0.0144845287102746, 0.0146135610120211, 0.0147536818731717, 0.0148817058680179, 0.0150167861335, 0.015153883951616, 0.0152819079464622, 0.0154220288076128, 0.0155530767843268, 0.0156871487429086, 0.0158252548679249, 0.0159532779239379, 0.0160944070919888, 0.0162214237187679, 0.0163554966161829, 0.0164946091704331, 0.0166196091834116, 0.0167597300445621, 0.0168917863281765, 0.0170248509186911, 0.017162955166041, 0.0172919884066208, 0.0174321092677714, 0.017562148937585, 0.0176942052211993, 0.0178333196531161, 0.0179603344022287, 0.018098440527245, 0.0182325134246601, 0.0183615447875734, 0.0185016656487239, 0.0186306988893037, 0.0187688031366536, 0.0189018677271683, 0.0190319073969819, 0.0191720282581325, 0.0192980365780113, 0.0194351325184608, 0.0195722303365768, 0.0196992469633559, 0.0198403742537404, 0.0198615449433145], "stress_pa": [199918.229895902, 375669.778111469, 552942.398561531, 742049.542775594, 882119.174941955, 1093053.0900457301, 1278036.7992968, 1449425.17261429, 1624615.52753985, 1777592.5479260802, 1968061.45480359, 2107696.0736010396, 2304326.55916635, 2460527.53494446, 2624505.2843208797, 2754770.9147135396, 2870860.5785446498, 3009919.31593562, 3163435.6027626097, 3289520.9990351996, 3456881.72612324, 3600956.8670188603, 3758631.63346746, 3903409.352743, 4025082.56904571, 4199443.955019301, 4351165.9553252105, 4452807.56816328, 4610835.00260809, 4739767.4805668, 4889788.95317598, 5025442.95835687, 5164046.07688567, 5298606.5355170695, 5446548.76831545, 5557426.85095852, 5667999.14501757, 5815415.59303621, 5933230.60307637, 6036234.170078751, 6164300.75771837, 6282373.75772622, 6400363.41655685, 6530258.6076728795, 6631465.43694308, 6739361.62128985, 6852061.56657881, 6936585.45314069, 7060997.28503859, 7166675.12334494, 7281344.61674824, 7369241.98257875, 7462491.567833831, 7564796.53967432, 7652799.307581889, 7735260.50000784, 7811290.9401277, 7911372.66350558, 7987237.034073791, 8090654.855751131, 8158948.66085435, 8225469.627533569, 8329922.473095511, 8445715.84678558, 8471585.92867564, 8548704.7065214, 8629735.00447101, 8689639.53960373, 8770066.83962412, 8825187.83630616, 8885452.086666979, 8953676.03225402, 8994799.38798161, 9066032.195187, 9107191.70627824, 9162543.116803149, 9238545.98079819, 9289488.88816987, 9356780.76073826, 9405463.03867815, 9458884.73326901, 9494651.57995262, 9562099.104425509, 9597404.51062061, 9643829.22314257, 9724089.84080855, 9750760.85592369, 9799014.78472484, 9853212.28762707, 9858795.53369729, 9898917.56969283, 9957755.21519672, 10011642.6398955, 10038010.3176377, 10083465.5761719, 10112907.6854292, 10161991.3491858, 10189193.6643057, 10203470.7433249, 10266800.2331592, 10277621.7173381, 10333720.134444, 10352034.3581357, 10367079.891833, 10396783.6678746, 10448407.3991278, 10471473.295525901, 10493371.189837499, 10540281.2421561, 10545651.8456639, 10578186.7705196, 10633619.6838134, 10625121.3349492, 10658124.4411239, 10696174.5909419, 10726022.9884381, 10734988.2930158, 10764230.0157662, 10769620.2289627, 10799602.2174636, 10817100.1878608, 10819430.064005999, 10871974.2250251, 10880986.1026136, 10923019.47046, 10916352.1762833, 10959933.4839357, 10978040.580289898, 10978712.2121298, 10986815.9160078, 10977384.881322201, 11006958.743175799, 11027797.7142947, 11043057.728962699, 11056739.163686, 11072424.4634789, 11080943.647637399, 11085352.1507907, 11069583.509820499, 11099048.2927805, 11110093.4499718, 11100238.3557668, 11138764.0405371, 11124233.2611697, 11119949.7697823, 11104231.3786396, 11057643.6605798, -702757.16513515, 308462.070174007]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet8"}}
data/D638/M14.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M14", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet9", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet9", "specimen_index": 9, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1257000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000227917228658377, 0.000351909169444778, 0.000491022046418929, 0.000626102693302039, 0.000753118791987452, 0.000895255973553308, 0.0010242881579457, 0.0011603768476823, 0.00129545758258103, 0.0014234816947814, 0.00156561881767017, 0.00169263497503266, 0.00182670752038521, 0.0019658204266979, 0.00209182851186836, 0.00223194937301892, 0.00236400589134156, 0.0024960624096642, 0.00263416736113901, 0.00276219135598522, 0.00290332052403613, 0.0030333606632664, 0.00316541718158903, 0.00330453020525588, 0.00343053829042634, 0.00356864300719284, 0.00370372374209157, 0.00383376388132184, 0.00397287690498868, 0.00410190897202692, 0.00424001415821005, 0.00437307874872472, 0.00450311888795499, 0.00464424805600589, 0.00476924806898432, 0.00490634447885049, 0.00504344135813327, 0.00517146535297948, 0.00531158668354667, 0.00544061898529322, 0.005577715864576, 0.00571279613005811, 0.00584182843180466, 0.00598194976237184, 0.00610997375721805, 0.00624404618521644, 0.00638315920888328, 0.00650815922186172, 0.00664828008301228, 0.00678134467352695, 0.00691440926404161, 0.00705251398080812, 0.00718053797565433, 0.00732065883680489, 0.00745069944545178, 0.00758275572906611, 0.00772186875273296, 0.00784888491009545, 0.00798698962686195, 0.00812106252427696, 0.00825110313292385, 0.00839122399407441, 0.00851924798892062, 0.00865836148200409, 0.00879041682678518, 0.00892045743543207, 0.00906057829658263, 0.00918759492336174, 0.00932469086381128, 0.00945977112929339, 0.00958981267677352, 0.00972892523102375, 0.00985896583967063, 0.00999606271895342, 0.0101301356163684, 0.0102601752861821, 0.0103992878404323, 0.0105273118352785, 0.0106613847326935, 0.010800498225777, 0.0109265065456558, 0.0110666274068063, 0.0111976753835203, 0.0113317473421021, 0.0114688442213849, 0.0115978765231314, 0.011737997384282, 0.0118680389317621, 0.0119990859696429, 0.0121402151376938, 0.0122652160895054, 0.0124043286437557, 0.0125384015411707, 0.0126694485790514, 0.0128085620721349, 0.0129375953127147, 0.0130756995600645, 0.0132077558436789, 0.0133377955134925, 0.0134779163746431, 0.0136049330014222, 0.013742029880705, 0.0138781184530874, 0.0140071516936672, 0.0141462633090842, 0.0142763048565643, 0.0144123924901135, 0.0145474736944289, 0.0146765059961754, 0.014816626857326, 0.0149436434841051, 0.0150787237495872, 0.0152168289357703, 0.0153438446237162, 0.0154839654848668, 0.0156160217684811, 0.0157500946658961, 0.0158871915451789, 0.0160162247857587, 0.0161563456469093, 0.0162843687029222, 0.0164174332934369, 0.0165575541545875, 0.0166825541675659, 0.0168226750287164, 0.0169547331899973, 0.0170867875959451, 0.0172259020278618, 0.0173539269615413, 0.0174940478226918, 0.0176250939217393, 0.0177561418984533, 0.01789525633037, 0.0180222729571491, 0.018160377204499, 0.0182954584088144, 0.0184244897717277, 0.0185636023259779, 0.0186936419957916, 0.0188307379362411, 0.0189648127113226, 0.0190938459519024, 0.0192349732422868, 0.0193609815621656, 0.0194970710733813, 0.0196341670138308, 0.0197611836406099, 0.0199013045017605, 0.0200323524784745, 0.0201674318051233, 0.0203045315009058, 0.0204325545569188, 0.0205736818473032, 0.0207007003517488, 0.0208347713714973, 0.0209738858034141, 0.0210142068134288], "stress_pa": [249477.25625402003, 412206.95618166, 602162.755636805, 816712.973108253, 959762.894963644, 1136756.2688498101, 1308020.77940669, 1503479.1264668, 1638394.3979041202, 1784568.3882992899, 1948792.79079207, 2139428.0736226197, 2314511.9540662603, 2459688.1483453303, 2634483.55188331, 2761636.45058751, 2952348.94656752, 3081383.45618803, 3214593.29750643, 3378265.87110159, 3523898.14384491, 3678143.66597248, 3827898.56937516, 4004197.6377188396, 4160284.01937829, 4306138.73952843, 4451779.28510919, 4583636.977107651, 4735772.312884349, 4910841.17966005, 5028990.473613201, 5178635.6853194, 5324241.30114207, 5468505.49169334, 5591070.33603163, 5731537.6005977, 5886024.567018069, 5996853.62543926, 6155777.89674322, 6292948.89519013, 6421948.16865117, 6533154.10077811, 6667418.57566987, 6787799.39092307, 6939092.42928746, 7053503.93272308, 7177541.95492909, 7303343.01071473, 7445297.54761232, 7567869.7455839, 7673458.72748808, 7799340.67323983, 7902232.097334649, 8057717.3194732005, 8148041.384287151, 8223622.639973961, 8349628.37188598, 8430485.24665066, 8550900.991661958, 8661471.44731269, 8766755.86623839, 8855444.36044961, 8971403.19088855, 9058065.75913027, 9144931.165090049, 9246715.25457298, 9333875.418666849, 9399952.10333522, 9490368.088565199, 9593412.10055064, 9684589.7996282, 9765116.37369792, 9817162.93886483, 9940054.407081451, 10004411.5671671, 10065696.134146001, 10128596.049236001, 10220480.3099115, 10284416.4744917, 10361909.062029399, 10437743.405261701, 10492941.0022904, 10573703.505428, 10636058.6388523, 10700592.8989395, 10758543.206027199, 10796864.2146712, 10876467.2949611, 10928915.858747499, 11001559.9507405, 11048287.3878326, 11107079.6859312, 11182464.2319277, 11198508.634146001, 11285667.5726343, 11312996.125125501, 11363890.6210781, 11424434.3095036, 11441842.8106959, 11500673.1025665, 11531303.4364019, 11596744.644594, 11649084.1294867, 11690595.38937, 11743584.4452027, 11794795.1473864, 11817060.7233622, 11852240.5049887, 11890851.9821473, 11942060.23312, 12006889.8641441, 12003387.0834902, 12054190.8846323, 12084487.853758799, 12134376.1275571, 12149991.5678338, 12160988.9264088, 12221367.1580855, 12237080.646806, 12277920.2748494, 12297880.4867909, 12335864.453909399, 12383767.2467213, 12387908.5678652, 12395844.3637833, 12447860.288811501, 12481058.2662682, 12504757.8007342, 12517131.5143386, 12551273.2080666, 12573160.0719283, 12613835.4688284, 12635202.6759381, 12651951.801346, 12650102.3625753, 12730776.6221135, 12706796.4239772, 12738488.1322164, 12763825.0756934, 12816426.8401732, 12837687.419600299, 12854647.3491623, 12876068.482916, 12881284.6601249, 12909381.6672942, 12940026.708396101, 12909293.4236948, 12940336.7865995, 12960375.4372961, 12974380.4318838, 13001620.7407756, 13018992.4738015, 13013517.6938222, 13037549.3673914, 12980995.025022, 12765917.1843624, 985099.9916413701]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet9"}}
data/D638/M15.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M15", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet10", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet10", "specimen_index": 10, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 684000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000213782270519717, 0.000339790341020908, 0.000475879030757509, 0.000613983894216709, 0.000739991920710091, 0.000881121030083918, 0.00101116128666834, 0.00114624196288999, 0.00128233065262659, 0.00141035488218111, 0.00155148381552371, 0.00167950804507823, 0.00181358059043077, 0.00195269349674346, 0.00207870158191392, 0.00221781437087245, 0.00235188703357915, 0.00248192740751773, 0.00262104043118457, 0.00274906466073909, 0.00288918552188966, 0.0030212420402123, 0.00315128217944257, 0.00329241134749347, 0.0034174113604719, 0.00355551607723841, 0.00369160488432916, 0.00381962911388368, 0.00395874190284222, 0.0040887822767808, 0.00422587915606358, 0.00436095942154569, 0.00448898388580852, 0.00463011305385942, 0.00475712921122191, 0.00489321778360436, 0.00503031419347052, 0.00515733035083301, 0.0052974516814002, 0.00542849965811419, 0.00556257302494581, 0.00569966943481198, 0.00582870173655853, 0.00596882259770909, 0.0060968465925553, 0.00623091902055369, 0.00637003204422054, 0.00649503205719897, 0.00663515291834953, 0.0067682175088642, 0.00690027426189515, 0.00703837897866165, 0.0071674112804082, 0.00730652430407505, 0.00743757228078904, 0.00756962903381998, 0.00770874205748683, 0.0078357577454327, 0.00797285509413211, 0.00810793535961421, 0.0082379759682611, 0.00837708852251133, 0.00850612082425787, 0.008644226010441, 0.00877829890785601, 0.00890733027076932, 0.00904745207075312, 0.00917446775869899, 0.00931055633108144, 0.00944765321036422, 0.00957668551211077, 0.0097147906982939, 0.009846846043074991, 0.00998091987932323, 0.0101180158197728, 0.010246039814619, 0.0103861606757696, 0.010514185609449, 0.0106472501999637, 0.0107873710611142, 0.010913379380993, 0.0110524919352432, 0.0111855565257579, 0.0113176128093722, 0.0114557179955554, 0.0115847493584687, 0.0117238628515521, 0.0118549117670994, 0.0119859597438133, 0.0121270889118642, 0.0122520889248427, 0.0123901941110258, 0.0125252743765079, 0.0126553140463216, 0.0127954358463054, 0.0129234598411516, 0.0130615640885015, 0.0131956369859165, 0.013324669287663, 0.0134657984557139, 0.013592815082493, 0.0137278953479751, 0.0138649912884247, 0.0139930162221041, 0.0141331370832547, 0.0142631776919016, 0.0143982579573837, 0.0145343474685994, 0.0146633788315127, 0.0148034996926633, 0.0149315246263427, 0.0150655965849245, 0.0152037017711076, 0.0153307183978867, 0.0154708392590373, 0.0156028946038184, 0.015735959194333, 0.0158740634416829, 0.0160030966822627, 0.0161432175434133, 0.0162722507839931, 0.0164043070676074, 0.0164668051964301], "stress_pa": [145617.412276057, 229643.013582651, 312542.589792765, 432038.709341762, 505532.299179629, 583450.554843887, 698327.3670855301, 799844.427759868, 894683.393608614, 974978.404830258, 1041083.81462863, 1143028.3818379, 1236141.38867482, 1333479.3642342798, 1412952.07073411, 1478969.9263362, 1577586.89788451, 1658744.81201172, 1756342.99894892, 1829107.35348621, 1879250.0936362601, 2008546.4232417902, 2059400.78061269, 2138262.3695465503, 2232834.8427891303, 2294360.54765939, 2409387.76468177, 2462945.80788976, 2553964.94424965, 2629440.18505663, 2704552.3402202604, 2768389.53715252, 2829618.64548036, 2905909.2203776003, 2971745.07355594, 3038481.44041008, 3116668.6398916002, 3194166.43625282, 3261711.39636672, 3314957.2165615596, 3391782.76828015, 3441830.6772009903, 3531150.05186763, 3596328.67407129, 3657315.11250078, 3708424.0894241002, 3793421.36612858, 3823832.9293737398, 3888396.91039549, 3953137.07221464, 4026703.73878326, 4075165.4077246496, 4155564.82521884, 4186670.38760511, 4245437.86719142, 4292095.138365961, 4353514.21555362, 4384893.08797691, 4439513.42479292, 4503035.94750094, 4555349.69467715, 4590963.64706874, 4634002.01146382, 4670929.81300201, 4733062.49901951, 4768795.94795196, 4830303.2687390195, 4869719.66234077, 4898125.52210796, 4941806.10380977, 4967484.07203031, 5017523.70811371, 5065206.19832847, 5085859.79660831, 5164346.9630475, 5190898.4816218, 5199987.57235975, 5236938.9668047195, 5259448.43828439, 5288055.29736132, 5312649.52387676, 5365161.819151609, 5394946.485159391, 5430949.26091083, 5459455.00753012, 5458107.45423099, 5522266.066218, 5543779.1203878, 5534881.836917981, 5587310.178212849, 5598566.752361011, 5649419.57772496, 5676186.80287556, 5645055.19637142, 5707578.237755709, 5717952.37590989, 5741295.87196442, 5755192.40046122, 5778760.18233089, 5821772.80900948, 5835736.74581137, 5851946.60477849, 5855925.53318744, 5867285.67100433, 5898858.495505461, 5903300.70281125, 5934597.15326148, 5949118.74058735, 5968325.8179201195, 5980657.24813316, 5982772.03050483, 5979106.24431319, 6009544.7708804, 6028436.86758754, 6055605.47855484, 6068401.4132702695, 6068946.19493599, 6087458.35392351, 6084890.09749937, 6087835.22762927, 6115070.021296119, 6049467.033171751, 399059.272674193]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet10"}}
data/D638/M16.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M16", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet11", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet11", "specimen_index": 11, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 475000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000227069312613597, 0.000353077368445519, 0.000490174159712689, 0.000627270950979858, 0.000753278977473241, 0.00089541610036202, 0.00102444834343149, 0.00116053697449102, 0.00129662578158177, 0.00142465001113629, 0.00156577894447889, 0.00169279521919553, 0.00182686764719392, 0.00196598055350661, 0.00209198863867707, 0.00223210949982763, 0.00236517432505061, 0.00249622253647291, 0.00263533532543144, 0.00276335978969427, 0.00290348065084484, 0.00303352079007511, 0.00316557730839775, 0.00330569840425662, 0.00343170625471877, 0.00356981120619359, 0.00370388386890028, 0.00383392400813055, 0.0039730370317974, 0.00410206933354395, 0.00424017405031045, 0.00437424694772546, 0.00450327878005539, 0.00464440794810629, 0.00477041579856844, 0.00490650484036751, 0.00504360171965029, 0.0051716257144965, 0.00531174657564707, 0.00544178718429396, 0.00557686744977606, 0.00571295649157513, 0.00584198879332168, 0.00598210965447224, 0.00611013364931845, 0.00624420654673346, 0.00638331957040031, 0.00650932742086246, 0.00664944828201302, 0.00678150503504397, 0.00691456962555864, 0.00705267434232514, 0.00718170617465507, 0.00732081919832192, 0.0074508598069688, 0.00758291609058313, 0.00772303742115032, 0.00784904527161247, 0.00798714998837897, 0.00812122288579398, 0.00825227086250797, 0.00839138341675819, 0.00852041571850474, 0.00865852090468787, 0.00879158549520254, 0.00892162516501619, 0.00906174602616675, 0.00918876265294586, 0.00932485216416155, 0.00946093979771075, 0.0095899720994573, 0.00972908559254077, 0.00986013356925476, 0.0099962221416372, 0.0101313024071193, 0.0102603356476991, 0.0104004565088497, 0.0105274731356288, 0.0106615450942105, 0.0107996493415604, 0.0109276733364066, 0.0110667868294901, 0.0111988431131044, 0.0113319077036191, 0.0114700128898022, 0.0115990451915488, 0.0117391660526993, 0.0118681983544459, 0.0120002546380602, 0.0121403754992108, 0.0122653755121892, 0.0124044880664394, 0.0125385609638544, 0.0126696098794017, 0.0128087224336519, 0.0129377547353984, 0.0130758599215816, 0.0132089245120962, 0.0133389641819099, 0.0134790850430604, 0.0136061016698396, 0.013742190242222, 0.0138782788146045, 0.014007311116351, 0.0141474319775016, 0.0142764642792481, 0.0144135611585309, 0.014548641424013, 0.0146776737257596, 0.0148177945869101, 0.0149448112136892, 0.0150798914791713, 0.0151686018320699], "stress_pa": [92247.1356679158, 168604.831618956, 239237.858109685, 296324.132436729, 355468.619779411, 426273.384247439, 489631.943913349, 561228.526165208, 635371.763543432, 681028.4809893869, 749436.497209541, 802143.9701677801, 845161.652469252, 927669.0349042651, 975403.3835537459, 1042551.40067104, 1100053.44252989, 1170355.17252114, 1218669.76879687, 1263054.53748588, 1350519.26455823, 1400475.86586581, 1445600.67050428, 1523288.8953274, 1553660.16679021, 1635885.58334902, 1668701.171875, 1730226.57034388, 1779259.21826956, 1815595.51193053, 1887677.35737873, 1933311.4011220702, 1979849.02255506, 2038487.04755546, 2065737.16129165, 2124182.45981975, 2164022.45333875, 2214911.28086565, 2264503.87732571, 2310860.2623384204, 2337496.3476954703, 2386513.8287525102, 2415691.8200144297, 2476573.31596895, 2533667.84398335, 2570701.2007992896, 2601210.19968546, 2629309.04526308, 2661483.02928511, 2727013.7066822, 2753826.8920408203, 2783663.0334815797, 2812029.6738712704, 2881965.48400634, 2907583.0911536803, 2940625.1103045, 2948198.4333819603, 2994232.48413576, 3007422.75743599, 3048878.86506965, 3080908.84043988, 3115393.3973197504, 3154236.82032819, 3172319.09817002, 3215768.04042341, 3230484.4990312797, 3242810.10761797, 3264783.07026936, 3307012.22860191, 3318767.31780638, 3346841.34487167, 3360671.99707031, 3394543.44477519, 3404234.00143543, 3445846.06737497, 3470790.2042741296, 3499534.0247709597, 3505497.51496219, 3514734.90397135, 3545575.42915804, 3551640.95101108, 3591284.38804044, 3594811.37440387, 3595353.39845711, 3639566.50576917, 3653715.2026073, 3684066.0983778904, 3686395.36172032, 3699503.51944889, 3719776.26080494, 3741757.18989238, 3741824.2917960896, 3775284.54883989, 3757523.6860528, 3795249.05040082, 3778343.35388429, 3794188.9016025, 3808476.70467024, 3819999.84802491, 3854626.57514825, 3875943.5324305003, 3887884.91367815, 3879712.26948811, 3894274.9145998103, 3903385.14703345, 3929493.6092024297, 3937091.4443908404, 3942310.37921216, 3955542.9359037695, 3949054.58013695, 3956910.71169443, 3925377.4129721997, 225210.553670983]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet11"}}
data/D638/M17.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M17", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet12", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet12", "specimen_index": 12, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 368000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.00012337465495339, 0.000247366595739791, 0.000386479472713943, 0.000521560119597053, 0.000649584349151572, 0.000791721413363274, 0.000918737512048686, 0.00105684234616935, 0.00119091500887604, 0.00132095526546047, 0.00146107624396519, 0.00158809240132768, 0.00172317301887225, 0.00186127785299291, 0.00198728593816337, 0.00212740679931394, 0.00225946331763657, 0.00239252790815124, 0.00253063262491775, 0.00265865708918058, 0.00279877795033114, 0.00292781025207769, 0.00306188268007608, 0.00319998763155089, 0.00332599571672135, 0.00346510850567989, 0.00359918116838658, 0.00373022961451719, 0.0038683343312837, 0.00399736639832194, 0.00413647942198878, 0.00426853617501973, 0.00439857631425, 0.0045397054823009, 0.00466470549527933, 0.00480281021204584, 0.00493889878442829, 0.00506793155559146, 0.00520805241674202, 0.00533708424907195, 0.00547317329087102, 0.00560825355635312, 0.00573728585809967, 0.00587841502615058, 0.00600543118351307, 0.00614051144899517, 0.0062786166351783, 0.00640462448564045, 0.00654474534679101, 0.00667680209982196, 0.00681087452782035, 0.00694797140710313, 0.00707700323943306, 0.00721712503941687, 0.0073461568717468, 0.00747922146226146, 0.00761833448592831, 0.00774434233639046, 0.00788345536005731, 0.00801651995057197, 0.0081485762341863, 0.00828768972726977, 0.00841470541521564, 0.0085548262763662, 0.00868587425308019, 0.00881692316862742, 0.00895704402977798, 0.00908305234965675, 0.00922115659700664, 0.00935522855558841, 0.00948627747113563, 0.0096253909642191, 0.00975442326596565, 0.00989252845214877, 0.0100266004107305, 0.0101556327124771, 0.0102957535736277, 0.0104217618935064, 0.0105578504658889, 0.0106949473451717, 0.0108229713400179, 0.0109630922011684, 0.0110931328098153, 0.0112282140141307, 0.0113643016476799, 0.0114943422563268, 0.011633454810577, 0.0117624871123235, 0.0118955517028382, 0.0120356725639888, 0.0121616808838675, 0.012300794376951, 0.0124338589674657, 0.01256591525108, 0.0127040194984299, 0.0128330527390097, 0.0129721643544267, 0.0131022049630735, 0.0132342621855211, 0.0133229715995865], "stress_pa": [44192.6071442753, 83783.4771857204, 144199.712209433, 195819.53684488902, 227762.32187049, 303171.916180346, 358903.877227661, 384872.62036427, 430412.713782376, 482622.93559001596, 527279.367408599, 589779.00738697, 625422.680713087, 695356.346038451, 717467.5723156299, 761086.873740077, 811078.09840436, 837890.9007612481, 894940.0047700569, 939653.8485484909, 982282.4010887301, 1021345.2074901201, 1074174.4749996099, 1096990.96066885, 1147127.03658874, 1185484.35379702, 1222665.62588244, 1250798.94161607, 1303850.96293377, 1341802.14510385, 1368518.20122286, 1433035.6092338099, 1451940.26839781, 1504946.9423102601, 1530994.7370046598, 1598510.4357861099, 1628493.49669185, 1645313.0944186898, 1676089.27531415, 1712181.0606684599, 1735604.5274849401, 1790095.10331365, 1817298.18443697, 1855557.30000078, 1869868.2363732301, 1921103.2974672099, 1956308.3572081302, 1988755.65126718, 1989182.3151982902, 2040213.77257075, 2081544.56203721, 2100285.2964592697, 2111651.25590252, 2145129.59062814, 2205697.48476327, 2229958.19336918, 2251961.03015578, 2254204.8075113003, 2285746.68547236, 2312215.9352743, 2356649.3451834703, 2364438.5280379304, 2392736.99411905, 2429890.15387723, 2436794.1431252398, 2442669.54291776, 2476507.43967079, 2493235.42338298, 2523208.83264503, 2540431.6545968996, 2559018.8819241803, 2574473.0018707598, 2582436.6803150102, 2610817.1087671, 2634946.5243787603, 2662061.208702, 2692577.86762283, 2668033.89093483, 2691381.37020739, 2735049.08305095, 2739276.19658321, 2751757.150673, 2762578.94125329, 2788690.77383754, 2787149.88126333, 2796250.3088526, 2831815.23702231, 2822939.70805095, 2859833.4990352, 2862686.70874906, 2868292.32212051, 2881060.06790835, 2893540.40919538, 2881367.6949007, 2927343.22298961, 2896669.38015735, 2919782.15596762, 2937322.10335483, 2876248.34053009, 337286.87638738495]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet12"}}
data/D638/M2.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M2", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeI/Sheet2", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet2", "specimen_index": 2, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.8, "thickness_mm": 3.1, "area_mm2": 39.68000000000001, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 993000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000122188181426476, 0.00019803768193215, 0.000282382366264985, 0.000361872644702221, 0.000440149339325649, 0.000525100806735343, 0.000600950333731154, 0.000682867762135916, 0.000765392097238175, 0.000841848354330571, 0.000926193021003315, 0.00100507655168388, 0.00108638721467187, 0.00116891147913376, 0.00124597460760348, 0.0013309260043728, 0.00140798913284251, 0.00148808626499697, 0.0015718240602924, 0.00164767358728821, 0.00173141152386437, 0.0018115085147381, 0.00189099884615561, 0.00197412984071409, 0.00205179976992075, 0.00213553770649691, 0.00221442123717747, 0.0022933046265773, 0.00237764936389041, 0.00245289194886854, 0.00253602322598848, 0.00261733367705538, 0.0026950038888235, 0.00277934848485588, 0.0028576247909573, 0.00293954246660334, 0.00302024625821402, 0.00309791646998214, 0.00318286772547074, 0.00325993071265972, 0.00334124172884954, 0.00342376578139034, 0.00350082905114078, 0.00358456698771694, 0.00366405717785372, 0.0037447609694644, 0.00382667836254898, 0.0039043485743171, 0.00398869317034948, 0.00406636281699468, 0.00414645994914914, 0.0042301978857253, 0.00430604727144038, 0.00438978520801654, 0.00447048928218868, 0.00454937253030778, 0.00463311046688394, 0.0047107803960906, 0.00479451833266676, 0.00487340158078586, 0.00495228539402788, 0.00503662999006026, 0.0051124796583368, 0.00519500399343906, 0.00527631444450596, 0.00535459075060738, 0.005438328969745, 0.00551660527584642, 0.00559973655296636, 0.00567983368512082, 0.00575811055634516, 0.00584245515237754, 0.00591891119754884, 0.00600082915575634, 0.00608274654884092, 0.0061598095360299, 0.00624415413206228, 0.00632243100328662, 0.00640374145435352, 0.00648626578945577, 0.00656393571866244, 0.00664828087981774, 0.00672534386700672, 0.00680604737605593, 0.00688978559519355, 0.00696563469834718, 0.00704937235236187, 0.00712946948451633, 0.00720896023977603, 0.00729209151689597, 0.00736976088097971, 0.00745349910011733, 0.00753177540621875, 0.00761126616147845, 0.00769561075751083, 0.00777146042578738, 0.00785459113778439, 0.00793590215397421, 0.00801417846007563, 0.00809791667921325, 0.00817619298531467, 0.00825871732041693, 0.00833881445257139, 0.00841709132379573, 0.00850143591982811, 0.00857849890701709, 0.00865980935808399, 0.00874233369318625, 0.00881939668037523, 0.00890374184153053, 0.00898201814763195, 0.00906393610583945, 0.00914524655690635, 0.00922352286300777, 0.00930726108214539, 0.00938432406933437, 0.00946563508552419, 0.00954876636264413, 0.00962461603092067, 0.00970896062695305, 0.00978844968684399, 0.00986854681899845, 0.00995107171922363, 0.0100287410833074, 0.0101130856793397, 0.0101907561736693, 0.0102708533058238, 0.0103545909598385, 0.010430440628115, 0.010513571340112, 0.0105948823563019, 0.010673765604421, 0.0107575032584357, 0.0108351737527652, 0.0109176975227446, 0.010997794654899, 0.0110760709610005, 0.0111391782376433], "stress_pa": [102212.66458111399, 193372.909580508, 282917.74853583303, 354959.286989704, 444939.636415051, 529839.915613974, 601483.016244827, 681345.3570488959, 779200.273175393, 841717.854622871, 916429.200480061, 998931.257955489, 1078572.3886182199, 1149105.64114971, 1231946.77214469, 1322549.9660738101, 1395531.04677508, 1457102.64482806, 1530450.6786408, 1606000.23884927, 1688608.2387739602, 1764733.9451697601, 1832334.45690524, 1908684.16140156, 1963838.0696696602, 2056149.3212176901, 2120609.8218118, 2191175.76076138, 2270850.63534398, 2335153.8565851003, 2409429.8962623803, 2480957.58499638, 2559698.5893864804, 2637556.67594171, 2687080.82937425, 2756527.93145949, 2809741.42013058, 2874674.33560279, 2954128.48072667, 3007886.8712148396, 3075785.79072029, 3146837.7959343703, 3197417.72067162, 3259478.84590395, 3320835.48268964, 3383929.11418792, 3440509.30392358, 3511359.23016456, 3574665.90019964, 3616023.44820576, 3680483.37198073, 3728147.86049627, 3777370.14524398, 3854608.9203127, 3900395.67024477, 3955821.4526022603, 4001685.1117534004, 4072618.4844970703, 4115175.04722841, 4171367.99904608, 4209528.0462695705, 4264917.2967480095, 4321202.5396285495, 4363012.69838887, 4402027.59158227, 4461996.01696384, 4500785.566145371, 4559507.67763199, 4597385.08347542, 4646120.53286645, 4683893.726718039, 4756818.6636894, 4774876.17923367, 4824685.28132285, 4875197.33367428, 4921967.75251819, 4954033.51322297, 4992307.00154458, 5025464.87316008, 5069304.2816654295, 5117280.25251819, 5144286.92479287, 5187614.886991439, 5212627.30321576, 5254195.58248212, 5286608.20376488, 5319573.033240531, 5362169.20421969, 5381045.80294701, 5431313.28398181, 5463637.459662651, 5493199.0561946705, 5523825.46086465, 5556048.50092242, 5579557.3419140205, 5617959.26863147, 5640818.226721981, 5673119.71418319, 5699318.4551116, 5733467.68656085, 5765275.80138176, 5806222.26961197, 5827102.35349593, 5844225.0374824805, 5873623.971016181, 5898090.7163312305, 5918294.76817962, 5951090.39737332, 5971948.56212985, 5989053.55699601, 6022061.84018043, 6044462.034779211, 6062868.71817804, 6079282.2991648, 6119734.24111643, 6140968.1074080905, 6157372.45928857, 6183712.32863395, 6197003.39532667, 6228612.6998163005, 6243862.25977252, 6265362.23196214, 6277384.29654029, 6306393.68487943, 6326464.683778821, 6340699.8111355705, 6357540.62283424, 6372146.83717297, 6388500.04442276, 6400750.1448354395, 6422202.43330925, 6424063.63641062, 6441373.59434558, 6444664.53982938, 6446303.47528765, 6451679.81424639, 6440097.2858552, 143989.427916465]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; strain/stress curve and metrics extracted from the TestWorks xlsx export only (already analyzed — no raw load/extension trace to derive it from). Yield metrics are null; D790 modulus is null since it needs the raw load-deflection trace to recompute (see flexural_modulus_pa).", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m.xlsx", "xlsx_sheet": "Sheet2"}}
data/D638/M3.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M3", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeI/Sheet3", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet3", "specimen_index": 3, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.8, "thickness_mm": 3.1, "area_mm2": 39.68000000000001, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 902000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000125193929269442, 0.000201043429775116, 0.000285388114107952, 0.000364271591808238, 0.000443155087168616, 0.00052810655457831, 0.000603956081574121, 0.000686480381356198, 0.000768397845081142, 0.000845460902910488, 0.000929805569583232, 0.00100808229952684, 0.00108999976325179, 0.00117191722697673, 0.00124898035544644, 0.00133393175221577, 0.00141038807994853, 0.00149169881357689, 0.00157482980813537, 0.00165067933513118, 0.00173441727170734, 0.00181451426258107, 0.00189461139473553, 0.00197713558855706, 0.00205480551776372, 0.00213915025507683, 0.00221742698502044, 0.00229631037442027, 0.00238065511173338, 0.00245589769671151, 0.00253902897383145, 0.00262033942489835, 0.00269800963666647, 0.00278235423269885, 0.00286002387934405, 0.00294315515646399, 0.00302325200605699, 0.00310092221782511, 0.00318648041533139, 0.00326293646050269, 0.00334485413614873, 0.00342677152923331, 0.00350383479898375, 0.00358817939501613, 0.00366706292569669, 0.00374776671730737, 0.00382968411039195, 0.00390735432216007, 0.00399169891819245, 0.00406876190538143, 0.00414946569699211, 0.00423320363356827, 0.00430905301928335, 0.00439279095585951, 0.00447349503003165, 0.00455298493760696, 0.0046361162147269, 0.00471378614393356, 0.00479752408050972, 0.00487580038661114, 0.00495529114187085, 0.00503963573790322, 0.00511487846416209, 0.0051986166832997, 0.00527932019234892, 0.00535759649845034, 0.00544194165960564, 0.00551961102368938, 0.00560274230080932, 0.00568223305606902, 0.00576111630418812, 0.0058454609002205, 0.0059219169453918, 0.0060038349035993, 0.00608575229668388, 0.00616281528387286, 0.00624715987990524, 0.00632543675112958, 0.00640735414421416, 0.00648866459528106, 0.0065669414665054, 0.0066512866276607, 0.00672834961484968, 0.00680966006591658, 0.00689218383589592, 0.00696864044619014, 0.00705237810020484, 0.0071324752323593, 0.00721257236451376, 0.00729509726473894, 0.00737276662882268, 0.0074565048479603, 0.00753478115406172, 0.00761487828621618, 0.0076986165053538, 0.00777446617363034, 0.00785820326252212, 0.00793890790181718, 0.00801779114993628, 0.00810092242705622, 0.00817859179113996, 0.0082617230682599, 0.00834121325839668, 0.0084200970716387, 0.00850444166767108, 0.00858089771284238, 0.00866281510592696, 0.00874473306413446, 0.0088224024282182, 0.0089067475893735, 0.00898502389547492, 0.00906694185368242, 0.00914764536273164, 0.00922652861085074, 0.00931026682998836, 0.00938732981717734, 0.00946864083336716, 0.00955116516846942, 0.00962762177876364, 0.00971257218656785, 0.00979084962291512, 0.00987215950885909, 0.00995407746706659, 0.0100317468311503, 0.0101160914271827, 0.0101937619215123, 0.0102738590536668, 0.0103582036496991, 0.010433446375958, 0.0105171851602185, 0.010597282292373, 0.0106767713522639, 0.0107605090062786, 0.0108375725585905, 0.0109213102126052, 0.011000800402742, 0.0110790767088434, 0.0111634213048758, 0.011227742465554], "stress_pa": [101148.313091647, 178898.089835721, 253905.90871534002, 321090.317541553, 404924.346554664, 484122.287842535, 553471.47487825, 612708.2051769381, 699322.262117939, 770315.720189002, 853944.305450685, 904704.67844317, 981777.5218717509, 1058287.58208982, 1127425.1245683199, 1193378.52924101, 1261847.63446931, 1344012.0604730402, 1395934.9163116901, 1468889.5594689199, 1541999.55924865, 1614533.70125063, 1662716.17335658, 1752426.16284278, 1809136.1368856102, 1879640.3561869, 1938225.18471749, 2011043.02560129, 2084513.2489358198, 2152768.2581255496, 2214282.7510833703, 2294336.59584291, 2349676.8166942, 2425055.35002678, 2481387.50753095, 2552611.78939573, 2613003.98457435, 2667762.3871834, 2723945.53307564, 2802425.23839397, 2857310.54121448, 2942690.92621342, 2992212.77236938, 3054550.00169816, 3120086.2699939404, 3177208.8619970502, 3239517.44264172, 3300231.11835603, 3355875.70744176, 3424601.40105217, 3475570.29416484, 3542635.5177356303, 3590181.95059992, 3645077.05934586, 3689413.68595246, 3761031.9352919003, 3834814.4100558404, 3871438.96472069, 3911409.83950707, 3963297.0286953794, 4023838.42775899, 4073226.06732768, 4110528.1922124997, 4160554.1782994396, 4227841.66951333, 4260044.32862805, 4309844.58615703, 4356646.15323467, 4403351.19924238, 4442656.42473774, 4479645.14455488, 4546005.495132941, 4586104.8083151495, 4603916.59890452, 4652880.08413007, 4707109.9281311, 4744161.32896177, 4798508.07497578, 4840578.57144263, 4861587.86281463, 4891654.7529159, 4941507.69325995, 4982117.29911066, 5020475.77211934, 5050415.76200916, 5083501.33895874, 5121935.183002099, 5175857.77467297, 5181159.51168922, 5226290.99507486, 5267056.34209417, 5296794.82983005, 5313425.294814571, 5346917.721533, 5391214.35534569, 5413432.659641391, 5445664.54425935, 5463582.4695710195, 5481999.53571443, 5522740.27178364, 5561254.10141483, 5576286.77737328, 5606990.475808419, 5630443.17307011, 5654886.07652726, 5695299.179323261, 5716483.05462253, 5732544.775932071, 5767055.48071092, 5780140.815242641, 5810230.77810964, 5828682.06885553, 5847965.5173517, 5863238.15007364, 5891534.5899520395, 5900626.7978299, 5922394.02955578, 5950917.73617652, 5966794.10626811, 5998849.868774409, 6021070.09580058, 6017820.68129509, 6054890.54033833, 6047791.0503264405, 6069725.175057691, 6101555.20900603, 6110752.39796792, 6138998.8468539305, 6154921.36247696, 6160013.906417349, 6190974.48164417, 6188425.71012435, 6188812.178950161, 6220317.271447949, 6225414.04539539, 6231029.187479329, 6229021.08776954, 6245536.95801766, 529739.549083094]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; strain/stress curve and metrics extracted from the TestWorks xlsx export only (already analyzed — no raw load/extension trace to derive it from). Yield metrics are null; D790 modulus is null since it needs the raw load-deflection trace to recompute (see flexural_modulus_pa).", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m.xlsx", "xlsx_sheet": "Sheet3"}}
data/D638/M4.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M4", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeI/Sheet4", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet4", "specimen_index": 4, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.8, "thickness_mm": 3.1, "area_mm2": 39.68000000000001, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 838000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000143199647499837, 0.000222689925937073, 0.0003033938235083, 0.000385918087970195, 0.000462981181119723, 0.000547932683849599, 0.000625602542415895, 0.000705699639250172, 0.000789437505185966, 0.000864680231444827, 0.000949024898117571, 0.00102972883100898, 0.00110861229104918, 0.00119235008634461, 0.00126941321481432, 0.00135315115139048, 0.00143264148280799, 0.00151091807147087, 0.00159586946824019, 0.00167111219449906, 0.00175424333033826, 0.00183555392268589, 0.00191322385189255, 0.00199756858920566, 0.00207584531914927, 0.00215776271223385, 0.00223907344586221, 0.00231674337506887, 0.00240108797110125, 0.00247754429883401, 0.00255885474990091, 0.00264137936756463, 0.00271722875327971, 0.00280157334931209, 0.00288106382201033, 0.00296176761362101, 0.00304429194872327, 0.00312135493591225, 0.00320630647396231, 0.00328458306262519, 0.00336407353532343, 0.00344781118933813, 0.00352426751707089, 0.00360739851162937, 0.00368810258580151, 0.00376637917446439, 0.00385011711104055, 0.00392778704024721, 0.00401091803480569, 0.00409101516696015, 0.00416989869764071, 0.00425424329367309, 0.00433009267938817, 0.00441261729705189, 0.00449453440757501, 0.00457159767732545, 0.00465654921537551, 0.00473482580403839, 0.00481674347968443, 0.00489744698873365, 0.00497572385995799, 0.00506006845599037, 0.00513591755914399, 0.00521783551735149, 0.00530035985245375, 0.00537681589762505, 0.00546176800079803, 0.00554065124891713, 0.00562135475796635, 0.00570327271617385, 0.00578154902227527, 0.00586528724141289, 0.00594356354751431, 0.00602305430277401, 0.00610679195678871, 0.00618324856708293, 0.00626637927907995, 0.00634708278812917, 0.00642596660137119, 0.00650970482050881, 0.00658737418459255, 0.00667050546171249, 0.00674999621697219, 0.00682948584198605, 0.00691322406112367, 0.00698907372940021, 0.00707220444139722, 0.00715351545758705, 0.00723118482167079, 0.00731552941770316, 0.00739319934690982, 0.007475724247135, 0.00755642775618422, 0.00763470406228564, 0.00771904922344094, 0.00779611221062992, 0.00787742322681975, 0.00795994699679908, 0.0080364036070933, 0.00812074820312568, 0.0081996320163677, 0.00828033552541692, 0.0083622529185015, 0.00844052978972584, 0.00852487438575822, 0.00860254431496488, 0.00868264144711934, 0.00876637966625696, 0.00884222876941058, 0.00892596642342528, 0.00900606355557974, 0.00908555431083944, 0.00916868558795938, 0.0092469618940608, 0.00933009317118074, 0.00940897641929984, 0.00948846660943662, 0.00957220482857424, 0.00964805449685078, 0.00973179215086548, 0.00981249622503762, 0.00989077253113904, 0.00997451018515374, 0.0100521806794833, 0.0101353113914803, 0.0102154085236348, 0.0102936848297362, 0.0103786374980321, 0.0104544860360628, 0.010537010936288, 0.0106189277642497, 0.0106959901863157, 0.0107803347823481, 0.0108586122186954, 0.0109399232348852, 0.0110218400628468, 0.0110995105571764, 0.0111844620952265, 0.011252422647519], "stress_pa": [123241.075104283, 174035.684716317, 236880.370686131, 323121.586153584, 394728.29911016603, 466490.705167094, 526705.095844884, 600077.16378858, 675813.132716763, 736431.5371359551, 793639.979054851, 865641.2363052369, 930501.376428912, 995502.6449695709, 1058262.10591101, 1128136.82325425, 1193347.76555338, 1268254.460827, 1333410.7975806, 1381085.76497724, 1439381.31870762, 1509509.9326103, 1606015.62069308, 1621026.18525105, 1676151.82938114, 1738595.57797832, 1797053.6985705, 1809527.98935675, 1887315.70397654, 1930590.98336004, 1986020.61117849, 2063921.1900772601, 2114664.1623589303, 2168962.07101883, 2225379.40548312, 2285121.33321454, 2363083.05494247, 2389402.5433448097, 2456901.53491112, 2515524.2412321, 2558345.9484961703, 2618377.24716433, 2681973.0958630997, 2715936.39927526, 2754119.90381056, 2813913.74526485, 2869342.9885372, 2923630.89899863, 2953936.01540596, 3001245.37560248, 3069235.81707862, 3106010.5369937, 3167478.69214704, 3210072.74812268, 3257601.87641267, 3299458.18070442, 3318251.71747515, 3357668.8458842603, 3408293.5702416203, 3466414.25163515, 3482115.65325337, 3536915.77911377, 3573373.44077326, 3620197.69607052, 3653918.54316957, 3689552.12254678, 3715573.20317914, 3769345.43732674, 3799515.0012354697, 3831570.7637417703, 3876440.75578259, 3915242.6104391804, 3937782.01072447, 3977485.62597459, 4039404.08460555, 4065832.0150067704, 4076446.25632994, 4103452.15951243, 4148309.4615321, 4172097.0984428204, 4209810.68764963, 4218252.628080309, 4235756.39724731, 4292614.99835599, 4323123.7319208, 4337400.39025583, 4367818.37094215, 4399543.03926037, 4412908.32334949, 4446743.38063886, 4475172.104374049, 4491132.690060521, 4526185.60483379, 4541813.5581478, 4557094.26633773, 4590633.2231337, 4613864.80639058, 4640504.62169032, 4661989.98112832, 4690267.19370196, 4695995.77688402, 4711382.61979626, 4739454.1002089, 4765897.79700002, 4777306.89510222, 4804622.742437551, 4818467.170961441, 4839613.36074337, 4868987.68332697, 4876616.308766031, 4888601.45691902, 4919116.34322136, 4929150.689032771, 4948965.96477878, 4982213.82018059, 4985442.4691969305, 4994888.0749364, 5024933.8150024405, 5032072.52871606, 5043353.188422419, 5059013.44360844, 5073108.98073258, 5080921.4192052, 5118337.75428034, 5113118.694674579, 5134596.36319068, 5150112.41359095, 5151271.43552226, 5162164.85731063, 5178087.37293366, 5190399.38526769, 5185398.36329799, 5196177.95944214, 5210578.441619869, 5225563.04931641, 5203676.99284707, 5214030.12737151, 5195105.84492837, 199149.17647838598]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; strain/stress curve and metrics extracted from the TestWorks xlsx export only (already analyzed — no raw load/extension trace to derive it from). Yield metrics are null; D790 modulus is null since it needs the raw load-deflection trace to recompute (see flexural_modulus_pa).", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m.xlsx", "xlsx_sheet": "Sheet4"}}
data/D638/M5.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M5", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeI/Sheet5", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet5", "specimen_index": 5, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.8, "thickness_mm": 3.1, "area_mm2": 39.68000000000001, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 936000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000123686699897008, 0.000200749819536673, 0.000283880884735518, 0.000363977946249612, 0.000442254676193223, 0.000527206108282734, 0.000603055635278545, 0.000684973134323672, 0.000767497398785567, 0.000844560456614912, 0.000928298322550706, 0.00100718185323127, 0.00108849251621926, 0.00117101678068116, 0.00124807990915087, 0.0013330313059202, 0.00141009443438991, 0.00149019156654437, 0.00157392936183979, 0.00164977888883561, 0.00173351682541177, 0.00181361381628549, 0.00189310414770301, 0.00197623514226148, 0.00205390507146814, 0.0021376430080443, 0.00221652653872486, 0.00229540992812469, 0.0023797546654378, 0.00245560433371434, 0.00253812838625514, 0.0026194391198835, 0.00269710904909016, 0.00278145364512254, 0.00285973051634688, 0.00294164790943146, 0.00302235170104214, 0.0031000216302488, 0.00318497316829886, 0.00326203615548784, 0.0033433468891162, 0.00342587122421846, 0.00350293421140744, 0.0035866721479836, 0.00366616233812038, 0.00374686612973106, 0.0038287838053771, 0.00390645373458376, 0.00399019138859846, 0.0040684682598228, 0.00414856539197726, 0.00423230332855342, 0.00430875937372472, 0.00439189065084466, 0.00447259444245534, 0.0045514779731359, 0.00463521590971206, 0.00471349249837494, 0.00479662377549488, 0.00487550702361398, 0.004954390836856, 0.00503873543288838, 0.00511397759402432, 0.00519710887114426, 0.00527841932221116, 0.00535669675855842, 0.0054404338474502, 0.00551871128379746, 0.00560184199579448, 0.00568193856282602, 0.00576021599917328, 0.00584456059520566, 0.00592101664037696, 0.00600293403346154, 0.00608485199166904, 0.00616191497885802, 0.0062462595748904, 0.00632453588099182, 0.00640584689718164, 0.0064883712322839, 0.00656543421947288, 0.00665038575752294, 0.00672744874471192, 0.00680815281888406, 0.00689189047289875, 0.0069677401411753, 0.00705147836031292, 0.00713157549246738, 0.00721106511748123, 0.00729419639460117, 0.00737186632380784, 0.00745560397782253, 0.00753388084904687, 0.00761337103918365, 0.00769771563521603, 0.00777356530349257, 0.00785669658061251, 0.00793800703167941, 0.00801628333778083, 0.00810002155691845, 0.00817769205124803, 0.00826021582122737, 0.00834091989539951, 0.00841858925948325, 0.00850354136265623, 0.00857999684270461, 0.00866191480091211, 0.00874443913601437, 0.00882089518118567, 0.00890523977721805, 0.00898412359046007, 0.00906543404152697, 0.00914735199973447, 0.00922502192894113, 0.00930936652497351, 0.00938642951216249, 0.00946713358633463, 0.00955087124034933, 0.00962672090862587, 0.00971106550465825, 0.00979055569479503, 0.00987065282694949, 0.00995317659692883, 0.0100308459610126, 0.0101145847452731, 0.0101928610513745, 0.010272958183529, 0.0103573027795614, 0.0104331524478379, 0.0105162842900808, 0.0105969872340071, 0.0106758704821262, 0.0107596092663867, 0.0108372786304704, 0.0109198024004498, 0.0109998995326042, 0.0110781769689515, 0.0111631285070016, 0.0112389781752781, 0.0113208961334856, 0.0114028129614473, 0.0114798753835133, 0.0115648269215634, 0.0116431043579106, 0.0117244142438546, 0.0118057263902903, 0.0118840026963917, 0.0119683472924241, 0.012045410844736, 0.0121261137886623, 0.0122092445006593, 0.0122857022411994, 0.0123700468372317, 0.0124495358971227, 0.0125296330292771, 0.0126121567992565, 0.0126898272935861, 0.0127741718896184, 0.0128518412537022, 0.0129319383858566, 0.0130150702280995, 0.0130915268383937, 0.0131752644924084, 0.0132559685665806, 0.0133348518146997, 0.0134185894687144, 0.0134956530210263, 0.013579390675041, 0.0136588808651777, 0.0137371571712792, 0.0138221098395751, 0.0138979583776058, 0.0139804832778309, 0.0140617942940208, 0.0141394625278587, 0.014223807123891, 0.0142978382266062], "stress_pa": [109319.90560023999, 192664.311297478, 254677.957104098, 328952.194221558, 422426.481400767, 499599.11454108503, 573498.779727567, 624686.143090648, 748995.0906845831, 797330.756341257, 876428.138825201, 950500.176798913, 986495.614051819, 1080342.26202196, 1158323.2110546501, 1251750.12696174, 1336818.06825822, 1396074.89109039, 1466272.91556328, 1513958.36184102, 1597001.6679456201, 1674656.71416252, 1750008.90608757, 1817672.6756557298, 1895037.58184371, 1961486.1857506498, 2028725.9932487202, 2102885.13091303, 2176583.77462818, 2239393.0342889596, 2302012.3281786502, 2375978.03915701, 2449651.49510291, 2501406.01588834, 2565928.62067684, 2646685.99251778, 2705244.28736779, 2781999.11117554, 2840246.30823443, 2899638.49129215, 2961771.52664431, 3013164.95864622, 3081662.231876, 3137197.22532457, 3233768.0939705097, 3270763.73561736, 3359113.5855644, 3390860.55755615, 3442145.1630130904, 3498941.0831082202, 3542365.18183062, 3617267.0702780397, 3669778.37777907, 3708356.81115427, 3773561.98526198, 3812121.5758785103, 3886397.80782884, 3938981.7945418796, 3972409.23297021, 4036841.4694263097, 4090001.8907362404, 4134919.56649288, 4184542.93281801, 4233994.40703853, 4273676.10316123, 4302075.60139318, 4382566.48279005, 4416864.5335782, 4450679.9790167, 4481803.601787941, 4539180.57103311, 4602202.29241156, 4637551.30767822, 4681224.20772429, 4706851.51315504, 4756554.865068001, 4797103.32808956, 4863942.4385563005, 4879072.02013077, 4922236.165692731, 4948807.147241411, 4985737.41605205, 5024242.40112305, 5040566.76741569, 5088243.94595238, 5099345.79172442, 5172634.50930195, 5202672.942992181, 5229180.85898122, 5285477.253698531, 5286005.23548741, 5297443.94363895, 5372764.21823809, 5386215.640652561, 5433669.39790787, 5456963.66217828, 5500620.41128835, 5516870.5601846, 5540796.24914354, 5567543.737349969, 5603683.76393472, 5615070.94290949, 5676006.5017208, 5692558.519301879, 5693577.56645449, 5741115.53930467, 5763386.14186933, 5778951.7987159, 5814119.69277167, 5840129.62156726, 5883955.95550537, 5886438.58509679, 5907703.5996221695, 5936178.08434271, 5947974.4203629, 5976779.614725419, 5995589.30243215, 6029950.41877993, 6041881.345933479, 6063687.80136108, 6090182.25823679, 6104841.53993668, 6148487.90630217, 6169775.60904718, 6171344.55711611, 6182152.60967132, 6195347.924386299, 6226598.062822901, 6256453.0680256495, 6265987.50391314, 6268364.767874439, 6293262.589362361, 6315753.152293541, 6337849.555477019, 6349946.221997661, 6381336.71975905, 6389184.15192635, 6404754.03877997, 6415269.836302729, 6421301.4418079, 6447163.70490289, 6463040.84408668, 6478613.42276296, 6488243.99517428, 6500815.57612265, 6522490.901331751, 6504971.75032093, 6554569.7366037695, 6564407.96390656, 6577606.35499031, 6584140.5622420795, 6591622.29107272, 6610621.17545835, 6627812.6931959605, 6657687.31024957, 6652956.6241848795, 6707908.26120684, 6668603.80480366, 6719134.69991376, 6697733.1715245405, 6695585.09703605, 6767474.451372701, 6744705.477068501, 6743801.0246523, 6745228.45975814, 6766072.39630914, 6774249.38448014, 6787882.3126516, 6781062.00310492, 6796483.07061964, 6795151.00294544, 6811780.31429168, 6825193.28209662, 6820072.66629127, 6806729.68587568, 6802832.695745651, 402290.181767556]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; strain/stress curve and metrics extracted from the TestWorks xlsx export only (already analyzed — no raw load/extension trace to derive it from). Yield metrics are null; D790 modulus is null since it needs the raw load-deflection trace to recompute (see flexural_modulus_pa).", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m.xlsx", "xlsx_sheet": "Sheet5"}}
data/D638/M6.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M6", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet1", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet1", "specimen_index": 1, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 2153000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000319575797861536, 0.000451632257507096, 0.000580664529915107, 0.000722801623465347, 0.000846793564251748, 0.000985906470564438, 0.00112098714678609, 0.00124901125898645, 0.0013901403096832, 0.00151816442188357, 0.00165626937335838, 0.00178933384651889, 0.00191937410310332, 0.00206050315380007, 0.00218651123897053, 0.00232360811825331, 0.00246070476282779, 0.00258671284799825, 0.00272683394385712, 0.00285788238998773, 0.00299296289017815, 0.00313005976946094, 0.00325808376430714, 0.00339921293235805, 0.00352723716191257, 0.00366030175242724, 0.00379941454138577, 0.00392542262655623, 0.00406453565022308, 0.00419760000602943, 0.00432965628964376, 0.00446876931331061, 0.0045957854706731, 0.00473590680124028, 0.00486695477795427, 0.00499800322408488, 0.00513812408523544, 0.00526514024259793, 0.00540223712188072, 0.00553731738736283, 0.00566735799600971, 0.00580647101967656, 0.00593550285200649, 0.00607259973128927, 0.00620667262870428, 0.00633671276793455, 0.00647683362908512, 0.00660384978644761, 0.00673993882824667, 0.00687703523811284, 0.00700505970237567, 0.00714417272604251, 0.0072752207027565, 0.00741030190707185, 0.00754639001003767, 0.00767542278120084, 0.00781554364235141, 0.00794457547468134, 0.00807764053461262, 0.00821675308886285, 0.00834276140874162, 0.00848187396299185, 0.00861493855350651, 0.00874699577595408, 0.00888610833020431, 0.00901413232505052, 0.00915324581813398, 0.00928429379484797, 0.0094163500784623, 0.00955546357154576, 0.00968247925949163, 0.00981957613877442, 0.00995465640425653, 0.0100857053198038, 0.010224817874054, 0.0103538501758005, 0.0104909470550833, 0.0106240107067647, 0.0107530439473445, 0.0108941731153954, 0.0110211888033413, 0.0111572773757237, 0.0112943742550065, 0.0114223982498527, 0.0115615117429362, 0.0116935670877173, 0.0118286482920326, 0.011963729496348, 0.0120927608592613, 0.0122328817204119, 0.0123609066540913, 0.0124949786126731, 0.0126340921057565, 0.0127601004256353, 0.0129002212867859, 0.0130322775704002, 0.0131653412220816, 0.0133034464082648, 0.013431470403111, 0.0135705838961944, 0.0137016328117417, 0.0138336881565228, 0.0139738090176733, 0.0140998173375521, 0.0142379225237352, 0.0143719954211502, 0.0145020350909639, 0.0146421559521144, 0.0147701799469606, 0.0149082851331438, 0.0150413497236584, 0.0151713903323053, 0.0153125195003562, 0.0154395361271353, 0.0155756237606845, 0.015711712333067, 0.0158397363279132, 0.015979858127897, 0.016110906104611, 0.0162469956158267, 0.0163810685132417, 0.016510099876155, 0.0166512290442059, 0.0167782437933185, 0.0169133268753004, 0.0170514292449838, 0.0171784477494294, 0.0173185686105799, 0.0174496165872939, 0.0175846977916093, 0.0177207854251585, 0.0178498167880718, 0.0179234062927982], "stress_pa": [659162.7588233791, 959519.76546322, 1239295.02494843, 1570287.9572489199, 1837517.7651524101, 2123893.82971338, 2428301.0030846, 2708265.00582408, 3005800.9748956803, 3285281.93584886, 3548597.1596346297, 3870598.36023783, 4121858.8342628297, 4416403.712996519, 4689827.424934111, 4957754.295992561, 5242718.30976249, 5519085.0070202695, 5785476.50072948, 6047765.27986948, 6308649.5150524005, 6546030.92545965, 6807862.553730549, 7114621.81734751, 7353900.46514182, 7586818.83294898, 7863852.872427209, 8082973.37298412, 8342176.69015907, 8620153.83310586, 8823500.17746768, 9081798.38494603, 9339717.26750753, 9569851.67231426, 9809491.260942211, 10058246.290827401, 10304141.3701682, 10545085.6159011, 10733565.3649755, 10973627.1747145, 11175956.266472101, 11391058.619242601, 11624659.0365368, 11836088.2494823, 12033838.4789157, 12254559.0075144, 12483734.9887833, 12662505.4907129, 12889421.4553527, 13081368.4425201, 13300923.4202435, 13490726.8233089, 13714307.9152548, 13881371.4329976, 14088785.562170599, 14249403.6203407, 14426621.280042, 14618156.4637456, 14764971.7522433, 14972141.9859124, 15126864.8814006, 15290872.9645143, 15469012.279587101, 15616674.4615179, 15771647.380537799, 15912366.5070438, 16094542.966789, 16239144.8116685, 16347835.1884099, 16515308.058405498, 16636959.2138084, 16770995.113265598, 16897337.8867031, 17010864.502933603, 17112583.6353225, 17228235.4515719, 17359687.7745356, 17431868.5876318, 17526294.1414094, 17633475.797722097, 17699252.8218342, 17775891.1623055, 17881774.9023438, 17948668.4531093, 18044877.262958102, 18135160.2699862, 18202718.0989583, 18295080.9586, 18370338.0416196, 18459983.7337632, 18527747.4644672, 18589717.7577497, 18693729.998117503, 18727353.260699, 18839012.0540757, 18911518.8782474, 18997984.123996, 19053132.6968028, 19116501.4060147, 19186534.9581921, 19264123.1429625, 19318032.6285611, 19392220.983543597, 19459003.0042043, 19510757.875251, 19599740.5147935, 19648159.287540797, 19706200.289439, 19754720.7874467, 19798886.7089452, 19878250.7961534, 19933015.7544239, 19962713.4024379, 20009673.704584002, 20054635.0440826, 20111327.8798789, 20146784.6483591, 20165636.9128859, 20229280.1577403, 20250514.9994509, 20317103.3744352, 20324532.9952623, 20374622.2683704, 20385716.4497835, 20395281.0754738, 20417245.1524849, 20431648.4688755, 20457604.343153898, 20452388.165945, 20461286.0622176, 20437477.4488579, 20340740.4030183, -402250.32821716496]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet1"}}
data/D638/M7.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M7", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet2", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet2", "specimen_index": 2, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1410000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000313654821988466, 0.000442687079727207, 0.000574743510034228, 0.000715872531392439, 0.000839864530855918, 0.00097998545068356, 0.00111305004119823, 0.00124409836997468, 0.00138321127628737, 0.00151123550584189, 0.00165034841215458, 0.00178240493047722, 0.00191345325925367, 0.00205357412040424, 0.0021795822055747, 0.00231667908485748, 0.00245377572943196, 0.00258079212150276, 0.00272192105484535, 0.00285095312188359, 0.00298805000116638, 0.00312313050135679, 0.00325216280310334, 0.00339228389896222, 0.00351930005632471, 0.00365438055651513, 0.00379248550798994, 0.00391950143064412, 0.00405861445431097, 0.00418966290044157, 0.0043247436353403, 0.00446184004520647, 0.0045898645094693, 0.00472998537061986, 0.00485901767236641, 0.00499208226288108, 0.00513220312403164, 0.00525821097449379, 0.00539732399816064, 0.00552938028177497, 0.00566143703480591, 0.00580055005847276, 0.00592958236021931, 0.00606768754640243, 0.00619974336060014, 0.00633079180673075, 0.00647091266788132, 0.00659692098776009, 0.00673401786704287, 0.00687010643942532, 0.00699913874117187, 0.00713825176483871, 0.00726930021096932, 0.00740538878335177, 0.00753946121135015, 0.00766950135058042, 0.00780962268114761, 0.00793764667599382, 0.0080717191039922, 0.00820982429017533, 0.00833684091695444, 0.008476961778105, 0.00860800975481899, 0.00874208171340076, 0.00887917953151679, 0.0090082108944301, 0.0091483326944139, 0.00927736405732721, 0.00941042864784188, 0.009548533834025, 0.00967555046080411, 0.00981466301505434, 0.00994772666673576, 0.0100797838891833, 0.0102178890753665, 0.0103469204382798, 0.0104850256244629, 0.0106170828469105, 0.0107471225167241, 0.010888251684775, 0.0110142600046538, 0.0111523651908369, 0.011287445456319, 0.0114164777580656, 0.0115565986192161, 0.011686639227863, 0.0118227278002455, 0.0119578080657276, 0.0120868403674741, 0.012227969535525, 0.0123539769165706, 0.0124900664277862, 0.0126271623682358, 0.0127541789950149, 0.0128942998561655, 0.0130253487717127, 0.0131604290371948, 0.0132965176095772, 0.0134245416044235, 0.0135656717113076, 0.0136947030742209, 0.0138277676647356, 0.013966881157819, 0.0140938968457649, 0.0142320010931148, 0.0143650656836295, 0.0144961145991767, 0.0146352280922602, 0.0147642594551735, 0.0149023646413566, 0.0150334126180706, 0.0151654698405181, 0.0153055907016687, 0.0154315990215475, 0.0155697032688974, 0.0157047844732127, 0.0158338167749593, 0.0159749440653437, 0.0161039773059235, 0.0162420815532734, 0.0163741378368877, 0.0165041793843678, 0.0166453085524187, 0.0167713168722975, 0.0168872440008393], "stress_pa": [427179.987650798, 627589.283219303, 803940.707899959, 1012392.3121685999, 1184604.98181692, 1369905.58670228, 1588577.975231, 1756770.5820842, 1962838.6899649398, 2163788.3626792296, 2334726.9387609, 2497853.3518841, 2668750.2573771602, 2863616.63695799, 3004494.47938237, 3167540.4621415297, 3344343.86716789, 3508038.8080642903, 3684561.54942034, 3836229.0102794003, 4007874.7607617998, 4182644.88618537, 4320889.821493, 4491859.956917509, 4628175.1762911, 4783639.25673397, 4957268.956195881, 5093779.35325286, 5250375.280418551, 5400163.2751710005, 5561008.68317018, 5686306.015075929, 5836852.659662089, 5982179.450222771, 6131197.1518888, 6228583.15586565, 6402021.6608622, 6515454.518268391, 6648782.01771931, 6798224.39170745, 6905269.39300169, 7027113.581278239, 7134916.006800639, 7236021.11081043, 7370317.45144641, 7489961.677765749, 7594191.463118101, 7713587.504314129, 7832007.35069183, 7937022.749199919, 8007527.54671028, 8140551.708788279, 8244858.707290101, 8361132.51835467, 8438753.79447477, 8544598.92793831, 8624301.89508032, 8702143.16739615, 8765728.80878985, 8867015.30242062, 8954399.752329629, 9026477.00175703, 9126689.25212569, 9196325.09530309, 9276874.34307543, 9325261.86288121, 9407531.860841801, 9470827.033720821, 9562030.47051487, 9627086.22576242, 9687344.96089828, 9733697.36269296, 9828986.96838134, 9846518.03012832, 9929291.13916604, 9974667.95894516, 10018296.4524112, 10078105.3903112, 10154122.961572899, 10183932.1396916, 10225876.038333, 10278506.6045432, 10329777.361398699, 10358995.7976437, 10418632.5379644, 10463690.7003012, 10480367.514981799, 10512741.885510799, 10573147.0805095, 10628219.6657725, 10657408.6874843, 10700982.6415035, 10720271.2216052, 10766732.7022935, 10791067.100433, 10844443.4476186, 10869013.162023101, 10891946.6930221, 10939150.8906721, 10968891.4348801, 11004833.543157, 11004945.0732618, 11053796.4847672, 11079483.951430699, 11090486.212427799, 11109714.7378577, 11147176.597013101, 11164712.561182199, 11175372.8782317, 11204788.6369698, 11239199.9639182, 11233684.7389558, 11271155.177350001, 11243570.473299399, 11278910.809252601, 11282178.2736414, 11311285.1797816, 11349218.8970727, 11323634.3812751, 11337841.600778101, 11357859.4161803, 11347837.639620999, 11341346.832643101, 11304958.603947, 206325.12119400498]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet2"}}
data/D638/M8.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M8", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet3", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet3", "specimen_index": 3, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1395000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000255315125736522, 0.000378298994330894, 0.000517411929982123, 0.000652492518188156, 0.000780516747742675, 0.000921645798439425, 0.0010506780415089, 0.00118777480343753, 0.00132184746614422, 0.00145087965053662, 0.00159200870123337, 0.0017190247412417, 0.00185410547614043, 0.00199221031026109, 0.00211821839543155, 0.00225833925658212, 0.00239039577490475, 0.00252346036541942, 0.00266156508218593, 0.00278958931174045, 0.00292971017289101, 0.0030597507815379, 0.00319281513734426, 0.00333091985411076, 0.00345692793928122, 0.00359604096294807, 0.00373011362565476, 0.00386116183707706, 0.00399926678855188, 0.00412829909029843, 0.00426741211396527, 0.0043994683975796, 0.00452950853680987, 0.00467063770486077, 0.00479563724842258, 0.00493374243460571, 0.00506983147640478, 0.00519785547125099, 0.00533797633240155, 0.0054670086341481, 0.00560410504401427, 0.00573817841084589, 0.00586821808065954, 0.00600833894181011, 0.00613636387548956, 0.00627144414097166, 0.00640954885773817, 0.00653555717761694, 0.0066756780387675, 0.00680773432238183, 0.00694180721979684, 0.00707890409907962, 0.00720692809392583, 0.0073470489550764, 0.00747608125682295, 0.00760914584733761, 0.00774825887100446, 0.00787527502836695, 0.00801337974513346, 0.00814745264254846, 0.00827850061926245, 0.00841761411234592, 0.00854563810719213, 0.00868575896834269, 0.00881680694505668, 0.00894785586060391, 0.00908797672175447, 0.00921398504163324, 0.00935208928898313, 0.0094861612475649, 0.00961620279504503, 0.00975531534929525, 0.0098853550191089, 0.0100224528372249, 0.0101565247958067, 0.0102865654044536, 0.0104266862656041, 0.01055370195355, 0.0106887831578654, 0.0108268874052152, 0.010952895725094, 0.0110940248931449, 0.0112250728698589, 0.0113591457672739, 0.0114952343396564, 0.0116252749483033, 0.0117653958094538, 0.0118944271723671, 0.0120264843948147, 0.0121666052559653, 0.0122916052689437, 0.0124317261300943, 0.0125647907206089, 0.0126958386973229, 0.0128349521904064, 0.0129639844921529, 0.0131030970464032, 0.01323313765505, 0.0133651939386644, 0.0135043064929146, 0.0136323304877608, 0.0137694283058768, 0.0139045085713589, 0.0140345491800058, 0.0141726534273557, 0.0143026949748358, 0.0144397909152854, 0.0145738628738671, 0.0147028951756137, 0.0148440252824978, 0.0149710409704437, 0.0151061221747591, 0.0152432181152086, 0.0153712421100548, 0.0155113629712054, 0.0156424118867526, 0.0157774921522347, 0.0159145890315175, 0.0160426139651969, 0.0161837431332479, 0.0163107578823605, 0.016444832657442, 0.0165839433340257, 0.0167089433470041, 0.0168490642081547, 0.0169811223694355, 0.0171141869599502, 0.0172522893296336, 0.0173813225702134, 0.0175214434313639, 0.0176514831011776, 0.0177835412624584, 0.0179226538167086, 0.0180496685658213, 0.0181877746908376, 0.0183218475882526, 0.0184508808288324, 0.018591001689983, 0.0187200330528963, 0.0188581373002462, 0.0189912018907608, 0.0191212415605745, 0.0192603559924912, 0.0193873707416038, 0.0195244685597199, 0.0196615663778359, 0.0197895894338489, 0.0199287019880991, 0.0200607582717134, 0.0200940248887587], "stress_pa": [334080.53907524596, 509347.609248027, 700687.423767335, 916801.973519076, 1111910.41019547, 1300819.5808134899, 1494134.03737018, 1666966.17402226, 1851992.3198654, 2030465.76565049, 2221480.5265985797, 2411816.9148763, 2564187.1073159804, 2749554.4311033203, 2953630.31716711, 3152848.51564461, 3333778.84094974, 3474444.96001584, 3663794.276226, 3836928.2182440697, 4020423.4295580797, 4172091.19681852, 4354917.53390515, 4505624.12001522, 4677022.298177079, 4818122.58800828, 5012319.4805589495, 5154019.39790412, 5351717.53910172, 5506217.98718311, 5663695.431138621, 5837069.591843939, 5921548.13100056, 6110660.90534011, 6280027.9487089, 6415304.77378263, 6594480.3383455705, 6740627.67182009, 6825991.710984561, 6994828.67995419, 7136062.56079003, 7285506.16038372, 7424135.016629021, 7586908.30215393, 7692722.18267602, 7839175.91753734, 7991776.0642178105, 8114052.278449741, 8211871.533987509, 8347614.701971951, 8457206.51159325, 8590086.052216679, 8714049.925287079, 8824450.021766748, 8905944.82421875, 9044023.38357336, 9150650.453375999, 9241128.33168612, 9347681.86515593, 9471607.74445438, 9577042.91286239, 9651909.640515178, 9772201.59936621, 9856539.193884911, 9948294.76597797, 10061920.0434551, 10116275.0366701, 10231380.845648201, 10291539.693931999, 10397370.7329317, 10463531.3715801, 10566862.1752636, 10629592.3439853, 10711934.6526732, 10793938.69423, 10849550.545933701, 10932752.0041102, 11027643.2879957, 11086377.9826337, 11146393.4350684, 11195384.5656062, 11274385.8735724, 11353821.0459024, 11419338.2416384, 11446476.8252698, 11518073.02452, 11585390.6348048, 11639610.198606899, 11698874.354841199, 11729553.7128985, 11802598.5779054, 11853516.360363299, 11907954.081952801, 11956005.173035901, 11997009.0322226, 12056031.7441642, 12093026.647606, 12144393.001694301, 12172233.857304199, 12222844.0127698, 12260343.8656972, 12306822.5048632, 12361630.3593279, 12405564.641378, 12435169.1433704, 12433530.508753799, 12525128.590534, 12553986.6987481, 12572707.8234814, 12626114.810805699, 12658180.328736799, 12692511.991324699, 12743622.193853501, 12737742.964043701, 12780929.62671, 12825789.2409482, 12831304.4659105, 12888607.6532693, 12911734.8299448, 12924403.9144861, 12956452.2739395, 12966806.1896022, 13011744.2425954, 13024962.3984218, 13047447.3577905, 13051337.4297973, 13087398.421812199, 13131315.5453847, 13157091.2556476, 13173814.643339, 13166680.3934488, 13185804.7424071, 13216080.8762393, 13240752.3159042, 13254290.3547785, 13268435.0683986, 13284461.0865336, 13296838.4769547, 13284836.1218311, 13322648.5041729, 13341388.012989499, 13369509.532269701, 13364015.142601699, 13360785.6719848, 13347942.5514558, 13359265.9211063, 13331868.7347044, 13336446.3714232, 3454384.86122223, 476788.861684531]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet3"}}
data/D638/M9.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "M9", "batch_label": "M", "specimen_id": "2026_07_21/tensile/TypeIV/Sheet4", "test_date": "2026-07-21", "session_folder": "2026_07_21/tensile", "test_run_name": "Sheet4", "specimen_index": 4, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type IV", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 6.0, "thickness_mm": 4.15, "area_mm2": 24.900000000000002, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 715000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000286319800086977, 0.000415352043156448, 0.000547408502802009, 0.000688537553498758, 0.000812529494285159, 0.000952650472789879, 0.00108571494595039, 0.00121676333340392, 0.00135688431190864, 0.00148390035191698, 0.00162402144777585, 0.00175506977655231, 0.00188611822268291, 0.00202724715602551, 0.00215224716900394, 0.00229035212047875, 0.0024264406928612, 0.00255345685022369, 0.0026945860182746, 0.00282361832002114, 0.00296071496459562, 0.00309579569949435, 0.0032248280012409, 0.00336494886239146, 0.00349297309194598, 0.00362704551994437, 0.00376615854361121, 0.00389216662878167, 0.00403127941774021, 0.00416333593606285, 0.00429740883347785, 0.00443551308082774, 0.00456252970760685, 0.00470365840624113, 0.00483168287050396, 0.00496575529850235, 0.00510486785275257, 0.00523087617263134, 0.00536998919629819, 0.00550305331739624, 0.00563410223294347, 0.00577321478719369, 0.00590224755835686, 0.00604035180570675, 0.00617341639622141, 0.0063034570048683, 0.00644357786601887, 0.00656958571648102, 0.0067066825957638, 0.00684277116814625, 0.00697180393930942, 0.00711091649355964, 0.00724196493969025, 0.0073780535120727, 0.00751212594007108, 0.00764216654871797, 0.00778228740986854, 0.00791031140471475, 0.00804539213961347, 0.0081834973257966, 0.00830950470684213, 0.0084496255679927, 0.00858067448353992, 0.00871474738095493, 0.00885285256713806, 0.00898087656198427, 0.00912099742313483, 0.00925002972488138, 0.00938309431539605, 0.00952220686964627, 0.00964922349642538, 0.00978732774377527, 0.00992039233428993, 0.0100534569248046, 0.0101905538040874, 0.0103195861058339, 0.0104586986600842, 0.0105897466367982, 0.010719787245445, 0.0108609164134959, 0.0109869247333747, 0.0111250289807246, 0.0112601101850399, 0.0113891424867865, 0.0115292633479371, 0.0116593030177507, 0.0117964008358667, 0.0119304727944485, 0.0120595050961951, 0.012200634264246, 0.0123266425841247, 0.0124627311565072, 0.0126008354038571, 0.0127268437237358, 0.0128679728917867, 0.0129980135004336, 0.0131330937659157, 0.0132701906451985, 0.0133982146400447, 0.0135383355011953, 0.0136673687417751, 0.0138004333322897, 0.0139395449477067, 0.0140665615744858, 0.014204666760669, 0.0143377313511836, 0.014469787634798, 0.0146089011278814, 0.0147369251227276, 0.0148760376769779, 0.0150070856536918, 0.0151381345692391, 0.0152782554303896, 0.0154052720571688, 0.0155433763045186, 0.0156774482631004, 0.0158074898105805, 0.0159476106717311, 0.0160776503415447, 0.0162147462819943, 0.016347810872509, 0.0164768441130888, 0.0166179732811397, 0.0167439797233519, 0.016881077541468, 0.0170171651750172, 0.0171451901086966, 0.0172853109698472, 0.0174153525173273, 0.0175524484577769, 0.0176935795034943], "stress_pa": [192080.635622323, 285134.258040463, 387347.998868031, 473585.205384526, 618204.170441532, 675847.769741074, 794588.5715714421, 884388.7666143089, 970685.874601923, 1067636.48220813, 1151081.8358884798, 1261304.75576623, 1353286.6818837798, 1421639.77565536, 1541185.03432676, 1619502.14799628, 1742093.64925522, 1769554.10754346, 1892055.37359399, 1982905.6827897502, 2021642.4781155898, 2160568.2373046903, 2229276.75668494, 2323480.01625643, 2411422.57629149, 2503807.03723096, 2579013.5640217103, 2661431.24745074, 2735429.93997474, 2834275.3337569, 2916919.1414093897, 2997703.09264401, 3064036.54167451, 3160971.52280999, 3220869.62351359, 3280485.5285399402, 3366269.03120294, 3411469.6701846397, 3525279.0948952097, 3563367.23848519, 3641559.3403889, 3682378.74594079, 3784683.41137989, 3839682.1539086, 3915845.57223033, 3943753.52974398, 4039653.79339624, 4078255.1593091106, 4128417.0495458404, 4234949.44131997, 4241532.16871392, 4328343.34162823, 4360881.94330054, 4427200.37866309, 4480967.38761687, 4493615.636863859, 4606118.25965973, 4589807.2882349705, 4649453.52699862, 4691447.98186888, 4787644.53566218, 4798302.09509915, 4841677.5010196995, 4889920.7057723105, 4945799.12668251, 4998759.380784861, 5022011.56922612, 5055744.82990556, 5045837.34106347, 5122123.01353853, 5176653.8811496, 5221425.2517884, 5304192.84560115, 5279129.82496392, 5366312.66276042, 5357429.47375439, 5356068.43879424, 5403935.689045239, 5436900.18864521, 5468941.194465361, 5533551.44209651, 5505825.18060523, 5550963.62010542, 5589217.83324705, 5603441.59842495, 5650529.97635071, 5671670.44643417, 5709273.25022747, 5704272.16679217, 5786062.95298381, 5770134.37048977, 5826825.98068053, 5823651.0495105395, 5826868.87687469, 5858387.77473174, 5880781.4264872, 5897682.52698293, 5931433.86534419, 5936289.714522149, 5932601.86743066, 5972858.107233619, 5985506.96928338, 6022226.72427993, 6035018.98217871, 6035049.6223173905, 6046397.50407881, 6087261.64423318, 6103708.04507091, 6163409.12968279, 6143933.644735189, 6153650.85831608, 6161154.01547597, 6181674.32915255, 6217558.83396869, 6195387.62962004, 6215302.49415631, 6232166.82648563, 6247722.82489332, 6279542.60891221, 6274583.80886829, 6290009.280285199, 6283319.31240587, 6307699.05795055, 6329124.48132373, 6316304.64730014, 6329903.96645174, 6295620.71528301, 6320216.16740399, 6322585.87572948, 6112138.98563002, 302353.671276904]}, "notes": "ASTM D638 Type IV (narrow-section) specimen, distinct geometry from the rest of Batch M's Type I specimens.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_21/tensile/tensile_m_t4.xlsx", "xlsx_sheet": "Sheet4"}}
data/D638/N1.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "N1", "batch_label": "N", "specimen_id": "2026_07_23/tensile/Sheet1", "test_date": "2026-07-23", "session_folder": "2026_07_23/tensile", "test_run_name": "Sheet1", "specimen_index": 1, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.75, "thickness_mm": 3.3, "area_mm2": 42.074999999999996, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 892000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000165461528104741, 0.000237670259508898, 0.000317767338683085, 0.000397257634780412, 0.000470679958828424, 0.000550777055662701, 0.000629660586343262, 0.000703689711128223, 0.000783786772642318, 0.000862670232682513, 0.000937306158204425, 0.00101801009109583, 0.00109507314892518, 0.00117031594582441, 0.00125041293669814, 0.0013280828659048, 0.00140393239290061, 0.00148402938377434, 0.00156048585278783, 0.00163633537978364, 0.00171703917139432, 0.00179349564040781, 0.00186995182685984, 0.0019500489590143, 0.00202650514546633, 0.00210356827393604, 0.0021836654060905, 0.00225951493308631, 0.00233718486229297, 0.00241606825169281, 0.00249191763740789, 0.00257080145064991, 0.00264968498133047, 0.00272492770758933, 0.00280441761516465, 0.00288269448638899, 0.00295733055319163, 0.00303742768534609, 0.00311509733199129, 0.00319094700026783, 0.00327104384986083, 0.00334750046015505, 0.00342335012843159, 0.00350405392004227, 0.00358111690723125, 0.00365635963349012, 0.00373706342510079, 0.00381351975283356, 0.00388997608056632, 0.00397068015473846, 0.00404592259843586, 0.00412237920873008, 0.00420368965979698, 0.00427893238605584, 0.00435599537324482, 0.0044366991648555, 0.00451072857220192, 0.00458900544342626, 0.00466910229301926, 0.00474313141780422, 0.00482201494848478, 0.00490211208063924, 0.00497614092286274, 0.00505441835921001, 0.00513512186825923, 0.00520915071048273, 0.00528864146574243, 0.00536813109075629, 0.00544155355608503, 0.00552104374622181, 0.00560053450148151, 0.00567517028572269, 0.00575526741787715, 0.00583354372397857, 0.00590818007334267, 0.00598827720549713, 0.00606594713470379, 0.00614118986096265, 0.00622189393513479, 0.00629834941518317, 0.00637480602547739, 0.00645490315763185, 0.00653196614482083, 0.00660842275511506, 0.00668791294525184, 0.00676376261352838, 0.00684143254273504, 0.0069215296748895, 0.00699677183602544, 0.0070750492723727, 0.00715453889738656, 0.00722978218876834, 0.00730866543688744, 0.00738754868500654, 0.00746339835328308, 0.00754228160140218, 0.00762055847262652, 0.00769580119888538, 0.00777529138902216, 0.00785296131822882, 0.00792881098650536, 0.00800890811865983, 0.00808597110584881, 0.00816182077412535, 0.00824252484829749, 0.00831898089346879, 0.00839482999662241, 0.00847492712877687, 0.00855077679705341, 0.00862784034936531, 0.00870854385841453, 0.00878439352669107, 0.00886085013698529, 0.00894155364603451, 0.00901618943027569, 0.00909385935948235, 0.00917456343365449, 0.00924919921789568, 0.00932686914710234, 0.00940757322127448, 0.00948160206349798, 0.00956048587674, 0.00964058300889446, 0.00971400490910028, 0.00979288928746522, 0.00987298641961968, 0.00994701526184318, 0.01002650545198, 0.0101059945118709, 0.0101794175423226, 0.010259514674477, 0.010338399052842, 0.0104124278950655, 0.0104931308389918, 0.010571408275339, 0.0106454371175625, 0.0107261411917347, 0.0108038116860642, 0.0108790532820773, 0.0109597584864953, 0.0110368209085613, 0.0111126705768379, 0.0111921607669746, 0.0112698312613042, 0.0113456797993349, 0.0114257769314894, 0.0115022335417836, 0.011578689021832, 0.0116587861539864, 0.0117352438945265, 0.0118177676645058], "stress_pa": [139193.192026974, 210778.615478951, 282525.160591728, 362101.558837165, 419528.165603066, 485479.09079884295, 570168.588675705, 623625.621013675, 710310.6384821329, 775239.052548695, 832040.824142157, 906583.045964006, 971838.531222148, 1042675.4874979099, 1116603.45919559, 1181760.5737696402, 1251381.5414601, 1300758.4570138399, 1389406.3096207902, 1446130.47263768, 1511447.51890458, 1575968.17061934, 1635800.39393243, 1707520.69175208, 1769775.10049948, 1810870.47375176, 1875768.6512993, 1941329.58433137, 1994734.6207363203, 2040534.0166369602, 2097414.5754419197, 2150953.0695860297, 2202512.54502748, 2268690.1761177997, 2310732.9905210203, 2364197.50265755, 2418509.72529755, 2462130.2785437102, 2521250.60636234, 2570600.59464127, 2630555.75864342, 2690028.04498338, 2737930.4882464404, 2793435.12677325, 2852608.5838277102, 2904839.33719084, 2945547.75553095, 3014098.79470254, 3052765.63602477, 3103018.6399844, 3170356.77315434, 3201125.67251095, 3244943.3297822, 3290213.42793746, 3349233.66245172, 3399316.21766841, 3437275.8780358704, 3490389.51962177, 3541355.50704657, 3569121.2446152703, 3618016.82379865, 3659970.7872614, 3709869.11277295, 3751478.18952392, 3803003.03123143, 3836686.60409239, 3875439.7577568, 3915964.8530340204, 3958860.2738088598, 3986651.76001745, 4018279.79356989, 4054640.86232268, 4093009.2370162997, 4131781.9741533, 4168910.0622493303, 4218686.53504252, 4246037.39311776, 4274533.88433972, 4322634.51959856, 4346226.07624963, 4378989.58855559, 4407881.37579843, 4453045.57813893, 4472171.01506796, 4507317.18320614, 4528746.5794201195, 4564381.609059339, 4590582.11944816, 4616285.06457034, 4640875.7409805795, 4674847.98873385, 4697888.3068971, 4729130.83616496, 4750899.31658033, 4775207.84592246, 4802037.20337567, 4818757.49974469, 4844212.02489045, 4870402.38088607, 4884937.3067764, 4909601.239880419, 4929034.93517435, 4965658.56752265, 4970848.91307375, 5003889.857908119, 5018513.6347389305, 5034689.58310123, 5071009.30896743, 5067165.50848559, 5098533.51704081, 5120792.672241719, 5149112.912210341, 5149441.84201853, 5142412.82598503, 5186000.92143865, 5214631.23305667, 5218312.200590461, 5232597.2558767805, 5249149.64210116, 5274827.56389725, 5286305.6547784805, 5294778.77058731, 5317563.41563614, 5325833.80623793, 5347286.775150401, 5362745.38816474, 5358041.00285948, 5389284.98275494, 5398562.4715677, 5395620.23613896, 5438564.6155952895, 5446192.378170489, 5439692.47855392, 5463332.993886479, 5472323.25843453, 5478258.86391488, 5496248.09677659, 5499903.67832739, 5515691.2211499205, 5516672.2080641, 5530831.42140616, 5540447.9944203105, 5543719.88497103, 5547634.76620525, 5571258.59932041, 5571414.9044442605, 5571083.79869467, 5575906.77280619, 5577931.48627822, 5571808.38718063, 22659.7947445358]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; strain/stress curve and metrics extracted from the TestWorks xlsx export only (already analyzed — no raw load/extension trace to derive it from). Yield metrics are null; D790 modulus is null since it needs the raw load-deflection trace to recompute (see flexural_modulus_pa).", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_23/tensile/tensile_n.xlsx", "xlsx_sheet": "Sheet1"}}
data/D638/N2.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "N2", "batch_label": "N", "specimen_id": "2026_07_23/tensile/Sheet2", "test_date": "2026-07-23", "session_folder": "2026_07_23/tensile", "test_run_name": "Sheet2", "specimen_index": 2, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.75, "thickness_mm": 3.3, "area_mm2": 42.074999999999996, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 968000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000136618696392805, 0.000212468210143547, 0.000290744913597021, 0.000369628391297307, 0.000444871117556168, 0.000523754612916546, 0.000602638108276924, 0.000677880834535785, 0.00075737109531293, 0.000835647825256541, 0.000910890551515402, 0.000991594413766447, 0.00106865754223616, 0.00114390019785465, 0.00122399733000911, 0.00130106038783846, 0.00137690991483427, 0.00145761384772568, 0.00153346337472149, 0.00160991970245425, 0.00169062349406493, 0.00176586636160452, 0.00184232254805655, 0.00192363328168491, 0.00199826920720683, 0.00207533233567654, 0.0021566430693049, 0.00223127885354608, 0.00230894878275274, 0.0023890459149072, 0.00246368169914838, 0.00254135162835504, 0.00262205541996572, 0.00269608482731214, 0.0027749683579927, 0.00285506549014716, 0.00292848767291444, 0.00300797786305122, 0.00308807499520568, 0.00316149746053442, 0.0032409876506712, 0.00332047784080798, 0.00339450696559295, 0.00347460409774741, 0.00355288096897175, 0.00362812341266915, 0.00370761388536739, 0.00378589047403027, 0.00386113320028913, 0.00394123033244359, 0.00401890026165025, 0.00409353604589143, 0.00417424012006357, 0.00425130310725255, 0.00432715249296763, 0.00440785656713977, 0.00448431289487253, 0.00456016256314907, 0.00464025941274207, 0.00471671574047483, 0.00479377872766381, 0.00487387585981828, 0.00494972552809482, 0.0050267885152838, 0.00510688564743826, 0.00518212837369712, 0.00526040524492146, 0.00534050237707592, 0.0054151381613171, 0.0054940214094362, 0.00557290522267822, 0.00564814794893708, 0.00572763813907386, 0.0058059150102982, 0.00588115717143414, 0.0059612543035886, 0.00603892423279526, 0.00611416752417705, 0.00619426465633151, 0.00627132764352049, 0.00634717731179703, 0.00642727444395149, 0.00650433743114047, 0.00657957959227641, 0.00666149755048391, 0.00673674027674277, 0.00681319632191407, 0.00689390039608621, 0.00696914312234507, 0.00704620610953405, 0.00712691018370619, 0.00720154596794737, 0.00727921533203111, 0.00735991940620325, 0.00743455575556736, 0.00751222568477402, 0.00759292919382323, 0.00766635165915198, 0.007745235472394, 0.00782533260454846, 0.0078987550698772, 0.00797824469489106, 0.00805834182704552, 0.00813237066926902, 0.00821186142452872, 0.0082913516146655, 0.00836538102201192, 0.00844547815416638, 0.0085237544602678, 0.00859778386761422, 0.00867848794178636, 0.00875676424788778, 0.00883140003212896, 0.00891149716428342, 0.00898977403550777, 0.00906440981974895, 0.00914511389392109, 0.00922217688111007, 0.00929802654938661, 0.00937812368154107, 0.00945457972671237, 0.00953103633700659, 0.00961113290403813, 0.00968819645635003, 0.00976465306664425, 0.00984474906855287, 0.00992059873682941, 0.009998269231159, 0.0100777594212958, 0.0101530021475546, 0.0102318853956737, 0.0103107697740387, 0.0103860113700517, 0.0104648957484166, 0.0105437789965357, 0.0106184147807769, 0.0106985119129314, 0.0107761812770151, 0.0108520309452917, 0.010932129207692, 0.011009191629758, 0.0110850412980346, 0.0111657442419609, 0.0111997262134759], "stress_pa": [109270.869871016, 192879.502856866, 274068.523005793, 357477.07138016203, 446824.03582586, 508895.89215628296, 601510.6219304721, 672475.958748793, 758228.539995544, 830306.32685425, 864694.179414782, 946965.5264153479, 1032741.3177036899, 1091593.46074486, 1173748.12288789, 1255704.50237091, 1335908.61437792, 1401640.99345941, 1446570.4661214598, 1484492.22884289, 1514309.96981534, 1561138.4046694, 1623363.07555101, 1689880.15349961, 1747803.16956328, 1813102.98962743, 1889627.04074291, 1965780.4565067, 2039971.35445679, 2114616.29884553, 2171771.57025215, 2251886.1060049, 2321456.21106516, 2375361.71399194, 2461799.17279412, 2525369.84475964, 2593006.4445581697, 2656974.22582906, 2711276.83806122, 2783420.1751545803, 2862507.48523841, 2918896.46261559, 2985344.63575321, 3055714.0366208, 3133209.10158571, 3174271.65438855, 3239137.555472, 3295923.8234829903, 3356719.98883597, 3421430.6727662697, 3476536.38870321, 3532116.0972083, 3593689.79895462, 3649430.8897801503, 3711026.35094047, 3749767.53692718, 3806719.17648451, 3864784.53538139, 3916754.7197619597, 3976852.7705826596, 4034848.4993547606, 4079680.1453180695, 4117317.0410446394, 4175799.8180332696, 4240068.78585951, 4287235.57960116, 4320279.42569073, 4366161.3260361, 4425947.12926601, 4462776.02541964, 4507486.90663529, 4550875.540793969, 4594801.269821379, 4634602.13926953, 4674164.743134471, 4718947.0677594, 4746096.6512552, 4793442.23484849, 4830926.0893633, 4870711.72722166, 4905676.2042530095, 4946490.33707943, 4972469.62675932, 5007872.19332572, 5062318.96167558, 5070768.50478591, 5123407.0658329595, 5153840.14490029, 5173985.01037489, 5202179.045742351, 5242387.17888907, 5267747.05058397, 5298461.5514056, 5336290.6552891005, 5356035.14754623, 5394839.79849042, 5420873.48670529, 5459352.47175338, 5455937.331727199, 5492517.4452475095, 5514136.14836323, 5559043.589618609, 5568383.092761249, 5591970.66018642, 5610084.64702169, 5645996.02121862, 5664467.587757169, 5690946.981301989, 5717914.14837715, 5729721.53172349, 5756839.9267259, 5792100.694444451, 5795261.24932691, 5815678.10747642, 5839260.23504809, 5848144.603781381, 5879145.60355392, 5889499.0953886295, 5901231.04609978, 5915667.32931335, 5950184.65038714, 5958533.37487931, 5978142.233455881, 5998794.09327652, 5999107.79149491, 6033824.21120674, 6046343.127390631, 6050048.3929367205, 6065287.23586973, 6084350.65846888, 6103215.3450869005, 6116862.12422943, 6132010.30293746, 6130716.34311869, 6155427.78427659, 6158903.4880050495, 6174819.04871324, 6201352.47813614, 6194061.62382093, 6205725.39503491, 6204123.17685123, 6206001.73959262, 6200616.28462938, 179644.96261225]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; strain/stress curve and metrics extracted from the TestWorks xlsx export only (already analyzed — no raw load/extension trace to derive it from). Yield metrics are null; D790 modulus is null since it needs the raw load-deflection trace to recompute (see flexural_modulus_pa).", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_23/tensile/tensile_n.xlsx", "xlsx_sheet": "Sheet2"}}
data/D638/N3.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "N3", "batch_label": "N", "specimen_id": "2026_07_23/tensile/Sheet3", "test_date": "2026-07-23", "session_folder": "2026_07_23/tensile", "test_run_name": "Sheet3", "specimen_index": 3, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.75, "thickness_mm": 3.3, "area_mm2": 42.074999999999996, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 923000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [0.000101870332063931, 0.000174685873035085, 0.000256603336760029, 0.000332452846095749, 0.00040830237309156, 0.000489006270662787, 0.000565462563075366, 0.000641312125391359, 0.000722015917002039, 0.00079786544399785, 0.000874321771730611, 0.000956239235455555, 0.00103026836024052, 0.00110733148871023, 0.00118803535096127, 0.00126327807722013, 0.00134034120568984, 0.0014216519393182, 0.00149568106410317, 0.00157335099330983, 0.00165405478492051, 0.00172747710896852, 0.00180636049836835, 0.00188706457254049, 0.0019604868965885, 0.00203937028598833, 0.00211946741814279, 0.0021928897421908, 0.00227238007360831, 0.00235187040502582, 0.00242589938853005, 0.00250538986122829, 0.00258488005136507, 0.00265890917615003, 0.00273839936628681, 0.00281788983898506, 0.00289191896377002, 0.00297201609592448, 0.00305029268458736, 0.00312492846882854, 0.00320563226043922, 0.00328269581275112, 0.00335793825644852, 0.00343864233062066, 0.00351509865835342, 0.00359155470352472, 0.00367165183567918, 0.00374871482286816, 0.00382517115060092, 0.00390526828275538, 0.0039817248930496, 0.0040581809382209, 0.00413827807037536, 0.00421412773865191, 0.00429179738529711, 0.00437128785799535, 0.00444713724371043, 0.00452541411493477, 0.00460429764561533, 0.00468014703133041, 0.00475842361999329, 0.00483730743323531, 0.00491254959437125, 0.00499204034963095, 0.00507031665573237, 0.00514555994711415, 0.00522565707926861, 0.00530332644335235, 0.00537856973473414, 0.00545866630176567, 0.00553512234693697, 0.00561097201521352, 0.00569228303140334, 0.00576813269967988, 0.00584398236795642, 0.00592529281902332, 0.00600114248729986, 0.00607759853247116, 0.00615890954866098, 0.00623354476777924, 0.00631060832009114, 0.00639131182914036, 0.00646594817850446, 0.00654361810771112, 0.00662432161676034, 0.00669835102410676, 0.0067766278953311, 0.00685733140438032, 0.00693075386970907, 0.00701024405984585, 0.00708973424998263, 0.00716376309220613, 0.00724325384746583, 0.00732274403760261, 0.00739677344494903, 0.00747626363508581, 0.00755575382522259, 0.00762917629055133, 0.00770927285758287, 0.00778815667082489, 0.00786218551304839, 0.00794228264520285, 0.00802056008155012, 0.00809580224268605, 0.00817650631685819, 0.00825417568094193, 0.00832941897232372, 0.00840951610447818, 0.00848597214964948, 0.0085624287599437, 0.00864252589209816, 0.00871898193726946, 0.00879604492445844, 0.00887553511459522, 0.00895199172488944, 0.0090296616540961, 0.00910915184423288, 0.00918439457049174, 0.00926327781861084, 0.00934216163185286, 0.00941740435811172, 0.00949628817135375, 0.00957517141947284, 0.00965102108774939, 0.00972990433586849, 0.00980818064196991, 0.00988342336822877, 0.00996352050038323, 0.0100411909947128, 0.0101164337209717, 0.0101965308531261, 0.0102729874634204, 0.010348836001451, 0.0104295400756232, 0.0105059955556716, 0.0105818452239481, 0.0106631562401379, 0.0107384000966426, 0.0108154625187087, 0.0108379137221336], "stress_pa": [98407.0744460634, 148623.93737901803, 209467.950776724, 299414.863065106, 373067.46484549105, 446122.11339614, 558389.175242777, 593684.576695261, 682620.922866069, 765796.645510714, 807543.985204759, 905943.319192615, 951196.735130487, 994713.205846377, 1075367.46573037, 1186823.6267488801, 1214489.3616774399, 1230894.50920046, 1265497.6892953, 1303674.67181001, 1395052.42423082, 1442319.58326951, 1512307.7410710999, 1589728.82402843, 1631856.13748932, 1731281.42784694, 1794123.8847575, 1864812.60502544, 1913607.00293375, 1984626.4662943801, 2021893.6333115199, 2115131.45297181, 2130499.0391042796, 2211258.37882502, 2261000.03655582, 2315839.56232825, 2377021.5946227, 2469746.0734412097, 2502910.50295, 2584342.20856311, 2614297.6684933, 2730777.6248816303, 2752303.66915943, 2808569.70584754, 2837088.86312574, 2900333.50653827, 2991167.0922808, 3038835.98450033, 3075109.65294025, 3114860.47573622, 3185036.03649083, 3225372.9128370103, 3264206.9389900803, 3349879.91704731, 3401419.26503082, 3420922.22779263, 3502723.11812983, 3508981.85090798, 3554017.67270592, 3629733.54292001, 3676898.88603405, 3731321.3563716197, 3779787.9124424397, 3819418.69580455, 3855212.56916592, 3920419.36773526, 3923428.3320335704, 3973075.3363135, 4013117.37260008, 4058256.91427139, 4077263.0370803596, 4120654.93515114, 4140673.23336768, 4197902.66811033, 4245095.573148769, 4304421.16477273, 4306625.3934102105, 4346214.10857193, 4379098.74828246, 4422710.05377767, 4464368.81452392, 4487262.25664271, 4522123.73911449, 4546736.537595631, 4578924.15074458, 4632698.91585896, 4650214.51880942, 4671515.897137741, 4737773.31274603, 4748726.63909314, 4789677.130913921, 4785815.922900881, 4799713.66061813, 4834884.1267686, 4850497.59427919, 4889673.24323195, 4913203.14821004, 4915499.85435699, 4952822.68920826, 4965871.0844659805, 5012809.4043607, 5013255.10969066, 5062522.04953951, 5099363.63868464, 5086593.0386122195, 5110798.573394789, 5146298.3320103595, 5124848.627009991, 5174730.27030414, 5250167.25736223, 5225314.74267027, 5239684.29701426, 5239764.44418913, 5273153.17699049, 5283717.00982713, 5293561.69403131, 5319072.0683396505, 5327690.97222222, 5356705.33749721, 5351764.862550129, 5363547.94788417, 5390269.95889502, 5401515.22404653, 5408552.58118873, 5425061.08592822, 5435561.091150479, 5448056.43463588, 5451235.48502024, 5454241.910720251, 5491001.53940601, 5495258.76875371, 5494143.59878658, 5502238.826105731, 5523174.28362207, 5556760.66443386, 5535581.5014808, 5531499.07275884, 5551845.212812871, 1833064.16938224, -55958.242977366695]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; strain/stress curve and metrics extracted from the TestWorks xlsx export only (already analyzed — no raw load/extension trace to derive it from). Yield metrics are null; D790 modulus is null since it needs the raw load-deflection trace to recompute (see flexural_modulus_pa).", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_23/tensile/tensile_n.xlsx", "xlsx_sheet": "Sheet3"}}
data/D638/N4.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "N4", "batch_label": "N", "specimen_id": "2026_07_23/tensile/Sheet4", "test_date": "2026-07-23", "session_folder": "2026_07_23/tensile", "test_run_name": "Sheet4", "specimen_index": 4, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.75, "thickness_mm": 3.3, "area_mm2": 42.074999999999996, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1040000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [8.56473699160955e-05, 0.000159069693964107, 0.000239773573875243, 0.000316836702344954, 0.000392079393283633, 0.00047278329085486, 0.000549846384004388, 0.000625089074943067, 0.000705793007834477, 0.000782249335567238, 0.000858098862563049, 0.000939409525551043, 0.00101465218116954, 0.00109171538027962, 0.00117181244179371, 0.00124766189814916, 0.00132411822588192, 0.00140603576024723, 0.00148006488503219, 0.0015571280135019, 0.00163843860584953, 0.00171246773063449, 0.00179013765984115, 0.00187144839346951, 0.00194487071751752, 0.0020231473061804, 0.00210385123907181, 0.00217727356311982, 0.00225676389453733, 0.00233625422595484, 0.00241028335073981, 0.00248916659885891, 0.00256926373101337, 0.00264329313835979, 0.00272278332849657, 0.00280166685917713, 0.00287569598396209, 0.00295579283355509, 0.00303467664679711, 0.00310870548902061, 0.00318940956319275, 0.00326707949239941, 0.00334232221865827, 0.00342241935081273, 0.00349948233800171, 0.00357533172371679, 0.00365542885587125, 0.00373309878507791, 0.00380834151133678, 0.00388904558550892, 0.0039661085726979, 0.00404195795841298, 0.00412205509056744, 0.0041985114183002, 0.00427557468805064, 0.0043556718202051, 0.00443152120592018, 0.00450858419310916, 0.0045880746658074, 0.00466392405152248, 0.00474220092274682, 0.00482108388830446, 0.00489693412170392, 0.00497521042780534, 0.00505470061794212, 0.0051293364021833, 0.00520943353433776, 0.00528771097068503, 0.00536234618980329, 0.00544305026397543, 0.00552011325116441, 0.00559535654254619, 0.00567606005159541, 0.00575312303878439, 0.00582836576504325, 0.00590967621611015, 0.00598552588438669, 0.00606198249468091, 0.00614207962683537, 0.00621792929511191, 0.00629438534028321, 0.00637508941445535, 0.00645033157559129, 0.00652739456278027, 0.00660870614409302, 0.00668334136321128, 0.00676040491552318, 0.00684171536659008, 0.00691574420881358, 0.00699402108003792, 0.00707411821219238, 0.0071481476195388, 0.0072270308676579, 0.00730712799981236, 0.00738115740715878, 0.00746004065527788, 0.00754013778743234, 0.00761355968763816, 0.00769305044289786, 0.00777254063303464, 0.00784596309836339, 0.00792606023051785, 0.00800494347863695, 0.00807957926287813, 0.00815967639503259, 0.00823795326625693, 0.00831258905049811, 0.00839268618265257, 0.00847035611185923, 0.00854559883811809, 0.00862630291229023, 0.00870336589947921, 0.00877921556775575, 0.00885931269991021, 0.00893637568709919, 0.00901283229739342, 0.00909292886442495, 0.00916877853270149, 0.00924644789678523, 0.00932593865204494, 0.00940178832032148, 0.0094800646264229, 0.009558947874542, 0.00963479754281854, 0.00971368192118348, 0.00979256403905674, 0.00986780789556144, 0.00994729808569822, 0.0100249685800278, 0.0101008171180585, 0.0101803073081953, 0.0102573708605072, 0.0103332205287837, 0.0104133176609382, 0.0104903812132501, 0.0105662308815266, 0.0106469338254529, 0.0107227834937295, 0.0107992389737778, 0.0108799441781958, 0.0109557938464724, 0.0110322493265207, 0.0111135592124647, 0.0111888030689694, 0.0112652585490178, 0.0113465695652076, 0.0114205984074311, 0.0114982689017607, 0.011578971845687, 0.0116530006879105, 0.0117312792545036, 0.0118119821984299, 0.0118860110406534, 0.0119648942887725, 0.012044991420927, 0.0121184144513786, 0.0121979046415154, 0.0122780017736699, 0.0123508178621039, 0.0124309149942583, 0.0125104040541493, 0.0125844340266186, 0.0126639242167554, 0.0127434144068922, 0.0128168374373438, 0.0128969334392524, 0.0129758166873715, 0.0130504536018586, 0.0131311565457849, 0.0132082212283426, 0.0132834628243556, 0.0133635599565101, 0.0134418362626115, 0.0135170789888704, 0.0135971761210248, 0.013673632731319, 0.0137500893416133, 0.0138301864737677, 0.0139066419538161, 0.013983705506128, 0.0140638026382825, 0.014139652306559, 0.0141596768721591], "stress_pa": [75988.42954040639, 153993.956757952, 244107.487225773, 340519.937389462, 412489.539161723, 505921.65225613205, 573364.049284783, 653248.388570331, 735608.314518693, 819884.38352969, 896512.698503881, 968707.804869699, 1058348.34007585, 1130013.69537517, 1209868.29679493, 1305154.85594688, 1375360.9705452998, 1454675.6665053598, 1522995.23991059, 1602626.3540158, 1686773.09050988, 1768783.41520675, 1837047.59277054, 1909204.52949764, 1989604.65755905, 2057003.8984166102, 2130973.39432932, 2212513.35302705, 2276518.12530173, 2350874.21346972, 2391369.7522096, 2455051.21585803, 2529056.6148038297, 2603321.85741839, 2666783.9136424, 2741574.10211954, 2772539.9241727903, 2822580.95517445, 2877485.03387506, 2921209.12566613, 2986233.32648637, 3049427.01660446, 3098088.31943052, 3161943.13307709, 3209803.32681131, 3291751.09319296, 3340761.2719567, 3405294.97931985, 3461906.809362, 3518634.32695521, 3578103.16805463, 3641564.49896483, 3683028.8756127497, 3737778.46247401, 3793815.11867294, 3850876.2806140496, 3897618.04046903, 3954934.1502107503, 4010815.9519134397, 4059159.9299520897, 4107815.4302677503, 4159505.28086471, 4204297.39722594, 4256690.8022086695, 4313335.996685609, 4357224.009395431, 4400134.299103159, 4454546.615047529, 4485368.82496843, 4532137.78409091, 4586246.19355318, 4618375.41894125, 4669923.83334726, 4704296.0916611, 4748739.33208463, 4788420.88741273, 4830124.25495767, 4854378.38576482, 4910468.35252804, 4945988.41993, 4977257.42315155, 5017555.49520945, 5058528.10910112, 5067494.43829378, 5114701.124294421, 5145835.94446301, 5196338.81902666, 5220762.673262959, 5243816.40973151, 5285302.54579341, 5319626.57073956, 5342792.00553327, 5367761.29574699, 5412433.37267435, 5426010.5216921, 5452413.39463105, 5486427.34792781, 5514986.57879345, 5537486.900832781, 5571432.31197545, 5586603.33806818, 5624539.063080249, 5657553.53396093, 5686986.04264149, 5697726.48938837, 5727700.80747735, 5745325.20749777, 5774132.49568293, 5796716.22880923, 5830225.001044449, 5847311.21822545, 5864675.95590556, 5873073.27642231, 5893063.28740066, 5917499.834628451, 5944764.38036152, 5955290.13422367, 5980841.4887617, 6001102.041787361, 6023187.12167632, 6034635.47469177, 6065859.50845774, 6083584.727096329, 6096804.2964108, 6125040.76263555, 6135431.60813094, 6143485.4925635, 6167401.26448307, 6176381.37463792, 6202859.68021205, 6221424.81223076, 6230959.78744244, 6246355.29815619, 6261459.95803624, 6281210.97811757, 6294871.5382223, 6300528.98586044, 6322768.55758876, 6323736.12619764, 6347472.745608659, 6363008.24188577, 6378733.04506462, 6375160.14928699, 6402461.68602384, 6408725.49599859, 6433758.2511697905, 6438762.91638815, 6439071.17475305, 6478676.93478907, 6461426.796689319, 6487728.8510101, 6496246.2109607095, 6493917.95366347, 6505170.47195299, 6529092.77169675, 6527259.17841095, 6543395.23451426, 6547060.97045826, 6569669.72691065, 6580815.6240716, 6581602.58954434, 6592575.86202094, 6595361.06701203, 6616558.36281009, 6625196.85016526, 6622511.7384785395, 6641206.70166741, 6645746.44074012, 6649239.551999779, 6652566.56639929, 6666366.38675356, 6663116.25561683, 6680720.34685086, 6675919.49481024, 6696850.6004437795, 6706334.80368947, 6704939.29993872, 6712965.6224469, 6688154.08798463, 6693978.35779672, 6697302.4709410295, 5985294.915492239, 183085.465955366]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; strain/stress curve and metrics extracted from the TestWorks xlsx export only (already analyzed — no raw load/extension trace to derive it from). Yield metrics are null; D790 modulus is null since it needs the raw load-deflection trace to recompute (see flexural_modulus_pa).", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_23/tensile/tensile_n.xlsx", "xlsx_sheet": "Sheet4"}}
data/D638/N5.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": "N5", "batch_label": "N", "specimen_id": "2026_07_23/tensile/Sheet5", "test_date": "2026-07-23", "session_folder": "2026_07_23/tensile", "test_run_name": "Sheet5", "specimen_index": 5, "material_class": "SLS", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.75, "thickness_mm": 3.3, "area_mm2": 42.074999999999996, "gauge_length_mm": null}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 957000000.0, "peak_load_n": null, "peak_stress_pa": null, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": null, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [], "load_n": [], "strain": [9.67296097245392e-05, 0.000170758725679455, 0.000251462605590591, 0.000328525734060302, 0.00040376842499898, 0.000483865521833258, 0.000560928614982786, 0.000636778106658415, 0.000717482039549825, 0.000793938367282586, 0.000869787894278397, 0.000951098557266391, 0.00102634121288489, 0.00110279754061765, 0.00118350147350906, 0.0012593509298645, 0.00133580725759726, 0.00141711799122562, 0.00149175391674754, 0.00156881704521725, 0.00164952083682793, 0.00172415676234984, 0.0018018266915565, 0.00188253062444791, 0.00195655974923287, 0.00203483633789575, 0.00211554027078716, 0.00218896259483517, 0.00226845292625268, 0.00234794325767019, 0.00242197238245515, 0.00250085563057425, 0.00258095276272871, 0.00265498217007514, 0.0027338657007557, 0.00281335589089248, 0.00288738501567744, 0.00296748186527044, 0.00304636567851246, 0.00312039452073596, 0.00320049165289042, 0.00327876852411476, 0.00335340430835594, 0.00343410838252808, 0.00351117136971706, 0.00358702075543214, 0.0036671178875866, 0.00374418115733704, 0.0038206374850698, 0.00390073461722426, 0.00397779760441324, 0.00405304033067211, 0.00413374412228278, 0.00421020045001555, 0.00428665677774831, 0.00436675390990277, 0.00444321023763553, 0.00452027322482451, 0.00459976369752275, 0.00467561308323783, 0.00475328301244449, 0.00483277292001981, 0.00490801621140159, 0.00498689945952069, 0.00506638964965747, 0.00514102543389865, 0.00522112256605311, 0.00529940000240038, 0.00537403522151864, 0.00545413291879602, 0.005531195905985, 0.00560704557426154, 0.00568774908331076, 0.00576481207049974, 0.0058400547967586, 0.00592075830580782, 0.00599721491610204, 0.00607306458437858, 0.00615437503544548, 0.00622961832682726, 0.00630607437199856, 0.0063867784461707, 0.00646202060730664, 0.00653908359449562, 0.00662039517580836, 0.00669442401803187, 0.00677209394723853, 0.00685279745628775, 0.00692682629851125, 0.00700571011175327, 0.00708580724390773, 0.00715983665125415, 0.00723811295735557, 0.00731881703152771, 0.00739284643887413, 0.00747172968699323, 0.00755182681914769, 0.00762524871935351, 0.00770473947461321, 0.00778422966474999, 0.00785765213007873, 0.00793835620425088, 0.00801663251035229, 0.00809126829459348, 0.00817136542674794, 0.00824964229797228, 0.00832427808221346, 0.00840437521436792, 0.00848204514357458, 0.00855728786983344, 0.00863799194400558, 0.00871505493119456, 0.0087909045994711, 0.00887100173162556, 0.00894806471881454, 0.00902452132910876, 0.0091046178961403, 0.00918046756441684, 0.00925753055160582, 0.00933762768376028, 0.00941347735203683, 0.00949114728124349, 0.00957063690625734, 0.00964648657453389, 0.0097247628806353, 0.00980364725900025, 0.00987949692727679, 0.00995838017539589, 0.0100366576117432, 0.0101118992077562, 0.0101919963399106, 0.0102690598922225, 0.0103449095604991, 0.0104250066926535, 0.0105020702449654, 0.0105773118409785, 0.0106586228571683, 0.0107344725254448, 0.0108109280054932, 0.0108916332099112, 0.0109674828781877, 0.0110439383582361, 0.0111246424324082, 0.0111998851586671, 0.0112769475807332, 0.0113576527851511, 0.0114322874391465, 0.0115099579334761, 0.0115906608774024, 0.0116646897196259, 0.011742968286219, 0.0118236712301453, 0.0118977000723688, 0.0119765833204879, 0.0120566804526423, 0.012130103483094, 0.0122095936732308, 0.0122890838633675, 0.012363112705591, 0.0124426040259737, 0.0125220930858646, 0.0125955161163163, 0.0126762201904884, 0.0127375066410782], "stress_pa": [77793.70725544449, 162446.684449185, 226412.25577959, 326376.272961984, 381016.17877708597, 474423.857862866, 531829.226534068, 624663.3637326851, 691584.940120994, 756337.737583788, 850763.530583872, 914016.96842622, 986663.854625065, 1050374.51215394, 1136529.46123111, 1186549.3674683399, 1269940.41764729, 1342143.77445758, 1407406.3315252701, 1488056.8741760398, 1558430.62692643, 1582155.27865976, 1583210.06625306, 1656498.1298509, 1702763.1772109899, 1777046.0086852, 1853048.55917864, 1916132.36425607, 1982436.0186190999, 2039184.5703124998, 2114494.99011252, 2165324.9811998704, 2232274.34617313, 2289907.23671689, 2346293.49416732, 2403710.24119875, 2460594.2452442604, 2515969.05260092, 2583364.12290413, 2639017.8134168, 2693394.5889849802, 2762757.43562695, 2810957.4388763597, 2889135.38678374, 2942783.76596851, 2992885.17934399, 3064603.48255069, 3136337.7426609797, 3188311.55361055, 3253141.91431781, 3305971.958208, 3355993.58706551, 3414662.04438688, 3470540.9448343697, 3528968.9606311303, 3580060.79000019, 3622788.6632872904, 3686573.48415218, 3734007.5560290404, 3785325.32064672, 3824808.86530749, 3881994.41856525, 3932808.0900920997, 3970971.92629419, 4043313.99936869, 4072229.35931001, 4113745.23323771, 4154486.1093703597, 4191877.8490326097, 4254945.334549541, 4293716.983715829, 4336410.40459745, 4379203.91878342, 4415938.5241430905, 4481827.48034109, 4501313.76088551, 4541606.75574681, 4570442.33117016, 4638286.008058529, 4653814.97651144, 4677224.479398769, 4728010.951658131, 4776200.075200531, 4785859.80438577, 4824584.67081198, 4869283.22169303, 4905279.820261439, 4948499.45630478, 4961344.03838477, 4990506.73033181, 5026221.90714591, 5046796.15838997, 5077285.44927678, 5098174.124053029, 5127838.00783571, 5156936.14685457, 5175499.82824569, 5214875.30115029, 5229410.58969753, 5265682.08219604, 5295509.16158367, 5306526.67820206, 5331691.44048481, 5363745.23323771, 5374642.34776534, 5410224.79215408, 5416596.673884991, 5436834.3795259595, 5456173.42136902, 5481485.7850100305, 5510293.07319519, 5522093.56606042, 5545046.4839108, 5550607.82747048, 5568432.77675654, 5599977.0365651, 5598785.34599209, 5635912.34611742, 5646481.25615066, 5666939.09452986, 5680440.81091243, 5691053.60243056, 5712916.37363989, 5724942.43909685, 5731688.58274844, 5751228.89917094, 5766230.56449142, 5778826.001281191, 5800522.31297349, 5808657.43255162, 5817286.49082739, 5834175.05999796, 5833684.38521242, 5862907.64086174, 5866836.66571505, 5877653.995724711, 5884454.17525438, 5907387.87228907, 5908541.12123069, 5921579.72475212, 5938107.4503073, 5939064.86452299, 5944854.68192959, 5965679.52909147, 5964463.17784926, 5994464.33254883, 5989877.810736041, 5997670.944857581, 5998370.51001745, 6018421.44735498, 6010513.71365307, 6024529.314862779, 6031651.17106265, 6034003.72637218, 6035377.10805203, 6039456.27286189, 6046142.2154681, 6053635.7949903505, 6054354.580965909, 6055799.40605504, 6057442.604468401, 6055781.63586694, 6041125.58257204, 204971.97985861602]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; strain/stress curve and metrics extracted from the TestWorks xlsx export only (already analyzed — no raw load/extension trace to derive it from). Yield metrics are null; D790 modulus is null since it needs the raw load-deflection trace to recompute (see flexural_modulus_pa).", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_23/tensile/tensile_n.xlsx", "xlsx_sheet": "Sheet5"}}
data/D638/NYLON12_WHITE_FL_Sheet1.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": null, "batch_label": null, "specimen_id": "2026_07_23/tensile/Sheet1", "test_date": "2026-07-23", "session_folder": "2026_07_23/tensile", "test_run_name": "Sheet1", "specimen_index": 1, "material_class": "NYLON12_WHITE_FL", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.8, "thickness_mm": 3.2, "area_mm2": 40.96000000000001, "gauge_length_mm": 25}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1850000000.0, "peak_load_n": 1639.0, "peak_stress_pa": 40000000.0, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": 0.058, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [3.53266235458928e-06, 5.49567854330004e-06, 7.28705136760023e-06, 8.499401893347982e-06, 1.06402278205473e-05, 1.2622649784023e-05, 1.3959343242165601e-05, 1.57231354122609e-05, 1.78385300486093e-05, 1.94679189106659e-05, 2.11682228936092e-05, 2.29579920513765e-05, 2.47067484550621e-05, 2.63096819352335e-05, 2.78404197259783e-05, 2.87458362535085e-05, 2.9456597267997e-05, 3.12725344073237e-05, 3.2340266635289896e-05, 3.40651578980009e-05, 3.56742613902292e-05, 3.74464481964219e-05, 3.91662008140679e-05, 4.09150609001494e-05, 4.24847359780665e-05, 4.44816261832579e-05, 4.61408864892996e-05, 4.7826183809663697e-05, 4.96204313193425e-05, 5.1369615185537896e-05, 5.30066365271318e-05, 5.47799074510089e-05, 5.64640551700699e-05, 5.82542936271033e-05, 5.99910756235454e-05, 6.17366105969972e-05, 6.348104326287051e-05, 6.531618529231991e-05, 6.70400488260179e-05, 6.87515796115599e-05, 7.04557544039539e-05, 7.22520500957011e-05, 7.392699009040141e-05, 7.582773942965781e-05, 7.75973978405795e-05, 7.93521696422226e-05, 8.10338253458007e-05, 8.283107418799541e-05, 8.43762474786467e-05, 8.61743112280942e-05, 8.77640061033867e-05, 8.948000432690371e-05, 9.124266326660061e-05, 9.307718683965271e-05, 9.479931869543861e-05, 9.641007019206651e-05, 9.82011417462467e-05, 9.99006890295982e-05, 0.000101740131149997, 0.000103339626740196, 0.000104891457532065, 0.000106693995995445, 0.000108425259178036, 0.000110179412523282, 0.000111936527183277, 0.000113646166219839, 0.000115165749967562, 0.000116953787447417, 0.000118454933918545, 0.000120245779918039, 0.00012209422967396398, 0.000123539955175945, 0.000125464613311922, 0.000127122905915601, 0.00012873371561989, 0.000130396810355594, 0.000132207636134697, 0.00013375406816601502, 0.00013552216952200698, 0.000137200558320617, 0.000138779688505454, 0.00014048432895913502, 0.000142044934555886, 0.00014358452718704701, 0.00014538206706754601, 0.000146974876052698, 0.000148717933562582, 0.00015039869432337299, 0.000152019093739798, 0.000153579888511447, 0.000155375172845086, 0.000156960822287945, 0.00015862353867385302, 0.00016017566050402602, 0.00016192629956174402, 0.000163405050635336, 0.000165064914845859, 0.000166599457962436, 0.00016825114399660098, 0.000169981541340237, 0.000171579167009329, 0.00017315534315537402, 0.00017483539087232, 0.00017655954544432202, 0.000178118928680194, 0.000179887626664711, 0.000181333548617547, 0.000182956145373171, 0.000184526136955244, 0.00018605613987427, 0.00018764926900155602, 0.000189508145204743, 0.00019099807214923, 0.00019264628027565502, 0.000194352972549384, 0.000195822905162347, 0.000197526425118556, 0.00019921437452547, 0.000200688148844054, 0.000202586417081764, 0.000204070494156329, 0.000205588317122308, 0.00020728288765065102, 0.000208960126847958, 0.00021048317395150402, 0.000212191423280162, 0.000213760629058813, 0.000215437373491002, 0.000217050365982575, 0.000218558933930469, 0.000220225186431778, 0.000221875068028455, 0.00022324687707703301, 0.00022496681159362, 0.00022668411221355, 0.00022819142869673402, 0.000229876627791671, 0.000231386607275342, 0.000232947503910398, 0.000234805405135264, 0.000236248926022088, 0.00023782462195493003, 0.00023945226822513898, 0.000241139431828631, 0.00024268950183875602, 0.000244335163380017, 0.00024617913842201, 0.00024754752777051, 0.00024913458874914604, 0.000250862803305497, 0.000252338425717314, 0.000253948333202859, 0.000255401632976716, 0.00025731983733828903, 0.000258634631983002, 0.000260408452241679, 0.00026190770696382697, 0.00026368891959544, 0.00026506163086276305, 0.000266874741292556, 0.00026851136609446, 0.000270059224213471, 0.000271565289231946, 0.00027343812072183697, 0.000274890983938237, 0.000276452433546071, 0.00027824947866145303, 0.000279625798803752, 0.00028139536990318196, 0.000282840084047054, 0.000284778370051642, 0.000286230069114824, 0.000287971060252746, 0.00028954112459439604, 0.00029107981500681304, 0.00029264012956525896, 0.000294167818729763, 0.000295819461108183, 0.000297736821458673, 0.00029919250774662696, 0.000300808235998263, 0.00030239157168660105, 0.00030392828303854705, 0.00030576109676156, 0.00030734865250531403, 0.00030883067775983096, 0.00031037821573670697, 0.000312095341733655, 0.00031375263025518305, 0.000315418737237339, 0.00031698781204875297, 0.00031840042466763205, 0.00032025570654775696, 0.000321857494064604, 0.000323674795445984, 0.00032522076181601504, 0.00032693390058819, 0.000328596136760896, 0.00033032435131724705, 0.000331845754054373, 0.000333669050824826, 0.00033529254979919397, 0.00033659119181800404, 0.000338306164131498, 0.00034017503750044596, 0.000341383544956332, 0.000343278669980352, 0.00034481185976881304, 0.00034657269971910597, 0.000348153910827821, 0.00034988468652125197, 0.000351428935765286, 0.00035318226692732205, 0.00035498169855680104, 0.00035628386213909605, 0.000358063765098338, 0.000359537262930532, 0.00036155750532168704, 0.000363179025235584, 0.00036476201167795605, 0.000366473666154777, 0.00036789486440364, 0.000369695052732711, 0.000371425973945295, 0.000373126277928238, 0.000374548931368624, 0.000376458899346178, 0.000377983794542959, 0.000379525220715438, 0.00038145419349428, 0.00038304896698798804, 0.000384450898501088, 0.00038657987280282905, 0.000387930406951343, 0.000389486879804169, 0.000391543734814038, 0.0003929973256262, 0.00039460519584361196, 0.000396210795962249, 0.000398019715440457, 0.00039971844781655605, 0.00040125102642457703, 0.00040305421244818504, 0.00040466420724522104, 0.000406308893808161, 0.00040804828423540804, 0.00040983616164419603, 0.000411477443058973, 0.00041290440386626597, 0.000414909599577074, 0.00041640154923777803, 0.00041816931589972004, 0.00041982299554627203, 0.000421590151027774, 0.000423078229879027, 0.000424807317550292, 0.00042674484685528805, 0.00042818630137014905, 0.000430010471255516, 0.000431892645074984, 0.00043336756899487003, 0.000435183473392387, 0.000437053452706893, 0.000438536380180155, 0.000440205397545358, 0.00044208786240313005, 0.000443725040177812, 0.00044527394603472, 0.000447146893939932, 0.00044889818783383603, 0.000450397995528763, 0.00045223689195234105, 0.00045417829206678803, 0.000455468668597748, 0.00045736527791712204, 0.000459095500637775, 0.000460910124466752, 0.00046256057358812306, 0.00046439754915889096, 0.000465878788609987, 0.00046775243500712997, 0.00046933524682652003, 0.00047129847481380897, 0.00047291461051907204, 0.00047455286513548104, 0.000476302558318709, 0.000478174953251143, 0.00047985051897819905, 0.000481554257213136, 0.00048337874724063804, 0.00048502922546583897, 0.000486943006045183, 0.000488562314067965, 0.000490282408655619, 0.000492113097799008, 0.000493945533172225, 0.000495461900946682, 0.000497328446009194, 0.00049914935626555, 0.000500830218889748, 0.000502454270836895, 0.000504156670295631, 0.000506217570737933, 0.000507987840329295, 0.000509660321050321, 0.00051136731891427, 0.000513403190062379, 0.000515128057678228, 0.000516925044585948, 0.000518667258084749, 0.000520643408172762, 0.000522340452526694, 0.000523977135536259, 0.000526103810635393, 0.000527993289516305, 0.000529710822966879, 0.0005315592654468469, 0.000533171210200523, 0.000534900734429245, 0.000536737768207674, 0.000538891393453812, 0.000540616144654339, 0.000542399045308118, 0.000544235322386955, 0.000546007163585161, 0.000548093675398265, 0.000549985366170292, 0.000551807091333901, 0.0005536185719491889, 0.000555456653465515, 0.000557366563235407, 0.0005592942263418789, 0.0005612192701036089, 0.0005629312738263959, 0.000565001720325088, 0.000566891548451965, 0.000568701690291052, 0.000570618876018559, 0.00057249426864553, 0.000574240032811647, 0.000576263971389269, 0.000578373300605451, 0.000580075583648866, 0.0005818232104601319, 0.000583947382629847, 0.000585993731156921, 0.000587947645918464, 0.000589876531385814, 0.000591618919507598, 0.000593725221925413, 0.000595559810982083, 0.000597256797128355, 0.000599546104432081, 0.000601574466791933, 0.000603419183981603, 0.000605599060882812, 0.0006074703789735189, 0.000609435120359992, 0.000611361793936228, 0.000613226883807217, 0.000615325328190809, 0.000617288556178098, 0.000619407489658331, 0.000621278574918394, 0.000623526554782873, 0.0006252963005052859, 0.000627411799733525, 0.000629650117126291, 0.000631615091343408, 0.0006335396112361899, 0.000635604644422417, 0.000637587139145469, 0.0006394767926493639, 0.0006418147615576139, 0.0006437469648616369, 0.000645847737551664, 0.000647769638099705, 0.00064972553192172, 0.000652000869386827, 0.000653985052132045, 0.000656329307467674, 0.000658365877107715, 0.000660504775815641, 0.000662387095154261, 0.000664391592373138, 0.00066644038562197, 0.000668760019117033, 0.000670953341987913, 0.000672937873979097, 0.0006749755495646949, 0.0006772200951771789, 0.000679202124238943, 0.000681493527018463, 0.000683387080435639, 0.000685809625075196, 0.000687986125932073, 0.000690045280144548, 0.000691950882547533, 0.000694154100720768, 0.000696193231497889, 0.000698502969690596, 0.0007006606112653369, 0.000702859929525291, 0.000704988583684897, 0.000707198379323815, 0.000709481633030807, 0.000711537935067897, 0.000713743132301604, 0.000716096351617014, 0.000718119009626096, 0.000720529970941131, 0.0007225872625084569, 0.000724934602850114, 0.000727248182748442, 0.000729383763619696, 0.000731562767405992, 0.000733707603295331, 0.000735757851735686, 0.0007378226520912699, 0.000740276163206433, 0.000742347948481326, 0.0007446865576738469, 0.000747100196541285, 0.0007494346147822189, 0.00075174330523703, 0.00075416724686045, 0.000756149159506892, 0.000758424264141356, 0.000760588075728153, 0.00076268879021052, 0.000765115816839968, 0.000767149708927607, 0.000769624291216021, 0.000771974076279437, 0.000774261753768658, 0.000776216658060437, 0.000778590017226522, 0.000780771640357559, 0.000783185046394353, 0.00078559862705413, 0.000787951904577201, 0.0007903582092793639, 0.0007925632900977479, 0.000794983040769582, 0.000797432244517838, 0.000799603681308215, 0.00080184636427555, 0.000804097603769039, 0.000806523931906556, 0.000808868536488151, 0.000811330371298825, 0.000813642612420951, 0.000816064225737934, 0.00081851022806484, 0.000820846508950924, 0.000823078190670346, 0.000825576056023126, 0.000827755292640065, 0.000830182843138461, 0.000832490835101341, 0.000834892250359987, 0.000837306762342339, 0.0008396498535247499, 0.0008420814785594099, 0.000844450530358588, 0.000846833435581063, 0.0008492198914708549, 0.000851920610521918, 0.00085416952170897, 0.00085649788635317, 0.000858930326295083, 0.00086139937885571, 0.000863777336427008, 0.000866194758792405, 0.0008686248704278819, 0.000870990895428692, 0.0008730987694533519, 0.000875923179783856, 0.000878124826350247, 0.000880824497663414, 0.000883265785169785, 0.000885791240953838, 0.000888148651220833, 0.000890649659787302, 0.000892927791220134, 0.0008954517336050029, 0.000897937433556651, 0.00090021224715281, 0.000902590204724108, 0.000905239060749298, 0.000907819639188235, 0.0009101384577760449, 0.0009127419700333829, 0.000915307181649839, 0.000917833976210093, 0.000920301166125571, 0.0009227127095172159, 0.000925392823056316, 0.0009277717701578489, 0.000930085990340447, 0.000932643634960984, 0.000935127472267484, 0.000937563812122678, 0.000940250677750444, 0.000942716936343347, 0.000945157874603753, 0.0009478417716408129, 0.000950297494647091, 0.00095288901612628, 0.000955394157436674, 0.000957705932897513, 0.0009603860464366129, 0.000962856263150459, 0.000965436492343431, 0.000967928769760763, 0.0009705188942560899, 0.000972910472420042, 0.000975643438515251, 0.000978321631201541, 0.000980870893918907, 0.000983443206869995, 0.00098594078118447, 0.000988423337922429, 0.000991102636554276, 0.000993666101940905, 0.000996320022032594, 0.000998925746181046, 0.00100157710513565, 0.00100388294341508, 0.0010063652673224, 0.0010089516665274302, 0.00101154691329691, 0.0010141100294375801, 0.0010165241339663, 0.00101911053317133, 0.00102185921533499, 0.00102446005003992, 0.00102688707666937, 0.0010297262135380901, 0.00103236686228309, 0.00103513661561999, 0.00103769018570427, 0.00104002931876573, 0.00104271536948625, 0.0010452992075542001, 0.0010479081913316599, 0.00105049109807703, 0.00105318983806763, 0.00105566145176533, 0.0010584683415899002, 0.00106126196006778, 0.0010638247269624801, 0.0010664470985019602, 0.00106910299765412, 0.0010716040644282502, 0.0010744603143492699, 0.00107694287108723, 0.00107955825770739, 0.00108224826654885, 0.00108490928797517, 0.00108756472146604, 0.00109016334427986, 0.00109277069824282, 0.0010953448738390602, 0.00109806817746255, 0.0011005191856483, 0.00110347101254854, 0.00110623471228871, 0.00110888409218285, 0.0011115587342018201, 0.0011142969389865201, 0.00111688659782056, 0.00111948510421905, 0.0011220448443153902, 0.00112497653136495, 0.0011276659581298, 0.00113020031968597, 0.00113281640479807, 0.0011355718390503899, 0.00113829432776663, 0.00114092019176576, 0.00114356351806316, 0.0011461961341509602, 0.00114882712042425, 0.00115159489470068, 0.0011542796648526502, 0.00115710622886661, 0.00115996911446098, 0.0011627580763259899, 0.00116527311293874, 0.00116808547428343, 0.00117066279309336, 0.0011733008807012799, 0.0011764222083101, 0.00117910267109517, 0.00118177766236011, 0.0011846183126280102, 0.00118727688933257, 0.0011899054308840999, 0.0011925686642015301, 0.00119537450628821, 0.00119803133676294, 0.0012009712893003598, 0.00120356304361019, 0.00120646225078497, 0.0012092472545290301, 0.0012121308620506902, 0.00121475544548128, 0.00121764859905932, 0.00122022149408702, 0.00122315306472126, 0.00122569254855159, 0.00122848395513836, 0.00123128653759602, 0.00123402055142913, 0.00123686783737037, 0.00123956646094564, 0.0012424863900477, 0.0012450883889058599, 0.00124813230032567, 0.00125112312635872, 0.00125381557992194, 0.00125653236428741, 0.00125941795086954, 0.00126215592282358, 0.0012650682849297298, 0.00126780101819429, 0.0012705124474549601, 0.00127357021229807, 0.00127615521451924, 0.0012790360280731702, 0.0012820383792230801, 0.00128480172971729, 0.00128777323080692, 0.00129070561634842, 0.00129352705808822, 0.0012965161378914502, 0.00129929671785328, 0.00130210267635528, 0.0013049476339900801, 0.0013076163388276402, 0.0013107576898718201, 0.0013136223216960198, 0.0013165210632095099, 0.00131938418163452, 0.00132218466861639, 0.00132513102399651, 0.0013281268558884, 0.0013311550512397601, 0.00133414261764381, 0.0013369080636138101, 0.00133984976238105, 0.00134291916875634, 0.00134571464987937, 0.0013487200278276602, 0.00135162656916771, 0.0013544996993104, 0.0013574487322429202, 0.0013604773932555702, 0.00136338859120849, 0.00136663320264313, 0.00136946582025382, 0.0013725203254679199, 0.00137560765980277, 0.00137842025397811, 0.00138133110268507, 0.00138441284908447, 0.00138742614327464, 0.0013903714509168601, 0.00139355401298497, 0.0013964336623856798, 0.0013996922436589402, 0.0014027298686513701, 0.00140560148539487, 0.0014086711246008, 0.00141194437420461, 0.0014151942243287301, 0.00141834500501398, 0.00142167983832303, 0.00142469255043659, 0.0014279503168026, 0.00143128771124873, 0.00143471218435559, 0.0014380692529911202, 0.00144153528636787, 0.00144490062049124, 0.00144854011269752, 0.0014523626097897, 0.0014568697453895601, 0.0014641993704671, 0.00180367762478534], "load_n": [6.71137142181396, 13.2089653015137, 18.2798480987549, 24.1448097229004, 29.9194183349609, 35.2189140319824, 41.5767440795898, 47.0770111083984, 52.684326171875, 58.0195960998535, 63.7653388977051, 69.5396957397461, 75.1649703979492, 80.0914840698242, 84.8259887695313, 87.9023742675781, 89.8770294189453, 95.0701141357422, 98.8707504272461, 104.125007629395, 108.84790802002, 114.460144042969, 120.132659912109, 125.718673706055, 131.170318603516, 135.908966064453, 141.293273925781, 146.48991394043, 151.909851074219, 157.034118652344, 162.465469360352, 168.023727416992, 173.124954223633, 178.612060546875, 183.991348266602, 189.051971435547, 194.432800292969, 199.839904785156, 204.773208618164, 209.70378112793, 215.223220825195, 220.101684570313, 225.316787719727, 230.443984985352, 235.264709472656, 240.242004394531, 246.145584106445, 250.86344909668, 255.658996582031, 261.1455078125, 266.090515136719, 270.792572021484, 275.957397460938, 281.388458251953, 286.066772460938, 292.239105224609, 296.536285400391, 301.719207763672, 306.862731933594, 311.753814697266, 316.011352539063, 321.809112548828, 326.692565917969, 331.570892333984, 336.452911376953, 341.299682617188, 346.697723388672, 351.412231445313, 355.892883300781, 360.701599121094, 365.929260253906, 369.464416503906, 375.182952880859, 380.540405273438, 384.257843017578, 389.982177734375, 394.482788085938, 399.052459716797, 403.534057617188, 408.23095703125, 413.245971679688, 417.837677001953, 422.553161621094, 426.710906982422, 431.906921386719, 436.413696289063, 440.896057128906, 444.983245849609, 449.992248535156, 454.546966552734, 459.33349609375, 463.657928466797, 468.724212646484, 473.105438232422, 477.205261230469, 481.463836669922, 486.608215332031, 491.033813476563, 495.382202148438, 500.020324707031, 504.244110107422, 508.615386962891, 513.247131347656, 517.483642578125, 522.017517089844, 526.712524414063, 530.840454101563, 535.663330078125, 540.064880371094, 544.620483398438, 548.947326660156, 553.229187011719, 557.320617675781, 561.965759277344, 567.186828613281, 571.238403320313, 575.706787109375, 579.531616210938, 583.619445800781, 588.300048828125, 592.742614746094, 597.066711425781, 601.073913574219, 605.617858886719, 610.298950195313, 614.441955566406, 618.730712890625, 622.418334960938, 626.948303222656, 631.574157714844, 635.17431640625, 640.057250976563, 643.505737304688, 648.236999511719, 652.241455078125, 656.400024414063, 660.527099609375, 664.66455078125, 668.851989746094, 673.597412109375, 677.036499023438, 681.777526855469, 685.700317382813, 689.674499511719, 694.103942871094, 699.061340332031, 702.075561523438, 705.997192382813, 709.77783203125, 714.189270019531, 718.80029296875, 723.2421875, 726.278259277344, 730.756530761719, 735.308715820313, 738.722900390625, 743.247802734375, 746.72412109375, 751.311889648438, 754.993957519531, 759.156188964844, 762.853088378906, 766.945373535156, 771.055541992188, 774.91162109375, 779.44189453125, 783.509338378906, 787.353698730469, 791.374267578125, 795.746643066406, 799.572570800781, 802.921508789063, 807.114440917969, 810.507751464844, 814.45751953125, 818.569213867188, 821.818603515625, 826.256713867188, 830.556945800781, 833.832397460938, 838.176391601563, 842.078063964844, 845.814086914063, 850.174926757813, 854.205322265625, 856.849426269531, 861.512084960938, 864.55712890625, 868.646545410156, 872.617919921875, 876.3203125, 880.269409179688, 883.833435058594, 887.824951171875, 891.675964355469, 895.623352050781, 898.971496582031, 902.823120117188, 906.3525390625, 909.706909179688, 914.030334472656, 917.793212890625, 921.196655273438, 925.208862304688, 928.878967285156, 931.71337890625, 935.356811523438, 939.401062011719, 942.467895507813, 947.334899902344, 950.674987792969, 953.617919921875, 957.846008300781, 961.654602050781, 965.1220703125, 968.415161132813, 971.942260742188, 975.771362304688, 978.921691894531, 982.460083007813, 986.082153320313, 989.761474609375, 992.631530761719, 996.125244140625, 999.691589355469, 1003.02996826172, 1006.41674804688, 1009.57635498047, 1013.04663085938, 1017.11987304688, 1020.4443359375, 1023.14263916016, 1027.17492675781, 1030.84619140625, 1034.17993164063, 1037.25854492188, 1040.84680175781, 1044.28515625, 1046.82568359375, 1050.19274902344, 1054.05700683594, 1056.884765625, 1060.98571777344, 1063.40490722656, 1067.546875, 1070.44665527344, 1073.3525390625, 1076.8642578125, 1080.16784667969, 1083.77160644531, 1086.67004394531, 1089.70617675781, 1093.03576660156, 1096.28967285156, 1099.38134765625, 1102.08813476563, 1105.01281738281, 1108.35705566406, 1111.68127441406, 1113.87561035156, 1117.71020507813, 1120.93005371094, 1124.04541015625, 1126.71020507813, 1129.69055175781, 1133.23608398438, 1135.94763183594, 1138.50463867188, 1141.97875976563, 1144.84020996094, 1147.09741210938, 1150.5859375, 1153.20825195313, 1156.41650390625, 1159.14428710938, 1161.10925292969, 1164.88525390625, 1167.78759765625, 1170.17590332031, 1172.68957519531, 1175.86083984375, 1177.96936035156, 1181.22607421875, 1183.64208984375, 1187.39196777344, 1189.5888671875, 1192.49621582031, 1194.78491210938, 1197.9833984375, 1200.37609863281, 1203.16040039063, 1206.02075195313, 1208.31726074219, 1211.71789550781, 1214.08190917969, 1216.47094726563, 1218.7138671875, 1221.66882324219, 1223.40612792969, 1226.37902832031, 1229.45288085938, 1231.45861816406, 1234.30200195313, 1236.96032714844, 1239.57141113281, 1242.341796875, 1244.017578125, 1247.36657714844, 1249.91345214844, 1252.18408203125, 1253.77197265625, 1256.88146972656, 1258.95068359375, 1261.369140625, 1263.99438476563, 1266.25500488281, 1268.92358398438, 1270.83251953125, 1273.24340820313, 1275.73315429688, 1277.75659179688, 1280.14819335938, 1282.99487304688, 1285.26379394531, 1287.18786621094, 1289.40185546875, 1292.25476074219, 1293.96325683594, 1296.36022949219, 1298.54272460938, 1300.85974121094, 1304.23620605469, 1305.52465820313, 1307.68383789063, 1310.25256347656, 1311.94946289063, 1314.46166992188, 1316.59460449219, 1319.08923339844, 1320.38781738281, 1322.95471191406, 1325.15942382813, 1326.8525390625, 1328.65222167969, 1330.91540527344, 1333.46264648438, 1334.84729003906, 1336.88854980469, 1338.94104003906, 1341.31372070313, 1343.41369628906, 1345.17810058594, 1347.54321289063, 1349.484375, 1351.63916015625, 1354.16430664063, 1355.60949707031, 1357.4091796875, 1359.60229492188, 1361.64880371094, 1363.716796875, 1365.509765625, 1367.03601074219, 1368.81359863281, 1370.60498046875, 1372.44091796875, 1374.82373046875, 1376.69055175781, 1378.34326171875, 1380.78491210938, 1381.66589355469, 1383.93237304688, 1385.37329101563, 1387.78173828125, 1388.72302246094, 1391.271484375, 1392.31030273438, 1393.78662109375, 1395.865234375, 1398.00634765625, 1399.25476074219, 1401.26989746094, 1402.48229980469, 1404.59301757813, 1406.1416015625, 1408.01062011719, 1409.578125, 1411.0419921875, 1412.9296875, 1414.52172851563, 1415.72192382813, 1417.85961914063, 1419.38635253906, 1420.65112304688, 1422.28747558594, 1423.96496582031, 1425.45031738281, 1426.98693847656, 1428.99340820313, 1429.77490234375, 1431.61376953125, 1433.33679199219, 1434.88244628906, 1435.671875, 1437.4501953125, 1438.97290039063, 1440.28381347656, 1442.69360351563, 1443.82739257813, 1445.32019042969, 1446.67077636719, 1448.05151367188, 1449.44396972656, 1450.46850585938, 1452.06188964844, 1453.89392089844, 1455.11840820313, 1456.16772460938, 1458.01000976563, 1459.17504882813, 1459.92236328125, 1461.72619628906, 1462.85498046875, 1463.9619140625, 1465.24157714844, 1467.50964355469, 1468.39050292969, 1469.32873535156, 1470.35778808594, 1471.759765625, 1473.51635742188, 1474.59838867188, 1475.79248046875, 1476.43371582031, 1478.21032714844, 1479.32946777344, 1480.34509277344, 1482.12255859375, 1482.00415039063, 1484.35437011719, 1485.40832519531, 1486.48095703125, 1488.02526855469, 1489.44567871094, 1490.27880859375, 1491.63928222656, 1492.77844238281, 1493.8251953125, 1495.18737792969, 1495.48754882813, 1497.14892578125, 1498.57116699219, 1499.80993652344, 1500.82250976563, 1501.29797363281, 1503.07434082031, 1503.595703125, 1504.6982421875, 1505.71948242188, 1506.44775390625, 1508.22326660156, 1508.10876464844, 1510.11328125, 1510.31982421875, 1511.41125488281, 1513.03784179688, 1514.15026855469, 1514.45922851563, 1516.27612304688, 1516.3935546875, 1518.32189941406, 1518.90405273438, 1520.49230957031, 1521.04187011719, 1522.22473144531, 1522.45288085938, 1522.64880371094, 1524.47204589844, 1525.47216796875, 1526.02001953125, 1526.98107910156, 1528.10510253906, 1529.25598144531, 1530.4453125, 1530.53259277344, 1532.00036621094, 1532.96411132813, 1533.48315429688, 1534.06591796875, 1536.31030273438, 1536.06750488281, 1537.24548339844, 1537.69653320313, 1538.54064941406, 1539.97595214844, 1540.74169921875, 1541.34826660156, 1541.94201660156, 1543.25939941406, 1544.08020019531, 1545.12573242188, 1545.28576660156, 1546.12573242188, 1547.32495117188, 1548.04333496094, 1548.44055175781, 1550.099609375, 1550.48352050781, 1551.23388671875, 1552.82373046875, 1552.7255859375, 1554.10241699219, 1555.13854980469, 1555.46350097656, 1555.97802734375, 1557.4130859375, 1557.68798828125, 1558.6103515625, 1559.763671875, 1560.01672363281, 1560.34094238281, 1561.60388183594, 1562.38269042969, 1563.43115234375, 1563.87390136719, 1564.4140625, 1564.95544433594, 1565.72229003906, 1566.71887207031, 1568.02294921875, 1568.22521972656, 1568.27722167969, 1569.20483398438, 1569.90686035156, 1570.70861816406, 1570.80126953125, 1572.20031738281, 1572.56127929688, 1573.32214355469, 1574.38903808594, 1574.73852539063, 1575.58264160156, 1575.83288574219, 1577.05859375, 1578.31616210938, 1578.18347167969, 1578.56518554688, 1578.96936035156, 1579.76354980469, 1580.76831054688, 1581.78332519531, 1581.94177246094, 1582.60205078125, 1583.64526367188, 1583.96838378906, 1584.63171386719, 1584.48815917969, 1585.01770019531, 1586.28442382813, 1587.07788085938, 1587.83752441406, 1587.67687988281, 1588.54431152344, 1589.57543945313, 1589.93359375, 1590.54602050781, 1590.84399414063, 1591.59716796875, 1592.03002929688, 1592.07592773438, 1593.63171386719, 1593.41442871094, 1594.41589355469, 1594.48254394531, 1595.67614746094, 1595.458984375, 1596.45849609375, 1596.70202636719, 1597.58679199219, 1597.63269042969, 1598.54479980469, 1599.18347167969, 1599.384765625, 1599.40808105469, 1600.73413085938, 1601.62048339844, 1601.21179199219, 1602.8330078125, 1603.24548339844, 1603.18212890625, 1604.37170410156, 1604.19812011719, 1605.0390625, 1605.68383789063, 1605.96618652344, 1606.53881835938, 1607.12158203125, 1607.33337402344, 1607.77526855469, 1608.27124023438, 1609.3466796875, 1609.27026367188, 1609.453125, 1610.31750488281, 1610.92333984375, 1611.6572265625, 1611.98327636719, 1611.58081054688, 1612.51159667969, 1613.248046875, 1613.34436035156, 1613.46423339844, 1614.02966308594, 1615.28479003906, 1615.43664550781, 1615.41577148438, 1615.86560058594, 1617.08911132813, 1617.08410644531, 1617.83972167969, 1617.86547851563, 1618.32434082031, 1619.03088378906, 1619.13671875, 1618.95837402344, 1620.67041015625, 1620.78271484375, 1620.69226074219, 1620.66320800781, 1621.12548828125, 1622.49841308594, 1622.08703613281, 1622.048828125, 1623.88208007813, 1624.18603515625, 1623.82739257813, 1624.55383300781, 1624.85009765625, 1625.18627929688, 1625.77392578125, 1625.80322265625, 1626.53723144531, 1626.73254394531, 1627.16455078125, 1627.66149902344, 1628.1005859375, 1627.97937011719, 1628.80871582031, 1629.04382324219, 1629.4140625, 1629.95190429688, 1630.14538574219, 1630.64147949219, 1630.892578125, 1630.96508789063, 1631.15185546875, 1631.53161621094, 1632.3232421875, 1632.65234375, 1632.66857910156, 1632.91528320313, 1633.52685546875, 1633.36730957031, 1633.98852539063, 1634.44226074219, 1633.90808105469, 1634.82458496094, 1634.94812011719, 1635.25402832031, 1636.10888671875, 1636.11767578125, 1636.56420898438, 1636.55017089844, 1637.01452636719, 1636.95922851563, 1637.53002929688, 1637.76684570313, 1637.71606445313, 1637.71484375, 1638.20617675781, 1638.34069824219, 1638.60827636719, 1638.05993652344, 1638.7744140625, 1638.84143066406, 1638.36059570313, 1638.73022460938, 1638.74157714844, 1638.56127929688, 1636.17639160156, 9.50104904174805], "strain": [0.00014130649418357119, 0.0002198271417320016, 0.0002914820547040092, 0.00033997607573391927, 0.000425609112821892, 0.0005049059913609199, 0.000558373729686624, 0.000628925416490436, 0.000713541201944372, 0.000778716756426636, 0.000846728915744368, 0.0009183196820550599, 0.000988269938202484, 0.00105238727740934, 0.001113616789039132, 0.00114983345014034, 0.00117826389071988, 0.001250901376292948, 0.0012936106654115958, 0.001362606315920036, 0.001426970455609168, 0.0014978579278568758, 0.0015666480325627159, 0.001636602436005976, 0.0016993894391226598, 0.0017792650473303158, 0.001845635459571984, 0.0019130473523865479, 0.0019848172527737, 0.002054784607421516, 0.0021202654610852716, 0.0021911962980403557, 0.002258562206802796, 0.002330171745084132, 0.002399643024941816, 0.002469464423879888, 0.0025392417305148203, 0.0026126474116927962, 0.002681601953040716, 0.002750063184462396, 0.002818230176158156, 0.002890082003828044, 0.0029570796036160565, 0.003033109577186312, 0.00310389591362318, 0.0031740867856889037, 0.003241353013832028, 0.003313242967519816, 0.0033750498991458678, 0.003446972449123768, 0.0035105602441354677, 0.0035792001730761483, 0.0036497065306640244, 0.003723087473586108, 0.0037919727478175442, 0.00385640280768266, 0.003928045669849868, 0.0039960275611839275, 0.00406960524599988, 0.00413358506960784, 0.0041956583012826, 0.0042677598398178, 0.00433701036712144, 0.00440717650093128, 0.00447746108733108, 0.00454584664879356, 0.004606629998702479, 0.00467815149789668, 0.0047381973567418, 0.00480983119672156, 0.004883769186958559, 0.004941598207037799, 0.005018584532476879, 0.005084916236624039, 0.0051493486247956, 0.00521587241422376, 0.0052883054453878794, 0.0053501627266406004, 0.005420886780880279, 0.00548802233282468, 0.005551187540218159, 0.0056193731583654, 0.005681797382235439, 0.00574338108748188, 0.00581528268270184, 0.005878995042107919, 0.00594871734250328, 0.006015947772934919, 0.006080763749591919, 0.00614319554045788, 0.0062150069138034395, 0.006278432891517799, 0.006344941546954121, 0.00640702642016104, 0.00647705198246976, 0.006536202025413439, 0.00660259659383436, 0.00666397831849744, 0.0067300457598640385, 0.00679926165360948, 0.006863166680373159, 0.00692621372621496, 0.0069934156348928, 0.00706238181777288, 0.00712475714720776, 0.00719550506658844, 0.00725334194470188, 0.00731824581492684, 0.00738104547820976, 0.007442245594970799, 0.00750597076006224, 0.00758032580818972, 0.0076399228859692, 0.0077058512110262005, 0.00777411890197536, 0.00783291620649388, 0.007901057004742239, 0.0079685749810188, 0.00802752595376216, 0.00810345668327056, 0.00816281976625316, 0.008223532684892319, 0.008291315506026041, 0.00835840507391832, 0.00841932695806016, 0.00848765693120648, 0.008550425162352519, 0.00861749493964008, 0.008682014639303, 0.008742357357218759, 0.00880900745727112, 0.0088750027211382, 0.00892987508308132, 0.008998672463744799, 0.009067364488542, 0.00912765714786936, 0.00919506511166684, 0.00925546429101368, 0.009317900156415919, 0.00939221620541056, 0.009449957040883519, 0.009512984878197201, 0.009578090729005558, 0.00964557727314524, 0.009707580073550241, 0.00977340653520068, 0.0098471655368804, 0.0099019011108204, 0.009965383549965841, 0.01003451213221988, 0.01009353702869256, 0.01015793332811436, 0.01021606531906864, 0.01029279349353156, 0.01034538527932008, 0.01041633808966716, 0.010476308278553078, 0.010547556783817599, 0.01060246523451052, 0.010674989651702238, 0.0107404546437784, 0.010802368968538839, 0.01086261156927784, 0.010937524828873477, 0.01099563935752948, 0.01105809734184284, 0.01112997914645812, 0.01118503195215008, 0.011255814796127278, 0.01131360336188216, 0.01139113480206568, 0.011449202764592959, 0.011518842410109838, 0.01158164498377584, 0.011643192600272521, 0.011705605182610358, 0.011766712749190519, 0.01183277844432732, 0.011909472858346919, 0.011967700309865078, 0.012032329439930519, 0.012095662867464042, 0.012157131321541882, 0.0122304438704624, 0.01229394610021256, 0.012353227110393238, 0.012415128629468279, 0.0124838136693462, 0.012550105210207321, 0.012616749489493559, 0.012679512481950117, 0.012736016986705281, 0.012810228261910278, 0.01287429976258416, 0.01294699181783936, 0.013008830472640601, 0.0130773560235276, 0.01314384547043584, 0.01321297405268988, 0.01327383016217492, 0.013346762032993039, 0.013411701991967758, 0.013463647672720161, 0.01353224656525992, 0.013607001500017838, 0.01365534179825328, 0.013731146799214078, 0.013792474390752521, 0.013862907988764238, 0.01392615643311284, 0.013995387460850078, 0.01405715743061144, 0.01412729067709288, 0.014199267942272041, 0.014251354485563842, 0.014322550603933518, 0.01438149051722128, 0.014462300212867481, 0.01452716100942336, 0.014590480467118241, 0.014658946646191079, 0.014715794576145599, 0.01478780210930844, 0.0148570389578118, 0.014925051117129518, 0.014981957254744958, 0.01505835597384712, 0.01511935178171836, 0.015181008828617518, 0.015258167739771199, 0.01532195867951952, 0.015378035940043519, 0.01546319491211316, 0.01551721627805372, 0.015579475192166759, 0.01566174939256152, 0.015719893025048, 0.015784207833744478, 0.015848431838489958, 0.015920788617618278, 0.01598873791266224, 0.01605004105698308, 0.0161221684979274, 0.016186568289808842, 0.016252355752326437, 0.016321931369416322, 0.01639344646576784, 0.016459097722358918, 0.016516176154650637, 0.016596383983082958, 0.01665606196951112, 0.0167267726359888, 0.01679291982185088, 0.016863606041110958, 0.01692312919516108, 0.01699229270201168, 0.017069793874211522, 0.01712745205480596, 0.01720041885022064, 0.01727570580299936, 0.0173347027597948, 0.017407338935695477, 0.01748213810827572, 0.017541455207206198, 0.017608215901814318, 0.0176835144961252, 0.01774900160711248, 0.017810957841388798, 0.01788587575759728, 0.01795592751335344, 0.018015919821150517, 0.01808947567809364, 0.01816713168267152, 0.01821874674390992, 0.01829461111668488, 0.018363820025511, 0.01843640497867008, 0.018502422943524922, 0.018575901966355637, 0.01863515154439948, 0.0187100974002852, 0.0187734098730608, 0.01885193899255236, 0.01891658442076288, 0.01898211460541924, 0.019052102332748358, 0.01912699813004572, 0.01919402075912796, 0.019262170288525438, 0.019335149889625522, 0.01940116901863356, 0.019477720241807318, 0.0195424925627186, 0.019611296346224757, 0.01968452391196032, 0.019757821326888997, 0.01981847603786728, 0.01989313784036776, 0.019965974250622, 0.020033208755589917, 0.020098170833475797, 0.02016626681182524, 0.02024870282951732, 0.0203195136131718, 0.020386412842012838, 0.0204546927565708, 0.02053612760249516, 0.020605122307129117, 0.02067700178343792, 0.02074669032338996, 0.02082573632691048, 0.020893618101067758, 0.02095908542145036, 0.02104415242541572, 0.021119731580652196, 0.021188432918675157, 0.021262370617873876, 0.02132684840802092, 0.0213960293771698, 0.02146951072830696, 0.021555655738152477, 0.021624645786173558, 0.021695961812324718, 0.0217694128954782, 0.02184028654340644, 0.0219237470159306, 0.02199941464681168, 0.02207228365335604, 0.022144742877967555, 0.022218266138620598, 0.022294662529416278, 0.022371769053675158, 0.022448770804144355, 0.022517250953055835, 0.022600068813003516, 0.022675661938078597, 0.022748067611642078, 0.022824755040742356, 0.022899770745821196, 0.02296960131246588, 0.02305055885557076, 0.023134932024218038, 0.02320302334595464, 0.023272928418405277, 0.023357895305193877, 0.02343974924627684, 0.02351790583673856, 0.023595061255432558, 0.02366475678030392, 0.023749008877016517, 0.02382239243928332, 0.023890271885134196, 0.02398184417728324, 0.02406297867167732, 0.02413676735926412, 0.02422396243531248, 0.024298815158940758, 0.024377404814399678, 0.02445447175744912, 0.02452907535228868, 0.024613013127632356, 0.024691542247123915, 0.02477629958633324, 0.02485114299673576, 0.02494106219131492, 0.025011852020211434, 0.025096471989340997, 0.02518600468505164, 0.02526460365373632, 0.025341584449447598, 0.02542418577689668, 0.02550348556581876, 0.025579071705974555, 0.025672590462304558, 0.025749878594465477, 0.02583390950206656, 0.0259107855239882, 0.025989021276868796, 0.026080034775473077, 0.0261594020852818, 0.02625317229870696, 0.026334635084308597, 0.02642019103262564, 0.026495483806170436, 0.02657566369492552, 0.0266576154248788, 0.026750400764681315, 0.02683813367951652, 0.026917514959163877, 0.026999021982587797, 0.027088803807087156, 0.027168084969557717, 0.027259741080738517, 0.027335483217425557, 0.02743238500300784, 0.027519445037282916, 0.02760181120578192, 0.027678035301901317, 0.02776616402883072, 0.02784772925991556, 0.027940118787623838, 0.028026424450613475, 0.028114397181011636, 0.02819954334739588, 0.0282879351729526, 0.028379265321232278, 0.028461517402715877, 0.02854972529206416, 0.02864385406468056, 0.028724760385043836, 0.02882119883764524, 0.028903490500338275, 0.02899738411400456, 0.02908992730993768, 0.02917535054478784, 0.02926251069623968, 0.02934830413181324, 0.02943031406942744, 0.029512906083650797, 0.02961104652825732, 0.02969391793925304, 0.029787462306953876, 0.029884007861651397, 0.029977384591288757, 0.030069732209481198, 0.030166689874417996, 0.030245966380275678, 0.030336970565654237, 0.03042352302912612, 0.0305075516084208, 0.030604632673598718, 0.030685988357104278, 0.03078497164864084, 0.030878963051177478, 0.030970470150746318, 0.03104866632241748, 0.031143600689060878, 0.031230865614302356, 0.031327401855774116, 0.03142394508216519, 0.03151807618308804, 0.03161432837117455, 0.031702531603909914, 0.03179932163078328, 0.03189728978071352, 0.0319841472523286, 0.032073854571022, 0.032163904150761556, 0.032260957276262235, 0.03235474145952604, 0.032453214851952995, 0.03254570449683804, 0.03264256902951736, 0.03274040912259359, 0.03283386035803696, 0.03292312762681384, 0.03302304224092504, 0.0331102117056026, 0.03320731372553844, 0.03329963340405364, 0.03339569001439948, 0.033492270493693556, 0.03358599414099, 0.033683259142376396, 0.033778021214343514, 0.03387333742324252, 0.0339687956588342, 0.03407682442087672, 0.034166780868358795, 0.0342599154541268, 0.034357213051803316, 0.0344559751542284, 0.034551093457080316, 0.0346477903516962, 0.03474499481711527, 0.03483963581714768, 0.03492395077813407, 0.03503692719135424, 0.03512499305400988, 0.03523297990653656, 0.0353306314067914, 0.03543164963815352, 0.035525946048833315, 0.03562598639149208, 0.03571711164880536, 0.035818069344200114, 0.035917497342266035, 0.036008489886112396, 0.03610360818896432, 0.03620956242997192, 0.0363127855675294, 0.0364055383110418, 0.036509678801335314, 0.03661228726599356, 0.03671335904840372, 0.036812046645022835, 0.03690850838068863, 0.037015712922252635, 0.03711087080631396, 0.03720343961361788, 0.03730574539843936, 0.03740509889069936, 0.037502552484907116, 0.037610027110017756, 0.03770867745373387, 0.037806314984150116, 0.037913670865632514, 0.03801189978588364, 0.03811556064505119, 0.03821576629746696, 0.038308237315900516, 0.03841544185746452, 0.03851425052601836, 0.038617459693737234, 0.03871715079043052, 0.038820755770243597, 0.038916418896801676, 0.03902573754061004, 0.039132865248061637, 0.03923483575675628, 0.039337728274799796, 0.0394376312473788, 0.03953693351689715, 0.03964410546217104, 0.039746644077636194, 0.03985280088130376, 0.039957029847241844, 0.040063084205425994, 0.0401553177366032, 0.040254610692896, 0.0403580666610972, 0.0404618765318764, 0.0405644011775032, 0.040660965358652, 0.04076442132685319, 0.040874368613399596, 0.040978402001596796, 0.0410754830667748, 0.0411890485415236, 0.041294674491323596, 0.0414054646247996, 0.0415076074281708, 0.041601172750629196, 0.041708614779449996, 0.041811968302168004, 0.041916327653266396, 0.0420196439230812, 0.042127593522705196, 0.0422264580706132, 0.042338733663596, 0.0424504784027112, 0.0425529890784992, 0.042657883940078405, 0.0427641199061648, 0.04286416257713, 0.042978412573970795, 0.04307771484348919, 0.043182330308295595, 0.043289930661953996, 0.0433963715190068, 0.0435025888586416, 0.043606533771194396, 0.043710827929712794, 0.043813794953562406, 0.043922727098502, 0.044020767425932, 0.0441388405019416, 0.0442493884915484, 0.044355363687314, 0.0444623493680728, 0.0445718775594608, 0.0446754639128224, 0.044779404168762, 0.04488179377261561, 0.044999061254598, 0.045106638325191996, 0.0452080127874388, 0.045312656191922804, 0.04542287356201559, 0.0455317731106652, 0.0456368076706304, 0.0457425407225264, 0.045847845366038406, 0.04595308481697, 0.0460637957880272, 0.046171186594106, 0.0462842491546644, 0.0463987645784392, 0.04651032305303959, 0.0466109245175496, 0.046723418971337194, 0.04682651172373439, 0.04693203522805119, 0.047056888332404, 0.04716410684380679, 0.0472711064944044, 0.0473847325051204, 0.047491075573302795, 0.047596217235363995, 0.0477027465680612, 0.0478149802515284, 0.0479212534705176, 0.04803885157201439, 0.0481425217444076, 0.048258490031398794, 0.0483698901811612, 0.04848523448202761, 0.0485902178192512, 0.048705943962372794, 0.0488088597634808, 0.0489261225888504, 0.0490277019420636, 0.049139358205534396, 0.0492514615038408, 0.049360822057165195, 0.049474713494814804, 0.0495826584378256, 0.049699455601908, 0.049803535556234395, 0.0499252920130268, 0.05004492505434879, 0.0501526231968776, 0.0502612945714964, 0.0503767180347816, 0.0504862369129432, 0.05060273139718919, 0.0507120407277716, 0.050820497898198404, 0.0509428084919228, 0.051046208580769595, 0.0511614411229268, 0.051281535168923205, 0.051392069188691596, 0.0515109292322768, 0.0516282246539368, 0.0517410823235288, 0.051860645515658006, 0.051971868714131196, 0.052084107054211196, 0.052197905359603204, 0.0523046535531056, 0.0524303075948728, 0.05254489286784079, 0.052660842528380394, 0.0527753672653808, 0.052887386744655596, 0.0530052409598604, 0.053125074235536, 0.0532462020495904, 0.053365704705752394, 0.0534763225445524, 0.053593990495241994, 0.053716766750253594, 0.053828585995174795, 0.053948801113106404, 0.054065062766708395, 0.054179987972416, 0.054297949289716804, 0.054419095730222806, 0.054535543648339596, 0.0546653281057252, 0.0547786328101528, 0.05490081301871679, 0.0550243063921108, 0.055136810159124396, 0.0552532441074028, 0.0553765139633788, 0.05549704573098559, 0.0556148580366744, 0.0557421605193988, 0.05585734649542719, 0.0559876897463576, 0.0561091947460548, 0.056224059415794794, 0.056346844984031995, 0.0564777749681844, 0.0566077689731492, 0.056733800200559195, 0.0568671935329212, 0.056987702017463594, 0.057118012672104, 0.0572515084499492, 0.05738848737422359, 0.0575227701196448, 0.057661411454714796, 0.0577960248196496, 0.0579416045079008, 0.058094504391588, 0.0582747898155824, 0.058567974818684, 0.0721471049914136], "stress_pa": [163851.84135287986, 322484.50443148677, 446285.35397350823, 589472.8936254979, 730454.5491933812, 859836.7683589451, 1015057.2285056101, 1149341.0915136326, 1286238.4319305418, 1416494.0454065793, 1556770.9691822531, 1697746.4780211446, 1835082.2851061814, 1955358.4977984421, 2070946.991443635, 2146054.059267043, 2194263.4135484686, 2321047.7083921432, 2413836.6803526874, 2542114.444077026, 2657419.6293950193, 2794437.1104240473, 2932926.267385473, 3069303.5572767328, 3202400.3565311516, 3318089.9918079344, 3449542.820453637, 3576413.9145612787, 3708736.5984916743, 3833840.7874107417, 3966442.123055468, 4102141.7826414052, 4226683.452725414, 4360646.0094451895, 4491976.2760400865, 4615526.646375658, 4746894.538402563, 4878903.925418846, 4999345.913529394, 5119721.218943602, 5254473.164677612, 5373576.283454906, 5500898.137688646, 5626073.852181444, 5743767.321109764, 5865283.310413353, 6009413.674473754, 6124595.925211913, 6241674.72124099, 6375622.749328612, 6496350.467205052, 6611146.77786826, 6737241.148948681, 6869835.406541821, 6984052.062034618, 7134743.779897679, 7239655.405282983, 7366191.595792772, 7491765.916347507, 7611177.11663247, 7715120.911598217, 7856667.7868366195, 7975892.722606663, 8094992.488622654, 8214182.40666389, 8332511.78264619, 8464299.887418749, 8579400.181770336, 8688791.096210472, 8806191.384792332, 8933819.830417626, 9020127.356052391, 9159740.060567845, 9290537.238121044, 9381294.995546337, 9521049.261093138, 9630927.443504345, 9742491.692304613, 9851905.703544628, 9966576.09939575, 10089012.980461132, 10201115.16118049, 10316239.297389988, 10417746.752500534, 10544602.572917942, 10654631.257057201, 10764063.89474868, 10863848.775625218, 10986138.88025283, 11097338.050603855, 11214196.681976316, 11319773.644208908, 11443462.222814549, 11550425.738096237, 11650519.073009495, 11754488.199949265, 11880083.382129662, 11988130.21183015, 12094292.044639597, 12207527.458667748, 12310647.21941948, 12417367.845773704, 12530447.542667381, 12633877.992630003, 12744568.288326267, 12859192.490577707, 12959972.023963938, 13077718.019485472, 13185177.74343491, 13296398.520469675, 13402034.342288963, 13506571.948528294, 13606460.39247512, 13719867.169857029, 13847334.68294143, 13946250.081062326, 14055341.482162474, 14148721.09889985, 14248521.625995629, 14362794.160842894, 14471255.242824558, 14576824.00941848, 14674656.093120579, 14785592.257976536, 14899876.713752754, 15001024.305820458, 15105730.29518127, 15195760.13088227, 15306355.059146872, 15419290.959835054, 15507185.45913696, 15626397.72891999, 15710589.28966523, 15826098.620891573, 15923863.649368282, 16025391.221046455, 16126149.892807003, 16227161.884307858, 16329394.280910494, 16445249.319076534, 16529211.4019394, 16644959.151744844, 16740730.404853828, 16837756.335735325, 16945897.042751316, 17066927.254199974, 17140516.638755806, 17236259.579658516, 17328560.352325436, 17436261.475086205, 17548835.27755737, 17657279.968261715, 17731402.81438828, 17840735.614299778, 17951872.944831856, 18035227.06031799, 18145698.3089447, 18230569.362640377, 18342575.430870064, 18432469.666004173, 18534086.64464951, 18624342.978000633, 18724252.283573143, 18824598.193168648, 18918740.749359127, 19029343.128204342, 19128645.95651626, 19222502.41041184, 19320660.829544064, 19427408.277988426, 19520814.71681594, 19602575.89817048, 19704942.40522385, 19787786.900997166, 19884216.785430904, 19984599.94792939, 20063930.749893185, 20172283.05339814, 20277269.184589375, 20357236.266136177, 20463290.81058503, 20558546.483516693, 20649757.98130036, 20756223.797798164, 20854622.125625607, 20919175.446033467, 21033009.886741646, 21107351.77993774, 21207191.05005263, 21304148.435592648, 21394538.879394528, 21490952.37255097, 21577964.7231102, 21675413.8469696, 21769432.723522186, 21865804.493427265, 21947546.303272236, 22041580.08098603, 22127747.535705563, 22209641.33739472, 22315193.712711323, 22407060.86158752, 22490152.716636665, 22588106.989860542, 22677709.16223525, 22746908.664703365, 22835859.65633393, 22934596.240520477, 23009470.10517121, 23128293.454647064, 23209838.569164276, 23281687.498092648, 23384912.31203078, 23477895.55788039, 23562550.544738766, 23642948.269844063, 23729059.10015107, 23822543.025016792, 23899455.36851882, 23985841.87030793, 24074271.3212967, 24164098.50120544, 24234168.231487274, 24319463.968276974, 24406532.94324875, 24488036.334514644, 24570721.38786328, 24647860.229015376, 24732583.76121533, 24832028.15055859, 24913191.795349117, 24979068.338871088, 25077512.86029809, 25167143.344879147, 25248533.487320065, 25323694.944381833, 25411298.871040277, 25495243.072509762, 25557267.665863033, 25639471.411705073, 25733813.64345556, 25802850.723266598, 25902971.62532812, 25962033.86783593, 26063156.127929684, 26133951.544761714, 26204895.973205563, 26290631.294250485, 26371285.319328364, 26459267.735481195, 26530030.36975854, 26604154.706001215, 26685443.520545892, 26764884.591102533, 26840364.933013912, 26906448.602676507, 26977851.986885004, 27059498.429298334, 27140656.113624506, 27194228.768348627, 27287846.803665277, 27366456.38942724, 27442514.89639282, 27507573.366165277, 27580335.736274652, 27666896.581649896, 27733096.480369624, 27795523.40507519, 27880340.81459057, 27950200.438499507, 28005307.912826654, 28090476.98974609, 28154498.338699456, 28232824.802398678, 28299421.07200634, 28347393.870353755, 28439581.394195553, 28510439.395904537, 28568747.639656, 28630116.581916742, 28707540.0352478, 28759017.586708, 28838527.202606197, 28897511.959075924, 28989061.713218745, 29042696.95281982, 29113677.14405053, 29169553.518295404, 29247641.563415524, 29306057.095527582, 29374033.21266186, 29443866.014480706, 29499933.123588618, 29582956.433296137, 29640671.61083227, 29698997.73597729, 29753756.52313232, 29825899.004936274, 29868313.670158442, 29940894.246101312, 30015939.47410595, 30064907.67002099, 30134326.21955883, 30199226.737022456, 30262973.904609613, 30330610.275268547, 30371522.903442375, 30453285.57491308, 30515465.14034277, 30570900.440216057, 30609667.30117797, 30685582.756996088, 30736100.67367553, 30795145.03479003, 30859237.909317132, 30914428.830146722, 30979579.687118646, 31026184.5588684, 31085044.145584222, 31145828.962326165, 31195229.29191601, 31253618.00193798, 31323117.017746087, 31378510.594367914, 31425485.014915522, 31479537.48703002, 31549188.494682368, 31590899.825096186, 31649419.665336665, 31702703.237533685, 31759271.02565771, 31841704.249382075, 31873160.600662347, 31925874.948501702, 31988587.975501947, 32030016.183853265, 32091349.36332714, 32143422.961235102, 32204326.987266596, 32236030.697822504, 32298699.02133935, 32352524.99580395, 32393860.81695556, 32437798.3808518, 32493051.88655859, 32555240.392685052, 32589045.166969232, 32638880.61046606, 32688990.235328607, 32746917.009353753, 32798185.944557123, 32841262.22133642, 32899004.22096264, 32946395.87402343, 32999002.93350219, 33060652.0175935, 33095934.98706811, 33139872.550964348, 33193415.403366204, 33243378.996849116, 33293867.111206047, 33337640.762329094, 33374902.606010493, 33418300.747871332, 33462035.655975334, 33506858.348846428, 33565032.48214721, 33610609.17377465, 33650958.53805541, 33710569.14329541, 33732077.47936254, 33787411.45133984, 33822590.11268628, 33881390.09475707, 33904370.665550284, 33966588.973999016, 33991950.75035107, 34027993.67904662, 34078741.07360839, 34131014.34707641, 34161493.182182364, 34210690.85597997, 34240290.52257543, 34291821.71821606, 34329628.944396965, 34375259.280204825, 34413528.442382805, 34449267.38739013, 34495353.69873046, 34534221.88758862, 34563523.5309602, 34615713.357925534, 34652987.12253564, 34683865.308761716, 34723815.321922354, 34764769.673347406, 34801033.139228754, 34838548.302650385, 34887534.379959226, 34906613.8267517, 34951508.045196526, 34993574.02324682, 35031309.723854, 35050582.88574218, 35093998.908996575, 35131174.32594311, 35163179.03995507, 35222011.80458081, 35249692.2016145, 35286137.461662345, 35319110.75115209, 35352820.15800488, 35386815.66715234, 35411828.75633252, 35450729.72774511, 35495457.05318456, 35525351.762771726, 35550969.83909619, 35595947.5040437, 35624390.840530515, 35642635.822296135, 35686674.71408837, 35714232.921600334, 35741257.6675415, 35772499.44210058, 35827872.157096915, 35849377.512931876, 35872283.57791894, 35897406.935691886, 35931634.902954094, 35974520.44487011, 36000937.22343456, 36030089.855194084, 36045745.01514428, 36089119.31514745, 36116442.08431249, 36141237.61653905, 36184632.77816772, 36181741.95289623, 36239120.3641892, 36264851.68933862, 36291038.990020745, 36328741.90807348, 36363419.8904038, 36383759.97543334, 36416974.66373437, 36444786.190986566, 36470341.682434075, 36503598.09398656, 36510926.48506176, 36551487.44583129, 36586210.131645255, 36616453.52840429, 36641174.55482494, 36652782.55939477, 36696150.89893334, 36708879.47082519, 36735796.928405754, 36760729.55131542, 36778509.6168518, 36821857.09476464, 36819061.636924796, 36868000.03051757, 36873042.58346557, 36899688.83991235, 36939400.43449413, 36966559.29088598, 36974102.25868236, 37018460.03532421, 37021327.018737786, 37068405.74741357, 37082618.47496044, 37121394.27661889, 37134811.28215795, 37163689.73255151, 37169259.78660595, 37174043.05934911, 37218555.808067374, 37242972.85079955, 37256348.13308715, 37279811.50150292, 37307253.47995751, 37335351.10950463, 37364387.512207024, 37366518.3782578, 37402352.69069677, 37425881.62422191, 37438553.57170116, 37452781.20040893, 37507575.750351064, 37501648.06842797, 37530407.30953222, 37541419.26765453, 37562027.57358544, 37597069.144249015, 37615764.141082756, 37630572.91507714, 37645068.76468652, 37677231.43100732, 37697270.512580805, 37722796.201706044, 37726703.28617089, 37747210.264206044, 37776488.065719716, 37794026.732444815, 37803724.40814965, 37844228.74450683, 37853601.5748977, 37871921.062469475, 37910735.60714721, 37908339.50042724, 37941953.53984838, 37967249.751091056, 37975183.12931054, 37987744.808197014, 38022780.41839599, 38029491.9013977, 38052010.53619384, 38080167.770385735, 38086345.791816644, 38094261.288642816, 38125094.771385245, 38144108.653068595, 38169705.86776733, 38180515.1700974, 38193702.6977539, 38206920.0277329, 38225641.84665673, 38249972.46265405, 38281810.28366088, 38286748.52848046, 38288018.1074143, 38310664.89219677, 38327804.20780175, 38347378.37314599, 38349640.369415276, 38383796.811103754, 38392609.357833974, 38411185.145378165, 38437232.37514501, 38445764.78004467, 38466373.08597558, 38472482.56206518, 38502407.0739746, 38533109.426498525, 38529869.91405492, 38539189.100265615, 38549056.649208, 38568446.040153556, 38592976.33171093, 38617756.96277612, 38621625.30422216, 38637745.380401604, 38663214.44511425, 38671103.11985009, 38687297.701835684, 38683792.94872289, 38696721.196174555, 38727647.066116445, 38747018.57566845, 38765564.56089013, 38761642.57526391, 38782820.105552725, 38807994.12727367, 38816738.1286621, 38831689.95380395, 38838964.700698964, 38857352.73361205, 38867920.63713085, 38869041.20445263, 38907024.264335684, 38901719.450950675, 38926169.27623754, 38927796.48303979, 38956937.1938706, 38951635.360717766, 38976037.50228881, 38981983.065605216, 39003583.78887182, 39004704.356193595, 39026972.65148168, 39042565.22655492, 39047479.629516594, 39048048.85387426, 39080423.11668407, 39102062.58296972, 39092084.76543432, 39131665.229797356, 39141735.43453222, 39140188.69400024, 39169231.057166986, 39164993.166923575, 39185523.9868164, 39201265.5735017, 39208158.85066991, 39222139.12010204, 39236366.74880981, 39241537.45174413, 39252325.89244848, 39264434.57603466, 39290690.4220581, 39288824.79667675, 39293289.184570305, 39314392.20905297, 39329183.101654045, 39347100.25787353, 39355060.45818334, 39345234.63249218, 39367958.903312735, 39385938.64440917, 39388290.0476455, 39391216.63570409, 39405021.07143407, 39435663.81931298, 39439371.22821801, 39438861.60850536, 39449843.76430517, 39479714.63203441, 39479592.442512445, 39498040.08007055, 39498668.90907299, 39509871.60205834, 39527121.18625634, 39529705.047607414, 39525350.92830663, 39567148.685455315, 39569890.49911498, 39567682.147026114, 39566972.85175317, 39578258.99124145, 39611777.66323095, 39601734.280586176, 39600801.4678955, 39645558.59565746, 39652979.37393188, 39644223.45161449, 39661958.81366723, 39669191.83731078, 39677399.396896474, 39691746.23489379, 39692461.490631096, 39710381.62708276, 39715149.99866479, 39725697.040557854, 39737829.566001944, 39748549.46136474, 39745590.0907517, 39765837.78858178, 39771577.71587377, 39780616.7602539, 39793747.66349804, 39798471.33159643, 39810582.995414786, 39816713.333129875, 39818483.59107982, 39823043.34640502, 39832314.84889989, 39851641.654968254, 39859676.36108398, 39860072.73197167, 39866095.781326406, 39881026.74484252, 39877131.58130639, 39892297.98316967, 39903375.506401114, 39890334.01012426, 39912709.59377294, 39915725.588798575, 39923194.05078881, 39944064.617156975, 39944279.19387817, 39955180.883407705, 39954838.15670019, 39966174.960136466, 39964824.91493236, 39978760.48088085, 39984542.13142406, 39983302.354812734, 39983272.55249023, 39995267.987251215, 39998552.20317846, 40005084.87224584, 39991697.66902929, 40009140.96832275, 40010777.11582177, 39999037.98103344, 40008062.12425243, 40008339.28585058, 40003937.482833974, 39945712.685584955, 231959.20512080195]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; curve and metrics extracted from the TestWorks xlsx export only. Strain/stress arrays are derived from the raw extension/load trace using a user-supplied extensometer gauge length of 25mm (not present in the export itself) via strain = extension/gauge_length, stress = load/area. Yield metrics are null.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_23/tensile/tensile_nylon12white_fl.xlsx", "xlsx_sheet": "Sheet1"}}
data/D638/NYLON12_WHITE_FL_Sheet2.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": null, "batch_label": null, "specimen_id": "2026_07_23/tensile/Sheet2", "test_date": "2026-07-23", "session_folder": "2026_07_23/tensile", "test_run_name": "Sheet2", "specimen_index": 2, "material_class": "NYLON12_WHITE_FL", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.8, "thickness_mm": 3.2, "area_mm2": 40.96000000000001, "gauge_length_mm": 25}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1845000000.0, "peak_load_n": 1605.0, "peak_stress_pa": 40000000.0, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": 0.059, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [3.99051463883639e-06, 5.9911033042326006e-06, 7.588651666274891e-06, 9.11951542203583e-06, 1.0768545731672e-05, 1.2502488285655e-05, 1.43649824587655e-05, 1.60866750286104e-05, 1.76818250531241e-05, 1.9311791444316403e-05, 2.09490692634162e-05, 2.26431777684511e-05, 2.4044310745203802e-05, 2.45522544411969e-05, 2.55855477427858e-05, 2.7413915855696298e-05, 2.9294594465874e-05, 3.08516330244046e-05, 3.24322784274145e-05, 3.41618845106595e-05, 3.5873382554392204e-05, 3.6947062877708e-05, 3.82116206730743e-05, 3.95906365576693e-05, 4.09106371500556e-05, 4.2467717545342505e-05, 4.41210734117803e-05, 4.5459820508959604e-05, 4.72408221378018e-05, 4.89635942778577e-05, 5.05480322737739e-05, 5.24809195178122e-05, 5.39791701578096e-05, 5.57902687853229e-05, 5.7663103913192504e-05, 5.91697291804039e-05, 6.091705040145e-05, 6.267267712811279e-05, 6.43155665295225e-05, 6.6075969922359e-05, 6.78060398479019e-05, 6.9549854057378e-05, 7.134313022671541e-05, 7.298170498525989e-05, 7.483214107761429e-05, 7.65818779165883e-05, 7.80610291678485e-05, 7.99081401475732e-05, 8.15133546404567e-05, 8.32641828730729e-05, 8.51457236842279e-05, 8.65618578665917e-05, 8.83375989780788e-05, 9.021860136837041e-05, 9.18385496754226e-05, 9.36673179660019e-05, 9.532315129600729e-05, 9.70552584896822e-05, 9.889737816248361e-05, 0.00010056026917137501, 0.000102249564630448, 0.000104010506444148, 0.00010565466913814001, 0.00010732391205802801, 0.00010909841625672099, 0.000110571965020618, 0.000112357004805936, 0.00011419040788151601, 0.000115662967115178, 0.000117616132453087, 0.000119296754970684, 0.000120915611884094, 0.000122726379455536, 0.000124314197133764, 0.00012617465949571, 0.000127722503062806, 0.000129449655329346, 0.000131162197472996, 0.00013296008659946103, 0.000134601775467864, 0.000136365220210983, 0.000137968710301912, 0.000139595294282309, 0.000141322519308424, 0.000143006583353973, 0.000144773273174188, 0.000146451676524713, 0.00014808421223843702, 0.000149654058301358, 0.000151490248068704, 0.0001531046957518, 0.00015483439460350503, 0.00015652831029566301, 0.000158208896433472, 0.000160015109255447, 0.000161525961854032, 0.000163231853772423, 0.000164953112513295, 0.000166529245003595, 0.00016843109301245099, 0.000170049076810948, 0.000171691420515536, 0.000173466070233381, 0.000175026355687997, 0.00017672112994315402, 0.000178406576420649, 0.000179969888673632, 0.00018172474778676702, 0.00018341141662514099, 0.00018506781747984, 0.000186770507976881, 0.00018854569611559, 0.000190097817945762, 0.000191876280265397, 0.00019342648124275999, 0.000195156150990634, 0.00019677759814495498, 0.00019847929911175999, 0.000200098272440492, 0.00020205182340415502, 0.0002036974703935, 0.000205135752590842, 0.000206931662656835, 0.000208569844513669, 0.000210274834213315, 0.000211955027449413, 0.000213594620842024, 0.00021544739979273002, 0.000217053232742011, 0.000218517606523356, 0.000220287119415126, 0.000221876887049994, 0.00022343427667348, 0.000225401622852779, 0.00022697256030934198, 0.000228590675075075, 0.000230238766786179, 0.00023200934196776, 0.00023364713092288302, 0.000235376757015011, 0.000237128341947219, 0.000238607165780387, 0.000240300382980614, 0.000242061499417297, 0.000243803349118217, 0.000245275042512922, 0.000246975142769053, 0.000248648671227976, 0.000250428748810201, 0.000252020349986388, 0.00025366445447272, 0.000255303960553839, 0.000256997017682998, 0.000258689259904905, 0.000260191628736912, 0.00026200692195399, 0.000263380360817074, 0.00026527327394998, 0.000266869298908397, 0.000268569049918561, 0.00027039700330188797, 0.000272012615138202, 0.000273510793018623, 0.000275209554498552, 0.000276963118491231, 0.000278618166017814, 0.000280391025850086, 0.000282007830943449, 0.000283696871744006, 0.000285627445233523, 0.000287101961699783, 0.000288866119486748, 0.000290448873098477, 0.000292094927541449, 0.000293713478864639, 0.000295587328988596, 0.000297157771680041, 0.000298866632189139, 0.000300615277634471, 0.00030207381609780997, 0.000303804824621885, 0.000305650560445621, 0.000307235700571447, 0.00030892642939416996, 0.000310629294514193, 0.000312376513871833, 0.000314102487433239, 0.000315631719100757, 0.000317302977460905, 0.00031910025540693, 0.000320602886173411, 0.000322417102548762, 0.00032398629377549797, 0.000325758920777126, 0.000327399678322955, 0.000329208161243706, 0.000330841759247242, 0.000332529082921802, 0.000334386955042838, 0.00033592587828589897, 0.000337641607298984, 0.000339429892161398, 0.00034082681781566, 0.000342650696662723, 0.00034431427161162997, 0.000346127382041423, 0.000347828384516298, 0.000349543531452774, 0.000351180767435118, 0.000352992102531253, 0.000354661323623269, 0.000356309182503729, 0.000358136000837668, 0.000359662962406411, 0.00036155293605244097, 0.000363044827505483, 0.000364888875307052, 0.000366574074401989, 0.000368204296361192, 0.000369927388643383, 0.000371683251838668, 0.000373383119264155, 0.00037531043312466, 0.000376913064652591, 0.000378554375171198, 0.000380217891912444, 0.000381977363982706, 0.000383737796479373, 0.000385483269607185, 0.000387193759930788, 0.000389022731948181, 0.000390610695145561, 0.000392310940920844, 0.00039409835266834397, 0.000395871998304038, 0.000397732868119611, 0.000399480727761521, 0.000401155362166001, 0.000402889688526749, 0.00040466441100417, 0.000406190906911625, 0.000408173314323186, 0.000409898793119474, 0.000411525406203701, 0.000413369483109101, 0.000415139956427275, 0.000416836971677377, 0.000418741002473517, 0.00042041033998085496, 0.000422147984178274, 0.000423953440300657, 0.000425731131368785, 0.00042751883415459, 0.000429271495928525, 0.000431113419150471, 0.00043278330963058696, 0.00043474487869954, 0.000436277719242035, 0.00043821580151981, 0.000439989039701878, 0.000441819583326115, 0.000443588426829784, 0.000445471823010131, 0.000447224368368744, 0.000448993153664752, 0.000450741740902423, 0.000452774410629182, 0.000454463218599095, 0.000456203860491051, 0.000458214585929646, 0.000459958982215731, 0.000461564203984572, 0.000463585261282979, 0.000465348109397574, 0.00046699055496557, 0.000468929277527614, 0.000470747364712416, 0.000472614404540046, 0.000474498382797002, 0.000476306196329652, 0.000478146547944753, 0.00048003719097888396, 0.000481878415708898, 0.000483840363127648, 0.000485477046137213, 0.00048747260848014, 0.000489304519984408, 0.000490945044699593, 0.000493081847931727, 0.000494846413172318, 0.000496780071667864, 0.000498721064328684, 0.000500497271101459, 0.0005025819202694139, 0.000504323377068623, 0.000506318677477076, 0.000508188831414564, 0.000509982267654969, 0.000511677391156091, 0.000513812098912432, 0.000515626548118426, 0.000517312533016785, 0.000519601956735833, 0.000521507850177123, 0.000523213800303175, 0.000525342047009154, 0.000527197299785449, 0.000529195277746304, 0.000531175211332275, 0.000533014806247785, 0.000534995030872061, 0.000536960703581109, 0.000538918401840611, 0.000540830057840331, 0.000543043345938905, 0.000544751915409698, 0.0005468320825877629, 0.00054887930422975, 0.000550501144285782, 0.000552694874610289, 0.0005546651457245489, 0.000556639898828699, 0.000558615583255424, 0.000560651337988212, 0.000562519163619264, 0.000564525581690951, 0.000566615935209676, 0.000568721946589186, 0.000570805082357957, 0.000572679427247031, 0.000574414539411201, 0.00057673906234978, 0.000578910790178462, 0.000580669651068284, 0.000582877118400766, 0.000584962407852991, 0.000587038034833505, 0.000589023265316619, 0.000591004712301775, 0.000592990815899803, 0.000595202066730245, 0.0005973130839685939, 0.000599254367667719, 0.000601231681908949, 0.000603391535374804, 0.000605531423612966, 0.000607680625076874, 0.000609833726454063, 0.000611929202246948, 0.000614087367690637, 0.000615959966349884, 0.000618051775060131, 0.000620157262570693, 0.000622376196812375, 0.000624254907276018, 0.000626674832570835, 0.000628655173610433, 0.000630862582735254, 0.000632832679226532, 0.000634937351829841, 0.00063734790569125, 0.0006393560699927649, 0.000641416970435067, 0.000643512620850935, 0.000645738598219587, 0.000647743328269108, 0.000650066396016165, 0.000652433643377854, 0.000654366603381469, 0.000656741941608026, 0.000658797545153185, 0.000660929691772445, 0.000663156600463672, 0.000665350156165196, 0.000667670895605816, 0.000669603564571126, 0.000671886760070457, 0.000674141666646584, 0.000676551289185419, 0.0006785895468476259, 0.000680854756179734, 0.000683154657277747, 0.000685249550994023, 0.000687726752627178, 0.000689838235526814, 0.000691997448708399, 0.000694350900854452, 0.000696573560386433, 0.000698966302703603, 0.000701063873972281, 0.000703096078037753, 0.000705582243650689, 0.000707856242339595, 0.000710188972558363, 0.00071234830215527, 0.000714542614556386, 0.00071687191052316, 0.000718982403892561, 0.000721385565381034, 0.000723829122986182, 0.00072605288846372, 0.000728269727229609, 0.000730484004858418, 0.000732917201499923, 0.000735444112475498, 0.00073765152160032, 0.000739805205054118, 0.00074216302277474, 0.000744539117700889, 0.0007468388441759189, 0.000749299049172087, 0.000751408436595931, 0.000753872599713041, 0.000756386879626199, 0.000758561459630265, 0.000760982374455317, 0.000763286873958542, 0.000765495680067225, 0.0007678100748728059, 0.000770370979122355, 0.000772384964189961, 0.000774979861713483, 0.000777282789609863, 0.00077962308682455, 0.00078220250111027, 0.000784638840965464, 0.000786856320015623, 0.000789340506568088, 0.000791407577022447, 0.000793823253158017, 0.000796404471881225, 0.000798776783309414, 0.00080108960650815, 0.000803697426132395, 0.000805927594452633, 0.000808347170501484, 0.000810720296836926, 0.000813036205041691, 0.000815425571314528, 0.000817922097891106, 0.000820340102333113, 0.000822875569834842, 0.000825255622881933, 0.000827618446461393, 0.000830130398068114, 0.000832601604312195, 0.000834883519242986, 0.00083732242023526, 0.000840085712521805, 0.000842459886595144, 0.000844808740335985, 0.00084717441609083, 0.000849809069446756, 0.0008520852218191169, 0.00085459414662747, 0.00085712198892562, 0.000859527769758834, 0.000862120047937616, 0.000864501497968568, 0.000866958443335726, 0.000869562188423707, 0.0008719333939063389, 0.000874342492576226, 0.000876872139311864, 0.00087928502147971, 0.000882130095529838, 0.0008845589848044359, 0.000887038281913384, 0.000889633004813923, 0.000891866956632121, 0.000894520061816557, 0.000897033992483749, 0.000899382904432251, 0.000901782049592121, 0.000904194873552306, 0.000906865149996712, 0.000909360454212411, 0.000912130906041249, 0.000914427663925572, 0.000917002770844384, 0.000919696330353155, 0.000921896463520362, 0.000924770466777964, 0.000927216410897209, 0.000929702634717806, 0.000932410804349466, 0.000934953431393488, 0.000937278361785694, 0.000939767263158693, 0.000942430380060806, 0.000945002285558267, 0.000947567147928758, 0.000950075490660502, 0.000952689596712126, 0.000955330536495431, 0.000957791672814174, 0.000960298036485447, 0.000962997009306683, 0.000965355234480931, 0.000968107409104242, 0.000970692294910087, 0.00097324900820805, 0.000975833602975591, 0.000978370060007556, 0.000980944584849759, 0.000983657061848327, 0.0009861750088441211, 0.000988884342629, 0.000991371672395154, 0.000994067152756735, 0.000996547497603579, 0.0009992519419449411, 0.0010017611577916, 0.00100448155103205, 0.0010069448992419102, 0.0010096567941638701, 0.00101214796563564, 0.00101496137471823, 0.0010174234423595502, 0.00102003487085877, 0.00102259810341476, 0.00102531803099392, 0.001027856699917, 0.00103058023637114, 0.00103330761453091, 0.00103586141744582, 0.00103864630477457, 0.00104102117733984, 0.00104376264175354, 0.0010462000293466301, 0.0010490133220139, 0.0010515394180822199, 0.00105400602592109, 0.00105658078359394, 0.0010595328433248199, 0.00106195067314385, 0.0010648076215568, 0.00106732149401633, 0.0010702110387194, 0.00107281513305335, 0.00107536521067797, 0.0010783778063762, 0.0010806767761516402, 0.0010833797070938201, 0.00108608205595939, 0.00108857753479807, 0.00109140945391683, 0.00109420016201167, 0.00109661799183069, 0.0010995879795211402, 0.00110230581162451, 0.0011048791723135, 0.00110744834205089, 0.00111036198472558, 0.00111308284362732, 0.00111576400490431, 0.0011181570382597901, 0.00112106998244254, 0.0011237098162802902, 0.00112655535599171, 0.00112905211539893, 0.00113182943573175, 0.00113458649979858, 0.0011372201636242702, 0.0011397127320799101, 0.0011425501227188, 0.0011454075367930401, 0.00114817647522269, 0.00115082178058056, 0.00115372762342869, 0.0011561786316144301, 0.0011589892467293, 0.0011618498040172301, 0.00116431280298112, 0.00116723319774447, 0.0011700043480652401, 0.00117264325058041, 0.0011753766823369102, 0.0011782059239032702, 0.00118094040339766, 0.0011835356501671498, 0.00118630901237903, 0.00118899902122049, 0.00119180637670635, 0.0011946809038329, 0.00119725018998562, 0.0012001739607933, 0.00120302415711759, 0.00120554280260532, 0.00120838601401029, 0.00121135018093465, 0.00121403506750195, 0.00121665406299709, 0.0012194944804343399, 0.00122259857857554, 0.0012250529628056099, 0.00122795321771829, 0.00123081621972798, 0.0012336249721977, 0.0012362944919425101, 0.00123900021685241, 0.0012418809139910201, 0.0012449358848664002, 0.0012476664062398498, 0.0012503401169362501, 0.00125328891703813, 0.00125605669131456, 0.0012588401816594399, 0.00126163007484703, 0.0012644149621757702, 0.00126715782357334, 0.0012702756587225, 0.0012728757949355101, 0.00127576149793295, 0.00127862822523294, 0.00128140647688834, 0.00128423047976522, 0.0012869705471950602, 0.0012899383229944, 0.00129275825133501, 0.0012957055380377002, 0.0012986598096597, 0.00130131070295302, 0.00130427405497013, 0.00130712669601618, 0.0013098824795144599, 0.00131269169764547, 0.00131579358389555, 0.0013186911612558202, 0.00132145218344359, 0.00132417024837761, 0.0013272826120066502, 0.0013301529481816099, 0.00133306856991677, 0.0013359510132852, 0.0013390532487812501, 0.00134181368889241, 0.0013445762244793601, 0.00134750767869829, 0.0013506144543918802, 0.00135332867762028, 0.0013565593192163, 0.00135934222748457, 0.00136212001347868, 0.00136509826665698, 0.00136812553068577, 0.00137080564422487, 0.0013739531652811, 0.00137700010349928, 0.00137981444390444, 0.0013826041042613799, 0.00138594883287279, 0.00138880752751557, 0.00139155970213888, 0.00139458277521609, 0.00139752773361234, 0.00140062100512861, 0.0014034517600941502, 0.00140651569494931, 0.0014095779999899701, 0.00141274403108238, 0.00141550179364113, 0.00141875234225719, 0.00142180754596321, 0.0014245232825907902, 0.00142773995434819, 0.00143072344621597, 0.00143361159393518, 0.00143693839458702, 0.0014398941796082102, 0.00144293646121351, 0.00144584614576726, 0.0014491281265202002, 0.00145202256066678, 0.00145516845190851, 0.00145820665897755, 0.00146135534418701, 0.00146470077129035, 0.00146767914088397, 0.00147067217880814, 0.00147424636201887, 0.0014771285725566601, 0.00148058797026007, 0.0017786093314918702], "load_n": [6.49584627151489, 12.2685890197754, 18.0045146942139, 23.2430553436279, 28.6398105621338, 34.428352355957, 39.3185806274414, 45.2660369873047, 50.6579399108887, 56.411018371582, 61.2836837768555, 66.8751602172852, 70.515739440918, 74.5758285522461, 79.9011306762695, 84.9281845092773, 90.1029052734375, 95.759407043457, 100.24275970459, 105.66251373291, 110.694343566895, 114.035652160645, 118.282073974609, 122.895034790039, 126.318321228027, 131.094619750977, 135.599502563477, 140.622970581055, 145.929550170898, 151.549575805664, 156.547256469727, 161.024185180664, 166.211471557617, 171.205352783203, 176.559936523438, 181.581619262695, 186.570449829102, 191.986297607422, 196.888076782227, 201.680191040039, 207.145111083984, 211.440322875977, 217.091247558594, 221.712280273438, 227.18505859375, 231.54914855957, 237.238815307617, 241.71435546875, 246.823883056641, 251.807647705078, 256.761810302734, 262.044860839844, 266.969482421875, 271.508605957031, 275.977783203125, 281.786804199219, 286.793701171875, 290.864562988281, 296.302917480469, 301.105499267578, 305.580993652344, 310.350494384766, 316.289916992188, 320.354888916016, 325.220428466797, 330.153869628906, 335.261535644531, 340.193908691406, 344.846038818359, 349.870941162109, 354.651275634766, 359.3740234375, 364.1337890625, 368.498992919922, 373.195434570313, 378.363647460938, 382.971801757813, 388.12939453125, 392.56787109375, 397.2138671875, 401.757568359375, 406.686981201172, 411.056243896484, 415.826995849609, 421.229553222656, 425.300201416016, 430.423583984375, 434.704284667969, 439.335235595703, 444.203796386719, 448.696746826172, 453.148284912109, 457.576263427734, 462.919250488281, 467.201507568359, 471.795349121094, 476.133819580078, 479.985961914063, 484.902679443359, 489.871185302734, 493.980560302734, 499.088348388672, 503.5712890625, 508.289489746094, 512.243835449219, 517.029907226563, 521.432006835938, 526.103698730469, 530.922912597656, 534.818176269531, 539.055358886719, 544.382446289063, 548.308715820313, 552.925476074219, 557.161010742188, 561.96435546875, 566.703002929688, 570.59716796875, 575.22607421875, 580.353759765625, 584.676940917969, 588.052185058594, 593.199951171875, 597.501831054688, 601.53466796875, 605.816162109375, 610.324462890625, 614.604919433594, 619.109069824219, 623.088256835938, 627.619567871094, 631.437622070313, 635.731689453125, 640.110229492188, 644.654968261719, 648.118530273438, 652.869384765625, 657.348205566406, 661.747924804688, 665.878784179688, 669.761108398438, 673.8369140625, 678.395935058594, 683.050048828125, 687.308532714844, 691.0595703125, 695.116149902344, 698.904663085938, 703.223083496094, 707.774841308594, 711.626220703125, 715.955444335938, 720.003723144531, 724.392639160156, 728.824645996094, 732.777099609375, 736.627258300781, 740.566284179688, 744.679992675781, 748.947814941406, 752.766296386719, 756.792358398438, 760.975524902344, 765.01904296875, 768.565368652344, 773.495849609375, 777.593688964844, 781.477783203125, 785.659423828125, 789.710998535156, 794.001281738281, 798.242492675781, 802.085998535156, 805.465698242188, 809.701293945313, 813.034851074219, 816.994445800781, 820.885620117188, 824.730895996094, 828.858642578125, 832.676818847656, 836.1298828125, 839.935852050781, 844.134216308594, 847.899536132813, 851.531494140625, 855.778015136719, 859.733032226563, 863.336791992188, 868.296447753906, 870.758850097656, 875.267761230469, 878.869873046875, 882.331970214844, 886.097351074219, 889.970886230469, 893.776916503906, 897.830444335938, 901.047607421875, 904.773132324219, 909.288818359375, 912.350891113281, 916.269287109375, 920.44873046875, 922.914001464844, 926.83447265625, 931.069274902344, 934.8154296875, 938.409057617188, 941.825134277344, 944.905456542969, 948.988952636719, 952.8330078125, 956.359436035156, 959.091735839844, 963.445495605469, 966.488159179688, 970.466674804688, 973.76513671875, 977.343566894531, 980.554321289063, 983.962890625, 987.549865722656, 990.473022460938, 995.003662109375, 998.498291015625, 1001.24462890625, 1004.45025634766, 1008.27313232422, 1011.72497558594, 1014.98486328125, 1018.17999267578, 1021.22930908203, 1025.26013183594, 1028.46801757813, 1031.83666992188, 1035.36010742188, 1038.35400390625, 1042.07666015625, 1045.41760253906, 1048.51391601563, 1051.71215820313, 1054.51696777344, 1058.20642089844, 1061.75512695313, 1064.60180664063, 1068.17834472656, 1071.43908691406, 1074.58288574219, 1078.01477050781, 1081.05615234375, 1083.78039550781, 1087.56604003906, 1090.36181640625, 1093.00146484375, 1096.48425292969, 1099.29943847656, 1102.40100097656, 1106.138671875, 1108.48205566406, 1111.96752929688, 1115.08715820313, 1118.52490234375, 1121.09765625, 1124.10559082031, 1126.9990234375, 1130.1298828125, 1133.09521484375, 1135.71569824219, 1138.53161621094, 1141.76477050781, 1144.75549316406, 1147.62133789063, 1150.44653320313, 1153.26977539063, 1155.91687011719, 1158.65270996094, 1162.21423339844, 1164.91906738281, 1167.47607421875, 1170.09326171875, 1172.59741210938, 1175.91723632813, 1178.78747558594, 1181.13403320313, 1184.22448730469, 1186.39294433594, 1189.02600097656, 1191.94970703125, 1194.35534667969, 1197.65441894531, 1200.68127441406, 1202.81677246094, 1205.6630859375, 1208.60620117188, 1210.67504882813, 1213.79406738281, 1215.38696289063, 1218.31420898438, 1220.79235839844, 1223.36962890625, 1225.91662597656, 1227.99926757813, 1231.26989746094, 1233.47387695313, 1236.51879882813, 1238.83972167969, 1241.0439453125, 1243.60656738281, 1246.51696777344, 1248.44226074219, 1250.953125, 1253.314453125, 1255.89172363281, 1258.55639648438, 1260.39465332031, 1262.85815429688, 1265.22827148438, 1267.22290039063, 1269.99145507813, 1271.88940429688, 1274.20495605469, 1276.42663574219, 1279.12548828125, 1280.27966308594, 1283.58618164063, 1285.88317871094, 1288.20483398438, 1289.83630371094, 1291.90014648438, 1294.39050292969, 1296.35424804688, 1298.62316894531, 1300.85375976563, 1302.61865234375, 1304.83227539063, 1307.08581542969, 1308.97436523438, 1311.27380371094, 1312.90649414063, 1315.06530761719, 1316.98962402344, 1318.93896484375, 1321.08642578125, 1323.15673828125, 1324.87890625, 1327.66479492188, 1328.87219238281, 1330.63659667969, 1332.58703613281, 1334.65991210938, 1336.52416992188, 1338.49523925781, 1339.908203125, 1342.55261230469, 1344.24755859375, 1345.47644042969, 1348.2666015625, 1349.46032714844, 1351.35803222656, 1353.35632324219, 1355.44702148438, 1356.74926757813, 1358.35620117188, 1360.70080566406, 1362.09301757813, 1363.52624511719, 1365.44152832031, 1367.19555664063, 1369.18530273438, 1370.93737792969, 1372.48742675781, 1373.83435058594, 1375.53344726563, 1377.04541015625, 1378.89538574219, 1380.33410644531, 1382.09069824219, 1384.06530761719, 1385.30651855469, 1386.40307617188, 1388.39709472656, 1389.95629882813, 1391.97912597656, 1393.38452148438, 1394.31237792969, 1396.3369140625, 1397.19567871094, 1399.39624023438, 1400.77038574219, 1402.15783691406, 1403.82043457031, 1405.08544921875, 1406.37463378906, 1408.00207519531, 1410.08715820313, 1411.23071289063, 1412.60485839844, 1413.98913574219, 1415.45288085938, 1416.42016601563, 1418.31420898438, 1419.40246582031, 1420.521484375, 1422.23754882813, 1423.24792480469, 1424.67980957031, 1426.76977539063, 1427.5234375, 1428.70959472656, 1430.13024902344, 1431.54711914063, 1432.64221191406, 1433.5361328125, 1435.32177734375, 1436.32287597656, 1437.60083007813, 1438.67321777344, 1439.66552734375, 1441.59057617188, 1442.61279296875, 1443.60046386719, 1445.10241699219, 1445.58508300781, 1447.1806640625, 1448.44348144531, 1449.7587890625, 1450.15258789063, 1451.91247558594, 1452.92944335938, 1453.83239746094, 1455.45617675781, 1456.42126464844, 1457.54870605469, 1458.77600097656, 1460.28918457031, 1460.91174316406, 1462.39282226563, 1463.21997070313, 1464.87097167969, 1465.31469726563, 1466.00378417969, 1467.17150878906, 1468.43933105469, 1469.72009277344, 1470.77307128906, 1471.57531738281, 1472.89221191406, 1473.35546875, 1475.01733398438, 1475.98315429688, 1476.95690917969, 1477.90747070313, 1479.05456542969, 1479.41430664063, 1480.89831542969, 1481.96008300781, 1482.56774902344, 1483.85656738281, 1484.30041503906, 1485.59497070313, 1486.52770996094, 1488.12841796875, 1488.16833496094, 1489.04333496094, 1490.00610351563, 1491.36450195313, 1492.25744628906, 1492.84765625, 1493.96008300781, 1494.64208984375, 1496.23266601563, 1496.85571289063, 1497.537109375, 1498.517578125, 1498.80834960938, 1499.91247558594, 1500.89270019531, 1501.36462402344, 1502.623046875, 1503.86169433594, 1504.49145507813, 1505.13500976563, 1506.6416015625, 1506.98559570313, 1508.08752441406, 1508.78869628906, 1508.91369628906, 1510.06311035156, 1511.02673339844, 1511.73413085938, 1512.96569824219, 1513.25402832031, 1513.91247558594, 1515.36926269531, 1516.20263671875, 1516.3603515625, 1516.80871582031, 1517.68041992188, 1518.64477539063, 1519.10437011719, 1520.04431152344, 1520.96655273438, 1521.52392578125, 1522.83544921875, 1522.86767578125, 1524.55822753906, 1524.43334960938, 1525.99499511719, 1526.46203613281, 1526.59289550781, 1527.54724121094, 1528.26989746094, 1528.74365234375, 1529.25244140625, 1530.08142089844, 1530.86950683594, 1531.45751953125, 1531.99841308594, 1533.40563964844, 1533.74353027344, 1533.92248535156, 1535.18774414063, 1535.95178222656, 1536.19836425781, 1536.86145019531, 1537.71032714844, 1538.453125, 1538.88500976563, 1539.4873046875, 1539.76611328125, 1540.650390625, 1541.45776367188, 1542.37377929688, 1542.34448242188, 1543.17297363281, 1544.00036621094, 1544.72131347656, 1544.97241210938, 1545.91198730469, 1546.74035644531, 1547.28552246094, 1548.02233886719, 1548.66845703125, 1549.2509765625, 1549.73327636719, 1550.25109863281, 1550.84985351563, 1551.26928710938, 1552.26611328125, 1552.93688964844, 1553.08666992188, 1553.52490234375, 1553.93322753906, 1554.69409179688, 1555.41735839844, 1556.1435546875, 1556.85290527344, 1557.52673339844, 1558.08239746094, 1558.41674804688, 1559.22424316406, 1560.01916503906, 1560.48645019531, 1560.83911132813, 1560.97033691406, 1562.04357910156, 1561.98010253906, 1562.70910644531, 1563.33044433594, 1563.91271972656, 1564.04345703125, 1565.1474609375, 1565.466796875, 1566.11254882813, 1566.38488769531, 1566.32043457031, 1566.92297363281, 1568.14880371094, 1568.587890625, 1568.88513183594, 1569.1142578125, 1570.27587890625, 1570.447265625, 1571.18505859375, 1571.62890625, 1572.47814941406, 1572.49475097656, 1572.58447265625, 1573.23486328125, 1573.45446777344, 1574.15478515625, 1574.20434570313, 1575.35778808594, 1575.62866210938, 1576.01879882813, 1576.53112792969, 1576.2783203125, 1577.734375, 1577.6787109375, 1577.82849121094, 1578.47985839844, 1578.75012207031, 1579.177734375, 1580.01586914063, 1580.068359375, 1580.32153320313, 1580.89306640625, 1581.29504394531, 1581.53796386719, 1582.37219238281, 1583.095703125, 1582.87023925781, 1583.177734375, 1583.77319335938, 1584.11828613281, 1584.50463867188, 1585.09985351563, 1585.49792480469, 1585.95202636719, 1585.83374023438, 1586.28161621094, 1587.21472167969, 1587.4345703125, 1588.1474609375, 1587.93298339844, 1588.51879882813, 1589.04809570313, 1589.90515136719, 1589.7333984375, 1590.71423339844, 1590.54150390625, 1591.01770019531, 1591.40698242188, 1591.33154296875, 1591.60827636719, 1592.81372070313, 1592.41687011719, 1592.78234863281, 1593.083984375, 1593.10375976563, 1593.6904296875, 1594.09191894531, 1594.58898925781, 1595.20617675781, 1594.83190917969, 1595.43103027344, 1595.72839355469, 1595.98498535156, 1596.41589355469, 1597.33227539063, 1597.32653808594, 1597.17749023438, 1597.83532714844, 1598.1728515625, 1597.97326660156, 1598.22021484375, 1598.84655761719, 1598.67736816406, 1599.67944335938, 1600.23815917969, 1600.06616210938, 1600.24670410156, 1600.66162109375, 1600.67358398438, 1600.98388671875, 1601.20861816406, 1601.94787597656, 1601.7724609375, 1602.32897949219, 1601.51513671875, 1602.666015625, 1602.45666503906, 1602.81225585938, 1603.63024902344, 1603.51489257813, 1603.55187988281, 1604.11901855469, 1604.05700683594, 1604.13562011719, 1604.64831542969, 1604.62280273438, 1605.02465820313, 14.2918748855591], "strain": [0.0001596205855534556, 0.00023964413216930402, 0.0003035460666509956, 0.0003647806168814332, 0.00043074182926688, 0.0005000995314262, 0.00057459929835062, 0.0006434670011444159, 0.000707273002124964, 0.0007724716577726561, 0.0008379627705366479, 0.0009057271107380439, 0.000961772429808152, 0.000982090177647876, 0.0010234219097114319, 0.001096556634227852, 0.00117178377863496, 0.0012340653209761841, 0.00129729113709658, 0.0013664753804263799, 0.0014349353021756881, 0.00147788251510832, 0.001528464826922972, 0.0015836254623067718, 0.001636425486002224, 0.0016987087018137002, 0.001764842936471212, 0.0018183928203583841, 0.001889632885512072, 0.001958543771114308, 0.002021921290950956, 0.0020992367807124877, 0.0021591668063123837, 0.002231610751412916, 0.0023065241565277, 0.0023667891672161556, 0.002436682016058, 0.0025069070851245112, 0.0025726226611808996, 0.00264303879689436, 0.002712241593916076, 0.0027819941622951195, 0.0028537252090686163, 0.0029192681994103954, 0.0029932856431045714, 0.0030632751166635316, 0.0031224411667139396, 0.003196325605902928, 0.0032605341856182675, 0.0033305673149229154, 0.003405828947369116, 0.003462474314663668, 0.003533503959123152, 0.003608744054734816, 0.0036735419870169038, 0.0037466927186400757, 0.0038129260518402915, 0.0038822103395872876, 0.003955895126499344, 0.004022410766855, 0.00408998258521792, 0.0041604202577659195, 0.0042261867655256, 0.00429295648232112, 0.004363936650268839, 0.00442287860082472, 0.004494280192237439, 0.0045676163152606405, 0.00462651868460712, 0.004704645298123479, 0.004771870198827359, 0.00483662447536376, 0.00490905517822144, 0.00497256788535056, 0.0050469863798283995, 0.0051089001225122395, 0.0051779862131738396, 0.00524648789891984, 0.005318403463978441, 0.00538407101871456, 0.0054546088084393195, 0.005518748412076479, 0.00558381177129236, 0.00565290077233696, 0.00572026333415892, 0.00579093092696752, 0.0058580670609885204, 0.00592336848953748, 0.0059861623320543195, 0.00605960992274816, 0.0061241878300719995, 0.006193375784140201, 0.00626113241182652, 0.00632835585733888, 0.00640060437021788, 0.00646103847416128, 0.00652927415089692, 0.0065981245005317995, 0.0066611698001438, 0.006737243720498039, 0.00680196307243792, 0.0068676568206214395, 0.00693864280933524, 0.007001054227519879, 0.007068845197726161, 0.007136263056825959, 0.00719879554694528, 0.00726898991147068, 0.007336456665005639, 0.007402712699193599, 0.00747082031907524, 0.0075418278446236, 0.00760391271783048, 0.007675051210615879, 0.007737059249710399, 0.00780624603962536, 0.0078711039257982, 0.0079391719644704, 0.00800393089761968, 0.008082072936166201, 0.008147898815739999, 0.00820543010363368, 0.008277266506273398, 0.00834279378054676, 0.008410993368532599, 0.008478201097976519, 0.00854378483368096, 0.0086178959917092, 0.00868212930968044, 0.00874070426093424, 0.00881148477660504, 0.00887507548199976, 0.0089373710669392, 0.009016064914111159, 0.009078902412373678, 0.009143627003003, 0.009209550671447159, 0.0092803736787104, 0.00934588523691532, 0.00941507028060044, 0.009485133677888759, 0.00954428663121548, 0.00961201531922456, 0.00968245997669188, 0.00975213396472868, 0.009811001700516879, 0.009879005710762119, 0.00994594684911904, 0.010017149952408039, 0.01008081399945552, 0.010146578178908799, 0.01021215842215356, 0.01027988070731992, 0.0103475703961962, 0.010407665149476478, 0.010480276878159599, 0.010535214432682958, 0.0106109309579992, 0.010674771956335878, 0.01074276199674244, 0.010815880132075519, 0.01088050460552808, 0.01094043172074492, 0.01100838217994208, 0.01107852473964924, 0.011144726640712558, 0.01121564103400344, 0.01128031323773796, 0.011347874869760239, 0.01142509780934092, 0.01148407846799132, 0.01155464477946992, 0.01161795492393908, 0.011683797101657959, 0.011748539154585558, 0.011823493159543839, 0.01188631086720164, 0.01195466528756556, 0.012024611105378839, 0.012082952643912398, 0.0121521929848754, 0.012226022417824839, 0.012289428022857879, 0.012357057175766798, 0.01242517178056772, 0.01249506055487332, 0.012564099497329558, 0.012625268764030279, 0.0126921190984362, 0.012764010216277199, 0.012824115446936438, 0.01289668410195048, 0.012959451751019918, 0.01303035683108504, 0.0130959871329182, 0.01316832644974824, 0.01323367036988968, 0.013301163316872078, 0.013375478201713519, 0.013437035131435958, 0.01350566429195936, 0.01357719568645592, 0.013633072712626398, 0.01370602786650892, 0.013772570864465199, 0.01384509528165692, 0.013913135380651918, 0.013981741258110959, 0.014047230697404718, 0.01411968410125012, 0.014186452944930759, 0.01425236730014916, 0.014325440033506718, 0.014386518496256438, 0.014462117442097638, 0.014521793100219319, 0.01459555501228208, 0.014662962976079559, 0.01472817185444768, 0.014797095545735318, 0.01486733007354672, 0.0149353247705662, 0.015012417324986399, 0.01507652258610364, 0.015142175006847919, 0.015208715676497758, 0.015279094559308239, 0.01534951185917492, 0.015419330784287399, 0.015487750397231518, 0.015560909277927238, 0.01562442780582244, 0.01569243763683376, 0.015763934106733758, 0.01583487993216152, 0.015909314724784438, 0.01597922911046084, 0.01604621448664004, 0.016115587541069957, 0.0161865764401668, 0.016247636276465, 0.016326932572927437, 0.01639595172477896, 0.01646101624814804, 0.01653477932436404, 0.016605598257091, 0.01667347886709508, 0.016749640098940678, 0.016816413599234196, 0.016885919367130957, 0.01695813761202628, 0.0170292452547514, 0.0171007533661836, 0.017170859837141, 0.01724453676601884, 0.017311332385223477, 0.0173897951479816, 0.0174511087696814, 0.017528632060792398, 0.01759956158807512, 0.0176727833330446, 0.01774353707319136, 0.017818872920405238, 0.01788897473474976, 0.01795972614659008, 0.01802966963609692, 0.018110976425167277, 0.0181785287439638, 0.01824815441964204, 0.01832858343718584, 0.018398359288629238, 0.018462568159382877, 0.01854341045131916, 0.01861392437590296, 0.0186796221986228, 0.01875717110110456, 0.01882989458849664, 0.018904576181601837, 0.01897993531188008, 0.01905224785318608, 0.01912586191779012, 0.019201487639155357, 0.019275136628355918, 0.01935361452510592, 0.019419081845488517, 0.0194989043392056, 0.01957218079937632, 0.01963780178798372, 0.01972327391726908, 0.01979385652689272, 0.01987120286671456, 0.01994884257314736, 0.02001989084405836, 0.020103276810776557, 0.020172935082744918, 0.02025274709908304, 0.020327553256582555, 0.02039929070619876, 0.02046709564624364, 0.020552483956497277, 0.02062506192473704, 0.0206925013206714, 0.020784078269433317, 0.020860314007084917, 0.020928552012126997, 0.021013681880366158, 0.02108789199141796, 0.02116781110985216, 0.021247008453290996, 0.021320592249911396, 0.02139980123488244, 0.021478428143244358, 0.02155673607362444, 0.02163320231361324, 0.021721733837556198, 0.02179007661638792, 0.021873283303510516, 0.021955172169189997, 0.02202004577143128, 0.02210779498441156, 0.022186605828981958, 0.02226559595314796, 0.02234462333021696, 0.022426053519528477, 0.02250076654477056, 0.02258102326763804, 0.022664637408387037, 0.022748877863567437, 0.02283220329431828, 0.02290717708988124, 0.022976581576448038, 0.0230695624939912, 0.02315643160713848, 0.02322678604273136, 0.023315084736030636, 0.02339849631411964, 0.0234815213933402, 0.023560930612664756, 0.023640188492070998, 0.023719632635992118, 0.0238080826692098, 0.023892523358743756, 0.023970174706708758, 0.02404926727635796, 0.024135661414992158, 0.024221256944518637, 0.02430722500307496, 0.024393349058162518, 0.024477168089877918, 0.024563494707625477, 0.02463839865399536, 0.024722071002405237, 0.02480629050282772, 0.024895047872495, 0.024970196291040716, 0.0250669933028334, 0.02514620694441732, 0.02523450330941016, 0.025313307169061276, 0.02539749407319364, 0.025493916227649998, 0.025574242799710597, 0.025656678817402676, 0.025740504834037396, 0.02582954392878348, 0.025909733130764317, 0.026002655840646597, 0.02609734573511416, 0.02617466413525876, 0.026269677664321037, 0.026351901806127398, 0.026437187670897797, 0.026526264018546877, 0.026614006246607837, 0.026706835824232642, 0.02678414258284504, 0.026875470402818277, 0.02696566666586336, 0.027062051567416756, 0.027143581873905035, 0.027234190247189358, 0.02732618629110988, 0.027409982039760916, 0.027509070105087116, 0.027593529421072557, 0.027679897948335957, 0.027774036034178076, 0.02786294241545732, 0.02795865210814412, 0.028042554958891238, 0.028123843121510117, 0.028223289746027558, 0.028314249693583798, 0.02840755890233452, 0.0284939320862108, 0.028581704582255438, 0.0286748764209264, 0.028759296155702437, 0.02885542261524136, 0.028953164919447275, 0.029042115538548796, 0.02913078908918436, 0.02921936019433672, 0.029316688059996918, 0.029417764499019918, 0.0295060608640128, 0.029592208202164717, 0.029686520910989597, 0.029781564708035557, 0.029873553767036758, 0.029971961966883478, 0.03005633746383724, 0.03015490398852164, 0.030255475185047957, 0.0303424583852106, 0.03043929497821268, 0.03053147495834168, 0.030619827202689, 0.030712402994912236, 0.030814839164894196, 0.03089539856759844, 0.03099919446853932, 0.03109131158439452, 0.031184923472981997, 0.0312881000444108, 0.03138555363861856, 0.031474252800624915, 0.03157362026272351, 0.031656303080897875, 0.03175293012632068, 0.031856178875249, 0.03195107133237656, 0.032043584260326, 0.0321478970452958, 0.03223710377810532, 0.03233388682005936, 0.03242881187347704, 0.03252144820166764, 0.03261702285258112, 0.032716883915644236, 0.03281360409332452, 0.03291502279339368, 0.03301022491527732, 0.03310473785845572, 0.03320521592272455, 0.033304064172487796, 0.03339534076971944, 0.0334928968094104, 0.033603428500872196, 0.03369839546380576, 0.033792349613439396, 0.033886976643633195, 0.03399236277787024, 0.034083408872764676, 0.034183765865098796, 0.0342848795570248, 0.03438111079035336, 0.03448480191750464, 0.03458005991874272, 0.034678337733429036, 0.03478248753694828, 0.034877335756253555, 0.03497369970304904, 0.03507488557247456, 0.0351714008591884, 0.03528520382119352, 0.03538235939217744, 0.035481531276535354, 0.03558532019255692, 0.03567467826528484, 0.03578080247266228, 0.03588135969934996, 0.03597531617729004, 0.03607128198368484, 0.03616779494209224, 0.036274605999868474, 0.03637441816849644, 0.03648523624164996, 0.03657710655702288, 0.036680110833775356, 0.0367878532141262, 0.03687585854081448, 0.03699081867111856, 0.03708865643588836, 0.037188105388712235, 0.037296432173978634, 0.03739813725573952, 0.03749113447142776, 0.03759069052634772, 0.03769721520243224, 0.03780009142233068, 0.03790268591715032, 0.03800301962642008, 0.03810758386848504, 0.03821322145981724, 0.03831166691256696, 0.03841192145941788, 0.038519880372267314, 0.038614209379237235, 0.03872429636416968, 0.038827691796403475, 0.038929960328322, 0.039033344119023636, 0.03913480240030224, 0.03923778339399036, 0.03934628247393308, 0.03944700035376484, 0.03955537370516, 0.03965486689580616, 0.039762686110269396, 0.039861899904143155, 0.039970077677797644, 0.040070446311663996, 0.040179262041282, 0.04027779596967641, 0.0403862717665548, 0.040485918625425596, 0.040598454988729195, 0.040696937694382006, 0.0408013948343508, 0.0409039241365904, 0.0410127212397568, 0.04111426799668, 0.041223209454845595, 0.04133230458123639, 0.0414344566978328, 0.0415458521909828, 0.04164084709359359, 0.041750505670141595, 0.0418480011738652, 0.041960532880556, 0.04206157672328879, 0.0421602410368436, 0.0422632313437576, 0.042381313732992795, 0.042478026925753996, 0.042592304862272, 0.0426928597606532, 0.042808441548776, 0.042912605322134, 0.0430146084271188, 0.04313511225504799, 0.0432270710460656, 0.0433351882837528, 0.0434432822383756, 0.0435431013919228, 0.04365637815667319, 0.043768006480466796, 0.0438647196732276, 0.0439835191808456, 0.044092232464980397, 0.04419516689254, 0.0442979336820356, 0.044414479389023195, 0.044523313745092795, 0.0446305601961724, 0.044726281530391605, 0.044842799297701595, 0.0449483926512116, 0.0450622142396684, 0.04516208461595719, 0.04527317742926999, 0.0453834599919432, 0.045488806544970804, 0.0455885092831964, 0.045702004908751995, 0.0458163014717216, 0.0459270590089076, 0.0460328712232224, 0.0461491049371476, 0.046247145264577204, 0.046359569869171995, 0.046473992160689204, 0.0465725121192448, 0.0466893279097788, 0.0468001739226096, 0.0469057300232164, 0.047015067293476404, 0.0471282369561308, 0.0472376161359064, 0.04734142600668599, 0.0474523604951612, 0.047559960848819596, 0.047672255068253996, 0.047787236153316, 0.0478900075994248, 0.048006958431732, 0.048120966284703595, 0.0482217121042128, 0.0483354405604116, 0.048454007237386, 0.048561402700078, 0.04866616251988359, 0.048779779217373594, 0.0489039431430216, 0.04900211851222439, 0.0491181287087316, 0.0492326487891192, 0.049344998887908, 0.049451779677700404, 0.0495600086740964, 0.049675236559640804, 0.049797435394656, 0.04990665624959399, 0.05001360467745, 0.0501315566815252, 0.0502422676525824, 0.050353607266377595, 0.05046520299388119, 0.050576598487030805, 0.050686312942933597, 0.050811026348899994, 0.0509150317974204, 0.05103045991731799, 0.05114512900931759, 0.05125625907553359, 0.0513692191906088, 0.05147882188780241, 0.05159753291977599, 0.0517103300534004, 0.051828221521508004, 0.05194639238638799, 0.052052428118120796, 0.052170962198805196, 0.0522850678406472, 0.05239529918057839, 0.052507667905818796, 0.052631743355822, 0.052747646450232805, 0.0528580873377436, 0.0529668099351044, 0.053091304480266006, 0.053206117927264394, 0.0533227427966708, 0.05343804053140799, 0.05356212995125, 0.0536725475556964, 0.0537830489791744, 0.0539003071479316, 0.05402457817567521, 0.054133147104811194, 0.05426237276865199, 0.054373689099382796, 0.0544848005391472, 0.0546039306662792, 0.0547250212274308, 0.0548322257689948, 0.054958126611243996, 0.0550800041399712, 0.05519257775617759, 0.055304164170455195, 0.055437953314911595, 0.0555523011006228, 0.055662388085555195, 0.055783311008643595, 0.05590110934449359, 0.0560248402051444, 0.056138070403766005, 0.0562606277979724, 0.0563831199995988, 0.056509761243295195, 0.0566200717456452, 0.05675009369028759, 0.05687230183852839, 0.056980931303631605, 0.0571095981739276, 0.0572289378486388, 0.05734446375740719, 0.0574775357834808, 0.057595767184328406, 0.0577174584485404, 0.0578338458306904, 0.057965125060808004, 0.058080902426671195, 0.05820673807634039, 0.058328266359101995, 0.0584542137674804, 0.058588030851613994, 0.0587071656353588, 0.0588268871523256, 0.0589698544807548, 0.0590851429022664, 0.059223518810402796, 0.0711443732596748], "stress_pa": [158589.99686315647, 299526.0991156103, 439563.34702670644, 567457.4058502904, 699214.1250520946, 840535.9461903564, 959926.2848496434, 1105127.8561353686, 1236766.111105681, 1377222.128212451, 1496183.685958386, 1632694.341242314, 1721575.6699442868, 1820698.9392638204, 1950711.1981511104, 2073442.0046210275, 2199777.9607772822, 2337876.1485218992, 2447333.0006003412, 2579651.2141823727, 2702498.622238647, 2784073.5390782463, 2887745.946645727, 3000367.060303686, 3083943.3893561275, 3200552.240014086, 3310534.730553637, 3433177.9927015374, 3562733.158469189, 3699940.8155679684, 3821954.5036554434, 3931254.521012304, 4057897.254824633, 4179818.1831836663, 4310545.325279248, 4433145.001530639, 4554942.622780809, 4687165.4689312, 4806837.8120660875, 4923832.789063452, 5057253.688573827, 5162117.257714281, 5300079.286098486, 5412897.467613231, 5546510.219573974, 5653055.384755126, 5791963.264346117, 5901229.381561278, 6025973.707437523, 6147647.649049755, 6268598.88434409, 6397579.610347752, 6517809.629440307, 6628628.075122827, 6737738.847732543, 6879560.649394994, 7001799.345016479, 7101185.619831079, 7233957.946300511, 7351208.478212353, 7460473.477840427, 7576916.366815575, 7721921.801567089, 7821164.280176171, 7939951.866865159, 8060397.207736962, 8185096.085071556, 8305515.348911278, 8419092.74458884, 8541771.02446555, 8658478.409051903, 8773779.869079588, 8889985.08453369, 8996557.444334032, 9111216.664314281, 9237393.736839306, 9349897.503852855, 9475815.296173094, 9584176.540374754, 9697604.179382322, 9808534.383773802, 9928881.376981735, 10035552.829504002, 10152026.265859593, 10283924.639224999, 10383305.698633201, 10508388.280868528, 10612897.574901585, 10725957.900285715, 10844819.24772263, 10954510.420560837, 11063190.549612034, 11171295.49384116, 11301739.513874047, 11406286.805868138, 11518441.140651707, 11624360.829591746, 11718407.273292553, 11838444.32234763, 11959745.734930027, 12060072.273015965, 12184774.13058281, 12294220.92437744, 12409411.370754246, 12505953.013896946, 12622800.469398508, 12730273.604393015, 12844328.582286838, 12961985.17084121, 13057084.381580345, 13160531.222820286, 13290587.067604074, 13386443.257331857, 13499157.130718235, 13602563.738822946, 13719832.897186277, 13835522.532463083, 13930594.921112059, 14043605.3276062, 14168792.963027952, 14274339.3778801, 14356742.799282078, 14482420.682907103, 14587447.04723359, 14685904.979705809, 14790433.645248411, 14900499.582290648, 15005002.915859224, 15114967.525005342, 15212115.645408638, 15322743.356227877, 15415957.570075996, 15520793.19953918, 15627691.149711616, 15738646.68607712, 15823206.305503853, 15939193.964004513, 16048540.17496108, 16155955.195426948, 16256806.25438691, 16351589.560508735, 16451096.534729, 16562400.75826645, 16676026.582717892, 16779993.474483494, 16871571.540832516, 16970609.128475193, 17063102.12612153, 17168532.311916355, 17279659.211635593, 17373687.028884884, 17479380.965232857, 17578215.897083275, 17685367.166995995, 17793570.45888901, 17890065.908432003, 17984063.92335891, 18080231.54735566, 18180663.88368606, 18284858.76321792, 18378083.40787888, 18476375.93746186, 18578504.02593613, 18677222.728729244, 18763802.945613865, 18884176.015853878, 18984220.92199326, 19079047.44148254, 19181138.27705383, 19280053.675174706, 19384796.9174385, 19488342.10634231, 19582177.698612206, 19664689.898490913, 19768097.99671174, 19849483.66880417, 19946153.46193313, 20041152.83489228, 20135031.640529633, 20235806.7035675, 20329023.897647846, 20413327.217102047, 20506246.387958515, 20608745.515346527, 20700672.2688675, 20789343.1186676, 20893017.947673798, 20989575.98209382, 21077558.398246773, 21198643.74399184, 21258760.9887123, 21368841.82691574, 21456784.009933468, 21541307.866573334, 21633236.11021042, 21727804.839611053, 21820725.500583638, 21919688.582420357, 21998232.603073116, 22089187.800884247, 22199434.041976925, 22274191.67757033, 22369855.64231872, 22471892.833709713, 22532080.113887787, 22627794.742584225, 22731183.4692955, 22822642.326354977, 22910377.383232124, 22993777.692317963, 23068980.872631073, 23168675.60148239, 23262524.60479736, 23348619.043827046, 23415325.582027435, 23521618.54505539, 23595902.323722847, 23693034.052848823, 23773562.908172604, 23860926.926136006, 23939314.48459626, 24022531.50939941, 24110104.143619526, 24181470.27492524, 24292081.59446716, 24377399.682998654, 24444448.94790649, 24522711.336612787, 24616043.269634273, 24700316.786766108, 24779903.88870239, 24857909.977436032, 24932356.178760495, 25030764.937400874, 25109082.46040356, 25191324.949264646, 25277346.37260449, 25350439.548492428, 25441324.710845944, 25522890.686988764, 25598484.27772534, 25676566.362381097, 25745043.158531245, 25835117.697715815, 25921756.029129144, 25991255.04493725, 26078572.869300775, 26158180.832862787, 26234933.73394018, 26318719.983100824, 26392972.46932983, 26459482.312202387, 26551905.274391107, 26620161.53335571, 26684606.07528686, 26769635.081291255, 26838365.197181635, 26914086.93790429, 27005338.66882324, 27062550.187110834, 27147644.758224603, 27223807.573318597, 27307736.873626705, 27370548.248291012, 27443984.15088647, 27514624.595642086, 27591061.592102047, 27663457.393646237, 27727434.03911596, 27796182.036399897, 27875116.467475824, 27948132.157325678, 28018099.069595452, 28087073.564529534, 28156000.375747796, 28220626.711845454, 28287419.676780757, 28374370.932579096, 28440406.91852563, 28502833.843231197, 28566730.022430416, 28627866.506576654, 28708916.90254223, 28778991.103172358, 28836280.107498284, 28911730.647087153, 28964671.492576655, 29028955.10196679, 29100334.644317623, 29159066.081047114, 29239609.837531976, 29313507.676124506, 29365643.858909663, 29435133.934020992, 29506987.333297845, 29557496.30928051, 29633644.22321313, 29672533.273697015, 29743999.24278271, 29804500.93746191, 29867422.58071899, 29929605.126380853, 29980450.868606683, 30060300.230979975, 30114108.32405102, 30188447.237014886, 30245110.39257055, 30298924.44610595, 30361488.46149438, 30432543.158531245, 30479547.381401118, 30540847.778320305, 30598497.390747063, 30661419.034004144, 30726474.523544427, 30771353.840827875, 30831497.907638665, 30889362.096786615, 30938059.09156811, 31005650.7587434, 31051987.40959179, 31108519.43492895, 31162759.661674555, 31228649.616241448, 31256827.712059077, 31337553.262710687, 31393632.292747553, 31450313.32969677, 31490144.133567866, 31540530.920028802, 31601330.63793188, 31649273.633957025, 31704667.21057885, 31759124.99427807, 31802213.191986077, 31856256.723404046, 31911274.79076391, 31957381.963729974, 32013520.598411616, 32053381.204605218, 32106086.611747798, 32153066.99275976, 32200658.321380608, 32253086.56692504, 32303631.305694573, 32345676.422119133, 32413691.282272454, 32443168.75934594, 32486245.03612524, 32533863.186836176, 32584470.510482904, 32629984.61723339, 32678106.42719262, 32712602.615356438, 32777163.386344966, 32818543.910980217, 32848545.908927973, 32916665.077209465, 32945808.768272456, 32992139.458656244, 33040925.860405024, 33091968.29795849, 33123761.415481683, 33162993.192672845, 33220234.51328271, 33254224.061966058, 33289214.96868139, 33335974.812507562, 33378797.769546624, 33427375.555038568, 33470150.828361567, 33507993.81732934, 33540877.699852046, 33582359.55238354, 33619272.708892815, 33664438.12847143, 33699563.145637445, 33742448.68755346, 33790656.924247794, 33820959.9256516, 33847731.351852536, 33896413.44547265, 33934479.95185864, 33983865.3802871, 34018176.79405224, 34040829.53929906, 34090256.690979, 34111222.6247788, 34164947.271347165, 34198495.74565893, 34232369.06528466, 34272959.8283767, 34303843.97506713, 34335318.20774072, 34375050.66394799, 34425956.0108186, 34453874.82643139, 34487423.300743155, 34521219.1343308, 34556955.099105954, 34580570.459365964, 34626811.74278271, 34653380.513191156, 34680700.302124016, 34722596.406936765, 34747263.78917699, 34782221.91333764, 34833246.4694978, 34851646.42333984, 34880605.3400039, 34915289.28279882, 34949880.838394284, 34976616.5018081, 34998440.74249267, 35042035.57968139, 35066476.46427148, 35097676.51557934, 35123857.855796866, 35148084.163665764, 35195082.426071286, 35220038.890838616, 35244151.94988256, 35280820.72734838, 35292604.565620355, 35331559.18121337, 35362389.68372338, 35394501.686096184, 35404115.91529858, 35447081.923484854, 35471910.23826611, 35493955.01613622, 35533598.065376215, 35557159.781456046, 35584685.20641332, 35614648.46134179, 35651591.42017358, 35666790.6045913, 35702949.76234447, 35723143.815994374, 35763451.45702367, 35774284.60121166, 35791108.012199454, 35819616.913795404, 35850569.60582738, 35881838.20247655, 35907545.68576806, 35927131.772041254, 35959282.5174331, 35970592.49877929, 36011165.38047802, 36034744.97795116, 36058518.29051977, 36081725.358963124, 36109730.60131078, 36118513.345718496, 36154744.02904516, 36180666.089057855, 36195501.68514257, 36226966.97711938, 36237803.101539545, 36269408.464431874, 36292180.41896825, 36331260.20431518, 36332234.740257315, 36353597.044944815, 36377102.13661205, 36410266.16096508, 36432066.5597915, 36446475.98266601, 36473634.839057855, 36490285.39657592, 36529117.82264721, 36544328.927993886, 36560964.58435058, 36584901.809692375, 36592000.72288524, 36618956.923484854, 36642888.188362055, 36654409.76619726, 36685132.98034667, 36715373.39687353, 36730748.4149934, 36746460.19935619, 36783242.225646965, 36791640.52009594, 36818543.07651513, 36835661.53049462, 36838713.28830712, 36866775.15506738, 36890301.10836034, 36907571.55418407, 36937639.11724096, 36944678.42578881, 36960753.798484854, 36996319.89002221, 37016665.93551635, 37020516.39556884, 37031462.78858178, 37052744.62699901, 37076288.46168529, 37087509.0360642, 37110456.824302725, 37132972.47886669, 37146580.21926879, 37178599.83444213, 37179386.61575317, 37220659.852027826, 37217611.07444774, 37255737.18547826, 37267139.554023676, 37270334.36298364, 37293633.818626456, 37311276.79347997, 37322843.07479858, 37335264.68276977, 37355503.43990331, 37374743.81923681, 37389099.5979309, 37402305.00698095, 37436661.12422948, 37444910.4070664, 37449279.427528314, 37480169.53468334, 37498822.80826562, 37504842.87738793, 37521031.49890893, 37541756.03389745, 37559890.747070305, 37570434.80873119, 37585139.27459716, 37591946.12503051, 37613534.92736816, 37633246.1833955, 37655609.846115224, 37654894.59037792, 37675121.42658227, 37695321.44069677, 37712922.69229882, 37719053.03001415, 37741991.8775559, 37762215.73352807, 37775525.450706534, 37793514.13249975, 37809288.501739495, 37823510.1699829, 37835285.06755834, 37847927.21271508, 37862545.251846425, 37872785.32981884, 37897121.90628051, 37913498.28243261, 37917155.02738964, 37927854.0611267, 37937822.937965326, 37956398.725509755, 37974056.601524405, 37991786.003112786, 38009104.132652335, 38025555.01461034, 38039121.03176122, 38047283.88786327, 38066998.12412255, 38086405.39646142, 38097813.72547143, 38106423.61640941, 38109627.36606591, 38135829.56790917, 38134279.84714501, 38152077.794074945, 38167247.1761704, 38181462.88394921, 38184654.712676995, 38211607.933044426, 38219404.22058105, 38235169.64912426, 38241818.54724877, 38240244.9846267, 38254955.41095727, 38284882.90309911, 38295602.79846191, 38302859.66396337, 38308453.55987548, 38336813.44985961, 38340997.695922844, 38359010.21957397, 38369846.34399413, 38390579.81967919, 38390985.131263666, 38393175.60195922, 38409054.279327385, 38414415.71712499, 38431513.30947875, 38432723.28376781, 38460883.498191886, 38467496.633529775, 38477021.45576488, 38489529.49047094, 38483357.42950439, 38518905.63964843, 38517546.65374755, 38521203.39870458, 38537105.917930655, 38543704.15210717, 38554143.90563964, 38574606.18019115, 38575887.6800537, 38582068.68171703, 38596022.12905883, 38605836.03382104, 38611766.69597631, 38632133.60309594, 38649797.43957519, 38644292.95063012, 38651800.15563964, 38666337.72850048, 38674762.8450393, 38684195.280075185, 38698726.892471425, 38708445.42980199, 38719531.893730216, 38716644.04869091, 38727578.52077489, 38750359.41600805, 38755726.81427001, 38773131.370544426, 38767895.10250097, 38782197.23701488, 38795119.52400219, 38816043.73455053, 38811850.54779052, 38835796.71382909, 38831579.685211174, 38843205.571174555, 38852709.53178417, 38850867.74826049, 38857623.93474584, 38887053.72810375, 38877364.99309545, 38886287.80841821, 38893651.962280266, 38894134.759903066, 38908457.75604247, 38918259.73987573, 38930395.245551996, 38945463.299751215, 38936325.90770727, 38950952.88753515, 38958212.73326879, 38964477.181434564, 38974997.40123754, 38997370.00465404, 38997229.93373876, 38993591.07017528, 39009651.54170995, 39017891.88385009, 39013019.20413964, 39019048.21395873, 39034339.78557592, 39030209.183692865, 39054673.9101411, 39068314.43309789, 39064115.285873525, 39068523.049354486, 39078652.85873412, 39078944.92149364, 39086520.671844475, 39092007.27939599, 39110055.56583398, 39105772.972106926, 39119359.850883536, 39099490.6425476, 39127588.27209472, 39122477.17380517, 39131158.590316884, 39151129.12654882, 39148312.80708324, 39149215.81745141, 39163061.97643285, 39161548.01845556, 39163467.288017325, 39175984.26342016, 39175361.394882314, 39185172.31941234, 348922.7266982201]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; curve and metrics extracted from the TestWorks xlsx export only. Strain/stress arrays are derived from the raw extension/load trace using a user-supplied extensometer gauge length of 25mm (not present in the export itself) via strain = extension/gauge_length, stress = load/area. Yield metrics are null.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_23/tensile/tensile_nylon12white_fl.xlsx", "xlsx_sheet": "Sheet2"}}
data/D638/NYLON12_WHITE_FL_Sheet3.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": null, "batch_label": null, "specimen_id": "2026_07_23/tensile/Sheet3", "test_date": "2026-07-23", "session_folder": "2026_07_23/tensile", "test_run_name": "Sheet3", "specimen_index": 3, "material_class": "NYLON12_WHITE_FL", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.8, "thickness_mm": 3.2, "area_mm2": 40.96000000000001, "gauge_length_mm": 25}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1855000000.0, "peak_load_n": 1656.0, "peak_stress_pa": 40000000.0, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": 0.058, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [3.1613402667520004e-06, 5.34494166245195e-06, 6.77813864754198e-06, 8.34604748674819e-06, 1.08607394010053e-05, 1.18486134466823e-05, 1.3914011340284801e-05, 1.5716347895841197e-05, 1.66720176436232e-05, 1.9171547371706998e-05, 2.05479384545927e-05, 2.22888404620337e-05, 2.39726553060339e-05, 2.5734117350703202e-05, 2.7533863665349e-05, 2.9280200813127802e-05, 3.10985208285731e-05, 3.2753544708294e-05, 3.4124953579203305e-05, 3.55786826345596e-05, 3.70497975906349e-05, 3.8540812290785e-05, 4.0067853895061804e-05, 4.1672187997074e-05, 4.2985989473573005e-05, 4.4664698414317405e-05, 4.63150056545149e-05, 4.7855904320067806e-05, 4.94247390248805e-05, 5.1027337811001704e-05, 5.27062468405805e-05, 5.44232200424179e-05, 5.62293528288595e-05, 5.79792060831553e-05, 5.96797174308907e-05, 6.16205027269191e-05, 6.33706542954772e-05, 6.493195838415911e-05, 6.69473186077542e-05, 6.845582107203e-05, 7.03728176246389e-05, 7.23984806042156e-05, 7.38932024047702e-05, 7.56210458872832e-05, 7.76008630579329e-05, 7.92105231609187e-05, 8.09634978010311e-05, 8.291314157545481e-05, 8.470761827779851e-05, 8.64367859845973e-05, 8.8121315691433e-05, 8.99506587826639e-05, 9.18314938259303e-05, 9.36089520634144e-05, 9.53476003429844e-05, 9.70880967157885e-05, 9.88454514823846e-05, 0.00010064659296190299, 0.00010250231867544301, 0.000104267735203075, 0.00010606931324005, 0.000107846640510297, 0.00010964620310701299, 0.000111384582176152, 0.000113329343783016, 0.00011493867646791001, 0.000116824633785336, 0.000118647770484722, 0.000120295622089225, 0.000122211461764573, 0.000123964174470212, 0.000125688023451994, 0.000127666792884748, 0.00012931217793961898, 0.000131091542477998, 0.000132819204061571, 0.00013458902254356002, 0.00013645072181830102, 0.000138135207869391, 0.00013991372839668702, 0.000141582920384872, 0.00014357728947075, 0.000145194341946672, 0.00014717721501952, 0.000148832218890357, 0.000150552429893333, 0.000152295880304928, 0.000154131866345461, 0.000155745149875338, 0.000157622768945339, 0.00015936211571684, 0.00016114753385195398, 0.000162939063791464, 0.000164843691216129, 0.000166430111910495, 0.00016813287516711202, 0.000169881753443088, 0.000171645518328342, 0.000173466428584698, 0.00017517509991889698, 0.00017691297694696, 0.000178782956261466, 0.000180596052139345, 0.000182246064703259, 0.000184009043785091, 0.00018590476543763602, 0.000187638422410282, 0.000189550776901933, 0.00019111595180006598, 0.00019275454111052602, 0.000194573908863868, 0.00019654949142718602, 0.000198265438719, 0.000200011057365964, 0.000201766396692301, 0.000203411257878224, 0.000205277992115635, 0.00020687099027568402, 0.000208725035243015, 0.00021049972861660602, 0.00021217906328970502, 0.000213849768677074, 0.000215718205488565, 0.000217290729103889, 0.000218974531214963, 0.00022095027384934902, 0.000222637539316247, 0.00022440914768381002, 0.00022624913550103003, 0.000227887521084677, 0.000229517000896203, 0.00023133278887839902, 0.000233042333327512, 0.000234880574914905, 0.00023652578534679402, 0.00023820939828297, 0.000239989854214992, 0.000241815974056999, 0.000243432720942701, 0.000245302452874649, 0.000246966275206114, 0.000248663785221334, 0.000250343425484653, 0.00025214049970386497, 0.000253899447905178, 0.000255618029093648, 0.00025730672064824004, 0.000258942967100348, 0.000260976306215207, 0.00026257887953547697, 0.00026423098757518397, 0.000265969766821991, 0.000267733662674482, 0.000269442814221884, 0.000271215819573308, 0.000272901804471667, 0.00027452355721620806, 0.00027637540484433897, 0.000278041104372869, 0.000279885996185522, 0.00028163184766312997, 0.000283294200251158, 0.00028507299726484296, 0.000286875310173537, 0.000288439291814621, 0.000290096201986353, 0.000292046216834615, 0.000293655716866533, 0.00029544161521485, 0.000297095120238419, 0.000298725313093792, 0.000300618255330528, 0.00030236981115890597, 0.000303864118229876, 0.000305804150464292, 0.000307365279929991, 0.00030914163222191797, 0.000310918508382793, 0.000312700826959963, 0.000314334337652008, 0.000316070555761735, 0.00031773244268847603, 0.00031965966923749, 0.000321457965817581, 0.000323213945428188, 0.000324893934937473, 0.000326760421792324, 0.00032836753531014504, 0.00033024662412358405, 0.000331788283126707, 0.00033342435495583303, 0.000335297884937654, 0.00033710412686345997, 0.000338721455825771, 0.00034061617339616604, 0.000342282862454931, 0.00034394108229903397, 0.00034590853034174, 0.000347615848347823, 0.000349365687050204, 0.00035126171429296897, 0.00035296507417811, 0.00035449724533250497, 0.00035629248601039797, 0.00035811246494417897, 0.00035968965972429104, 0.000361777597625087, 0.000363118294678907, 0.000365113740606512, 0.000366820447432156, 0.000368581287382449, 0.00037045927025033097, 0.00037216431815763904, 0.000374083657568599, 0.00037557779001658697, 0.00037754154187282505, 0.00037905342765739096, 0.00038109817547379, 0.000382636720367055, 0.000384413189074303, 0.00038620284181674905, 0.00038819427141575106, 0.00038987466837866206, 0.000391704076953511, 0.00039377740473141797, 0.00039510093052526904, 0.00039710950228041, 0.00039872287312177904, 0.000400429056078474, 0.00040222418034104604, 0.000404277863033394, 0.00040576902689067604, 0.000407679489633347, 0.000409530405938904, 0.00041112322947597105, 0.00041286011697379797, 0.00041508018626486797, 0.000416625832492764, 0.000418473809311445, 0.00042021287959655704, 0.000422147818660642, 0.00042399404924949605, 0.00042563073225906, 0.000427382317191268, 0.000429272727394755, 0.000431019888544734, 0.000432932883320655, 0.00043475766438646205, 0.000436373683676402, 0.000438346836069877, 0.0004404065141513, 0.00044212401849804404, 0.000443933054391573, 0.00044576947698956297, 0.000447529618447925, 0.000449369213363434, 0.00045153226825064006, 0.000453161966340895, 0.000454848504212032, 0.00045692840945562305, 0.00045863220589822105, 0.000460572441859449, 0.000462452723929937, 0.000464206986414547, 0.00046618889906098997, 0.00046805739408014305, 0.000470000802358891, 0.000471887487272079, 0.000473554962134267, 0.00047570285392580506, 0.000477448297949786, 0.000479227735247742, 0.000481210521009098, 0.000483331200719158, 0.000484854058647807, 0.00048689970868295005, 0.000488864450069423, 0.000490543275425489, 0.000492572627315576, 0.000494629977090563, 0.000496383075421955, 0.000498302880494203, 0.000500161334691848, 0.000502236787049378, 0.000503979233378823, 0.000505941471835877, 0.000507967273058648, 0.00050972607574081, 0.000511723646248038, 0.000513789843587483, 0.000515570765180792, 0.000517671014001872, 0.000519622833287622, 0.0005216092861316159, 0.000523669953743274, 0.000525332771992589, 0.00052736299699759, 0.00052924915804183, 0.000531364424439426, 0.000533162168046738, 0.000535071786778326, 0.000537067843886371, 0.000539302843442465, 0.0005410895858018649, 0.000543255376449133, 0.000545093050511832, 0.00054713514987966, 0.000549501698749418, 0.000551379768928791, 0.000553235312743391, 0.000555322057387139, 0.0005575238203688519, 0.000559363648115005, 0.000561285024794097, 0.000563448894588555, 0.000565641518967505, 0.000567610509513225, 0.000569556973694171, 0.000571528699999954, 0.00057344454695126, 0.0005756968341826449, 0.0005776451028010799, 0.000579737959249224, 0.000581838208070303, 0.000583768723352159, 0.000585727352934237, 0.00058814070076337, 0.000590252009040023, 0.000592275889409985, 0.000594344415055866, 0.000596169399848486, 0.0005982866453065529, 0.000600652728515024, 0.000602913688687886, 0.000604919175436999, 0.000607028679276164, 0.0006090784038475709, 0.000610949023446347, 0.000613555737125035, 0.000615609885478671, 0.000617650063993688, 0.00061950130044138, 0.000622028327832277, 0.00062423393251961, 0.000626447045995201, 0.000628327153442706, 0.000630532932753022, 0.00063278725725254, 0.00063518384127533, 0.000637212378258164, 0.000639353721687849, 0.000641449895972665, 0.0006437167351192789, 0.0006458510354219929, 0.000648031145153846, 0.000650162185827549, 0.000652628211589809, 0.000654818798700626, 0.000656799256155546, 0.0006590662699251429, 0.000661505112709756, 0.000663806585414614, 0.0006658728409617199, 0.000667986535752471, 0.000670245982526149, 0.000672414043272193, 0.000674677331751491, 0.000677201972628291, 0.000679393665684666, 0.000681651424436177, 0.000683808774972613, 0.000686244940204824, 0.000688318238878901, 0.0006903766945994449, 0.000692881370248552, 0.000695405429048742, 0.00069750107946461, 0.000699670013325567, 0.000702238193532731, 0.000704408699000533, 0.000706798239896352, 0.000709130970115121, 0.000711308809748198, 0.0007137895620486689, 0.00071589563163584, 0.000718205951905157, 0.000720526342099811, 0.000723045278625841, 0.000725505134376044, 0.000727745838282908, 0.000729879032640065, 0.000732356234273221, 0.000734835706005151, 0.000736920471588428, 0.000739393365854676, 0.0007422238879895759, 0.000744160980737115, 0.000746560009481664, 0.000748936977522726, 0.000751305971114243, 0.000753670657338853, 0.000755999604059662, 0.0007584131265117779, 0.000760944053815956, 0.000763521489041205, 0.000765703519625868, 0.000767964770837034, 0.000770469737524445, 0.0007728254015616129, 0.000775277282862271, 0.0007778137398942369, 0.000780209683632757, 0.00078246627823105, 0.000785177882114704, 0.0007875166077225459, 0.000789983215561415, 0.000792336551292147, 0.000794756651209946, 0.000797078729426767, 0.000799664837593491, 0.0008020057168847869, 0.000804320460936333, 0.00080692263441747, 0.000809424574306513, 0.000811939319880958, 0.000814459769806172, 0.000816925155284162, 0.000819463242130633, 0.000821926823171134, 0.000824249599879886, 0.000826695893245096, 0.000829197483888174, 0.000831689935928489, 0.000834288384119327, 0.0008366840368195429, 0.000839194533234741, 0.0008416770899727, 0.000844009878399129, 0.000846435275214071, 0.000849025225086416, 0.000851539097545947, 0.000854075787408556, 0.000856726447871233, 0.000859047478350158, 0.0008618412714510219, 0.000864401011547352, 0.000866735080542321, 0.000869549886608775, 0.000871824991243239, 0.000874526175955589, 0.0008770431916288089, 0.000879745947948004, 0.000882151495950575, 0.0008848438913061279, 0.000887162069609667, 0.000889876292838062, 0.000892380735656525, 0.00089485089416271, 0.000897372741071786, 0.000900205067644174, 0.000902412826014961, 0.000905160635063703, 0.000907885859540011, 0.000910310266824718, 0.000912811915675457, 0.000915251922613288, 0.000917690066905971, 0.000920620997255947, 0.000923348782869334, 0.000925826275540794, 0.000928381708270217, 0.0009310604830331159, 0.000933643564401473, 0.000936284795223083, 0.000938864558754767, 0.000941220164584274, 0.000943903013883437, 0.000946663337579276, 0.0009491858829802829, 0.000951652083365525, 0.00095458930014288, 0.000957171159150357, 0.000959680433204676, 0.00096244681049725, 0.00096495299954554, 0.000967572518909629, 0.000970206823019589, 0.000972811383014823, 0.000975422171229775, 0.000978009443549718, 0.00098064572672015, 0.000983282068098243, 0.000986065558443125, 0.000988715054752584, 0.00099150390020227, 0.000994075863907392, 0.000996624777378793, 0.000999451108562107, 0.00100199222220695, 0.0010046844429395202, 0.0010074257909379002, 0.00101005910551762, 0.00101264597038394, 0.0010153952346242, 0.00101791388011193, 0.0010207159969083, 0.00102334546978241, 0.00102599240495479, 0.0010288048827148, 0.0010316258587933101, 0.00103418094227677, 0.00103686955413436, 0.0010394741141296, 0.00104207855770951, 0.00104494074481195, 0.00104732446494168, 0.0010501348472259, 0.00105287538031703, 0.00105564350383943, 0.00105823793570166, 0.00106119814450508, 0.00106386684934264, 0.00106655720743006, 0.0010691319651029102, 0.00107193827285087, 0.00107481862074351, 0.0010775833682215802, 0.0010801137716568102, 0.0010828376573569101, 0.0010857689951605202, 0.0010880783258996002, 0.00109093387732869, 0.00109377918420946, 0.0010963112174592, 0.0010990358016512301, 0.00110186143434262, 0.0011045529565832598, 0.00110719185909843, 0.001110093161749, 0.00111287467303341, 0.00111557236528611, 0.00111855888395226, 0.0011211650737620001, 0.00112397231283253, 0.0011266243702790699, 0.00112939470569258, 0.00113210334098553, 0.00113501430610781, 0.00113754191557532, 0.00114043926010495, 0.00114323043386107, 0.0011459379050008, 0.00114892849820321, 0.00115173713425761, 0.00115441911044186, 0.00115732867858028, 0.00115991088683372, 0.00116263896348542, 0.00116575144352978, 0.00116846939204847, 0.00117115101898676, 0.00117408328811293, 0.00117661427362477, 0.0011793652840948702, 0.00118234097613608, 0.00118507999582803, 0.00118783647781825, 0.00119058166752225, 0.00119340334209269, 0.00119627100071525, 0.0011993248074374202, 0.0012020245951659002, 0.00120484009972429, 0.001207615208166, 0.0012102586508787201, 0.00121320954645639, 0.00121598151168441, 0.00121894428162491, 0.00122163429046636, 0.0012245605059958101, 0.00122745296108192, 0.00123028697567647, 0.00123303600708609, 0.00123584464314049, 0.0012385875045380502, 0.00124154480295842, 0.00124429592984384, 0.0012472676637641101, 0.00124997676471835, 0.001253015553864, 0.0012558266346401501, 0.00125879091797983, 0.0012616708002111902, 0.00126462053163564, 0.0012673596677429, 0.0012703076529375298, 0.0012733414362243402, 0.00127609512424683, 0.0012789560307807299, 0.00128197374875313, 0.00128457097458308, 0.0012875055720157, 0.0012905660144112102, 0.00129341830621129, 0.00129630086599505, 0.0012993926241121202, 0.00130217436822718, 0.00130509930318808, 0.0013082098041719802, 0.00131103171157306, 0.00131396421352988, 0.0013169879850990101, 0.00131976961279875, 0.0013229156204558, 0.0013256780396274299, 0.00132865012279367, 0.00133160416158503, 0.00133438183116382, 0.00133727125945156, 0.00134035684755659, 0.0013431349827966602, 0.0013462329109258, 0.00134927798649883, 0.00135230420278972, 0.00135515998704946, 0.00135840750886714, 0.0013611593342444902, 0.00136429346753871, 0.00136729791416442, 0.00137011435004538, 0.0013732292748115, 0.0013761660841352299, 0.00137887413735157, 0.0013820981432742401, 0.0013850472926220801, 0.00138813858507788, 0.00139114314811891, 0.0013944028935453801, 0.0013974497153482399, 0.00140059560658997, 0.00140343870157963, 0.0014064188174030701, 0.00140969637437379, 0.0014128256182245002, 0.00141568943514144, 0.001418796560081, 0.0014218013559526802, 0.0014249232656381098, 0.00142809162503695, 0.00143126021726644, 0.0014345565171039701, 0.00143783593671983, 0.00144092734559094, 0.0014440795232600501, 0.00144726674194103, 0.0014505378960690501, 0.00145395887671625, 0.00145746449130243, 0.00200638264073646, 0.00206860639742231], "load_n": [6.00769662857056, 11.8691644668579, 17.767053604126, 23.1992683410645, 29.3501834869385, 34.5647659301758, 40.3083457946777, 44.4323921203613, 50.5921211242676, 55.8881759643555, 61.292308807373, 67.4979934692383, 72.4522705078125, 77.7293472290039, 83.6767425537109, 88.8246612548828, 93.8834381103516, 99.6411743164063, 104.398063659668, 108.714813232422, 114.410972595215, 118.863723754883, 123.82551574707, 128.637847900391, 133.249038696289, 138.237106323242, 142.891052246094, 147.796508789063, 152.835571289063, 158.446853637695, 163.079376220703, 168.031814575195, 173.698318481445, 178.261459350586, 184.0126953125, 189.100845336914, 194.355911254883, 200.065093994141, 204.92805480957, 209.757339477539, 215.967590332031, 221.003845214844, 225.768295288086, 231.329803466797, 236.230972290039, 241.606735229492, 246.348999023438, 252.093795776367, 257.526428222656, 262.880218505859, 267.886535644531, 273.900177001953, 277.653045654297, 283.478607177734, 288.563232421875, 293.705139160156, 298.714233398438, 303.554840087891, 309.604278564453, 314.256195068359, 319.762115478516, 324.968841552734, 330.04736328125, 334.811828613281, 340.522308349609, 345.210662841797, 350.298248291016, 356.186614990234, 360.830780029297, 366.122344970703, 370.740753173828, 375.587982177734, 381.533630371094, 386.480895996094, 390.897247314453, 396.605590820313, 401.699005126953, 406.397552490234, 411.520446777344, 416.800872802734, 421.655700683594, 426.017639160156, 431.047241210938, 436.853088378906, 441.770965576172, 446.010284423828, 451.127593994141, 456.431945800781, 460.532867431641, 465.372589111328, 470.697814941406, 475.343719482422, 480.187683105469, 485.356353759766, 490.087219238281, 494.998260498047, 499.957244873047, 504.924285888672, 509.910369873047, 515.223999023438, 519.585388183594, 524.264892578125, 529.393188476563, 534.240905761719, 539.24853515625, 543.801574707031, 548.548828125, 553.944702148438, 558.8515625, 562.582214355469, 567.679870605469, 572.465087890625, 577.399047851563, 581.998901367188, 586.920532226563, 591.277770996094, 596.3623046875, 600.913879394531, 605.004943847656, 610.068420410156, 614.863708496094, 619.589050292969, 624.200622558594, 628.371398925781, 632.884826660156, 638.270202636719, 642.219970703125, 647.1611328125, 651.746337890625, 656.453308105469, 661.183898925781, 665.907409667969, 670.539855957031, 674.660461425781, 679.414245605469, 683.633728027344, 688.248657226563, 692.595397949219, 697.272521972656, 701.687561035156, 705.692199707031, 709.928833007813, 714.613037109375, 719.386291503906, 723.441528320313, 728.0625, 732.740661621094, 736.832214355469, 741.756591796875, 745.907409667969, 750.140991210938, 754.967834472656, 758.532348632813, 763.199035644531, 767.433471679688, 771.987182617188, 776.069641113281, 780.781677246094, 784.197265625, 789.081176757813, 792.924865722656, 798.073852539063, 802.158874511719, 806.8701171875, 810.742919921875, 815.317749023438, 819.554016113281, 822.641357421875, 827.551086425781, 831.800720214844, 835.877502441406, 839.921630859375, 844.437438964844, 848.094604492188, 852.436462402344, 856.492736816406, 860.875, 865.315551757813, 869.14599609375, 872.548156738281, 877.157287597656, 881.360778808594, 885.232788085938, 889.082336425781, 893.349792480469, 897.492736816406, 901.490539550781, 905.639038085938, 909.392211914063, 913.647094726563, 917.540100097656, 921.453979492188, 925.242492675781, 929.323303222656, 933.575073242188, 937.247497558594, 941.142822265625, 944.885864257813, 949.244384765625, 952.569946289063, 957.021545410156, 960.606262207031, 964.221069335938, 968.390319824219, 972.016418457031, 976.065979003906, 979.668823242188, 983.675659179688, 987.335571289063, 991.7197265625, 994.80029296875, 998.720275878906, 1002.61804199219, 1006.33581542969, 1009.66473388672, 1013.94763183594, 1017.18011474609, 1020.87457275391, 1025.01684570313, 1028.19165039063, 1031.92651367188, 1035.94287109375, 1039.44274902344, 1042.97241210938, 1046.75451660156, 1050.22265625, 1053.98095703125, 1057.89965820313, 1060.869140625, 1064.96545410156, 1068.42260742188, 1071.81481933594, 1075.58129882813, 1078.75952148438, 1082.39123535156, 1086.31665039063, 1089.01147460938, 1092.3369140625, 1096.712890625, 1099.38989257813, 1102.60974121094, 1106.25415039063, 1109.31298828125, 1112.80541992188, 1116.69360351563, 1119.91772460938, 1123.14758300781, 1126.40270996094, 1130.34680175781, 1133.37219238281, 1136.79895019531, 1140.35864257813, 1143.25378417969, 1147.00012207031, 1149.93615722656, 1153.2294921875, 1156.75085449219, 1159.94323730469, 1163.00891113281, 1165.64575195313, 1169.00671386719, 1172.0830078125, 1175.63439941406, 1177.9775390625, 1181.99304199219, 1184.62170410156, 1187.90270996094, 1191.18676757813, 1194.30688476563, 1196.73095703125, 1199.28796386719, 1202.87805175781, 1206.29064941406, 1209.12512207031, 1212.20178222656, 1214.92687988281, 1218.36303710938, 1221.53771972656, 1223.64526367188, 1227.14013671875, 1229.98547363281, 1232.45593261719, 1235.61962890625, 1238.52587890625, 1241.18347167969, 1244.04479980469, 1246.77209472656, 1249.83093261719, 1253.19738769531, 1255.70422363281, 1258.25744628906, 1261.20593261719, 1263.45568847656, 1266.65942382813, 1269.57446289063, 1272.50524902344, 1274.77844238281, 1276.8544921875, 1279.72961425781, 1282.5869140625, 1284.70361328125, 1287.93640136719, 1291.26342773438, 1293.11157226563, 1295.5517578125, 1298.6435546875, 1300.77941894531, 1303.25622558594, 1305.93640136719, 1308.06555175781, 1310.82836914063, 1313.23559570313, 1315.75842285156, 1318.75146484375, 1320.87084960938, 1323.267578125, 1325.29418945313, 1327.98974609375, 1330.54602050781, 1332.53479003906, 1335.18017578125, 1337.13366699219, 1339.77600097656, 1342.49572753906, 1344.18981933594, 1346.79016113281, 1348.60412597656, 1351.19921875, 1353.51025390625, 1356.06628417969, 1357.76916503906, 1360.3759765625, 1361.3994140625, 1364.37841796875, 1366.52795410156, 1368.25280761719, 1370.79309082031, 1373.11364746094, 1374.38293457031, 1377.68188476563, 1379.4052734375, 1381.07556152344, 1382.7275390625, 1385.65490722656, 1387.1455078125, 1389.06140136719, 1391.76599121094, 1393.09033203125, 1394.92590332031, 1397.06066894531, 1399.17248535156, 1400.86608886719, 1403.12634277344, 1404.53674316406, 1407.04125976563, 1409.14074707031, 1409.64758300781, 1412.37487792969, 1414.18420410156, 1416.08032226563, 1417.798828125, 1419.67565917969, 1421.14367675781, 1423.3095703125, 1425.22424316406, 1427.18127441406, 1428.02258300781, 1430.13232421875, 1431.92700195313, 1433.46936035156, 1435.14233398438, 1437.00415039063, 1438.65502929688, 1440.23974609375, 1441.79516601563, 1443.46826171875, 1445.46411132813, 1446.96667480469, 1448.23657226563, 1450.17419433594, 1451.94299316406, 1453.37280273438, 1455.00341796875, 1456.31408691406, 1458.23522949219, 1458.96203613281, 1461.03210449219, 1462.63061523438, 1463.51867675781, 1465.71325683594, 1467.3603515625, 1467.89221191406, 1469.54370117188, 1471.18725585938, 1472.9912109375, 1474.54650878906, 1475.19543457031, 1476.73364257813, 1478.84423828125, 1479.39636230469, 1480.93225097656, 1482.28918457031, 1483.05395507813, 1485.0234375, 1486.46887207031, 1487.86328125, 1489.40539550781, 1490.68579101563, 1491.798828125, 1493.1533203125, 1494.53381347656, 1495.76513671875, 1497.279296875, 1498.98156738281, 1499.76623535156, 1501.11694335938, 1503.46655273438, 1503.06286621094, 1505.1962890625, 1506.00793457031, 1507.28247070313, 1508.20715332031, 1509.30383300781, 1510.20007324219, 1511.05810546875, 1512.42822265625, 1514.31640625, 1515.14965820313, 1515.61169433594, 1516.5244140625, 1518.66833496094, 1519.19128417969, 1520.232421875, 1521.26379394531, 1523.13793945313, 1523.837890625, 1524.75451660156, 1526.19458007813, 1526.7841796875, 1528.34521484375, 1528.65612792969, 1529.6953125, 1530.794921875, 1532.51965332031, 1533.01538085938, 1534.17492675781, 1535.11694335938, 1535.71362304688, 1537.62915039063, 1538.57189941406, 1538.98059082031, 1540.63073730469, 1540.75903320313, 1542.80444335938, 1543.22912597656, 1544.65222167969, 1544.90686035156, 1545.849609375, 1546.328125, 1547.9677734375, 1548.87683105469, 1549.72790527344, 1551.13586425781, 1551.6748046875, 1552.50988769531, 1553.05041503906, 1553.64807128906, 1554.85778808594, 1556.14855957031, 1555.87573242188, 1557.74267578125, 1559.17541503906, 1559.72326660156, 1561.15832519531, 1561.755859375, 1561.76245117188, 1563.61840820313, 1563.66076660156, 1564.52392578125, 1565.46423339844, 1566.61486816406, 1567.58276367188, 1568.32653808594, 1568.95837402344, 1569.58056640625, 1569.908203125, 1571.23364257813, 1571.67395019531, 1573.30883789063, 1573.52758789063, 1573.64721679688, 1574.98999023438, 1575.99169921875, 1576.97302246094, 1577.54187011719, 1578.14135742188, 1578.99853515625, 1579.24975585938, 1580.31970214844, 1580.97045898438, 1581.82153320313, 1582.43701171875, 1583.44860839844, 1583.05517578125, 1584.35095214844, 1585.42333984375, 1586.51098632813, 1586.60327148438, 1587.58557128906, 1587.576171875, 1589.00988769531, 1589.14697265625, 1590.46057128906, 1590.79626464844, 1592.00415039063, 1592.21801757813, 1592.73498535156, 1593.84533691406, 1594.26135253906, 1594.42663574219, 1595.7529296875, 1595.70141601563, 1596.1455078125, 1597.05249023438, 1597.71081542969, 1598.36889648438, 1599.72106933594, 1600.0576171875, 1599.84777832031, 1600.84802246094, 1601.61352539063, 1602.03540039063, 1603.22241210938, 1603.2890625, 1604.18798828125, 1604.8828125, 1604.75378417969, 1606.13562011719, 1606.77172851563, 1607.22741699219, 1607.580078125, 1608.60217285156, 1608.68859863281, 1609.30737304688, 1610.63537597656, 1610.6259765625, 1611.47729492188, 1611.65856933594, 1612.86169433594, 1613.06579589844, 1613.54187011719, 1613.75341796875, 1614.33654785156, 1615.38610839844, 1615.89709472656, 1616.44897460938, 1617.05786132813, 1617.12731933594, 1618.60522460938, 1617.97058105469, 1618.57055664063, 1619.40734863281, 1620.48767089844, 1620.63745117188, 1621.10656738281, 1621.75573730469, 1622.29858398438, 1622.92700195313, 1622.96728515625, 1623.31420898438, 1624.26538085938, 1624.62768554688, 1624.50402832031, 1625.21936035156, 1625.34606933594, 1626.64282226563, 1626.93762207031, 1627.40637207031, 1627.822265625, 1628.04504394531, 1628.89819335938, 1628.43005371094, 1629.49157714844, 1629.66613769531, 1630.21740722656, 1630.62316894531, 1631.01806640625, 1632.19934082031, 1632.47021484375, 1633.11157226563, 1633.48046875, 1634.11169433594, 1634.33117675781, 1634.50463867188, 1634.66931152344, 1635.62231445313, 1636.35009765625, 1636.32995605469, 1636.26635742188, 1637.26257324219, 1637.57067871094, 1638.44396972656, 1638.09436035156, 1638.55236816406, 1639.23657226563, 1639.77807617188, 1639.58435058594, 1640.04052734375, 1641.21826171875, 1640.74670410156, 1641.17321777344, 1642.32971191406, 1642.36901855469, 1642.49255371094, 1643.18713378906, 1642.77270507813, 1644.02258300781, 1644.64526367188, 1643.845703125, 1645.93676757813, 1645.8583984375, 1645.87854003906, 1646.2431640625, 1646.85864257813, 1646.7255859375, 1647.884765625, 1647.11303710938, 1647.82507324219, 1648.66516113281, 1649.07800292969, 1649.01977539063, 1649.3935546875, 1650.01354980469, 1649.92687988281, 1650.43591308594, 1650.8544921875, 1651.08337402344, 1651.25622558594, 1651.34545898438, 1651.79052734375, 1651.92993164063, 1652.35900878906, 1652.73120117188, 1653.43896484375, 1653.02575683594, 1653.38134765625, 1653.77221679688, 1654.16955566406, 1654.59191894531, 1654.26989746094, 1654.68957519531, 1655.04345703125, 1655.21630859375, 1655.28137207031, 1655.87817382813, 1655.99670410156, 1655.85974121094, 1655.92687988281, -53.786319732666, -1.95077788829803], "strain": [0.00012645361067008002, 0.00021379766649807797, 0.00027112554590167916, 0.00033384189946992755, 0.00043442957604021196, 0.000473944537867292, 0.000556560453611392, 0.0006286539158336478, 0.000666880705744928, 0.0007668618948682799, 0.000821917538183708, 0.000891553618481348, 0.0009589062122413559, 0.001029364694028128, 0.00110135454661396, 0.001171208032525112, 0.0012439408331429238, 0.00131014178833176, 0.0013649981431681322, 0.001423147305382384, 0.0014819919036253959, 0.0015416324916314001, 0.0016027141558024721, 0.00166688751988296, 0.0017194395789429202, 0.0017865879365726962, 0.001852600226180596, 0.0019142361728027122, 0.00197698956099522, 0.002041093512440068, 0.0021082498736232197, 0.002176928801696716, 0.00224917411315438, 0.002319168243326212, 0.002387188697235628, 0.002464820109076764, 0.0025348261718190876, 0.002597278335366364, 0.002677892744310168, 0.0027382328428811995, 0.0028149127049855558, 0.002895939224168624, 0.002955728096190808, 0.003024841835491328, 0.003104034522317316, 0.003168420926436748, 0.0032385399120412437, 0.0033165256630181923, 0.00338830473111194, 0.003457471439383892, 0.00352485262765732, 0.0035980263513065557, 0.003673259753037212, 0.003744358082536576, 0.003813904013719376, 0.00388352386863154, 0.003953818059295384, 0.004025863718476119, 0.00410009274701772, 0.004170709408123, 0.004242772529602, 0.00431386562041188, 0.004385848124280519, 0.00445538328704608, 0.00453317375132064, 0.0045975470587164, 0.004672985351413439, 0.0047459108193888795, 0.004811824883568999, 0.00488845847058292, 0.00495856697880848, 0.0050275209380797594, 0.00510667171538992, 0.005172487117584759, 0.005243661699119919, 0.00531276816246284, 0.0053835609017424, 0.0054580288727320405, 0.0055254083147756395, 0.005596549135867481, 0.00566331681539488, 0.00574309157883, 0.00580777367786688, 0.0058870886007808, 0.0059532887556142805, 0.00602209719573332, 0.00609183521219712, 0.00616527465381844, 0.006229805995013519, 0.00630491075781356, 0.0063744846286736, 0.006445901354078159, 0.006517562551658559, 0.00659374764864516, 0.006657204476419799, 0.00672531500668448, 0.00679527013772352, 0.0068658207331336795, 0.00693865714338792, 0.007007003996755879, 0.0070765190778784, 0.00715131825045864, 0.007223842085573799, 0.00728984258813036, 0.00736036175140364, 0.0074361906175054405, 0.0075055368964112796, 0.00758203107607732, 0.007644638072002639, 0.007710181644421041, 0.0077829563545547195, 0.00786197965708744, 0.00793061754876, 0.00800044229463856, 0.00807065586769204, 0.00813645031512896, 0.0082111196846254, 0.00827483961102736, 0.0083490014097206, 0.00841998914466424, 0.0084871625315882, 0.00855399074708296, 0.0086287282195426, 0.00869162916415556, 0.00875898124859852, 0.008838010953973961, 0.008905501572649879, 0.0089763659073524, 0.0090499654200412, 0.00911550084338708, 0.00918068003584812, 0.00925331155513596, 0.00932169333310048, 0.0093952229965962, 0.00946103141387176, 0.009528375931318799, 0.009599594168599679, 0.00967263896227996, 0.009737308837708038, 0.00981209811498596, 0.00987865100824456, 0.00994655140885336, 0.010013737019386118, 0.010085619988154599, 0.010155977916207119, 0.010224721163745919, 0.010292268825929601, 0.01035771868401392, 0.010439052248608279, 0.010503155181419078, 0.010569239503007357, 0.01063879067287964, 0.01070934650697928, 0.010777712568875358, 0.010848632782932318, 0.010916072178866679, 0.010980942288648321, 0.011055016193773559, 0.01112164417491476, 0.01119543984742088, 0.011265273906525198, 0.01133176801004632, 0.011402919890593718, 0.011475012406941478, 0.01153757167258484, 0.011603848079454119, 0.0116818486733846, 0.01174622867466132, 0.011817664608594, 0.011883804809536758, 0.01194901252375168, 0.012024730213221119, 0.012094792446356238, 0.01215456472919504, 0.012232166018571678, 0.012294611197199639, 0.012365665288876717, 0.01243674033531172, 0.012508033078398519, 0.01257337350608032, 0.012642822230469399, 0.01270929770753904, 0.0127863867694996, 0.01285831863270324, 0.012928557817127519, 0.01299575739749892, 0.013070416871692959, 0.0131347014124058, 0.013209864964943361, 0.01327153132506828, 0.01333697419823332, 0.01341191539750616, 0.013484165074538397, 0.01354885823303084, 0.01362464693584664, 0.01369131449819724, 0.013757643291961358, 0.0138363412136696, 0.013904633933912919, 0.013974627482008159, 0.014050468571718757, 0.014118602967124399, 0.014179889813300197, 0.014251699440415919, 0.014324498597767158, 0.01438758638897164, 0.01447110390500348, 0.014524731787156278, 0.01460454962426048, 0.01467281789728624, 0.01474325149529796, 0.014818370810013238, 0.014886572726305562, 0.014963346302743959, 0.015023111600663478, 0.015101661674913001, 0.015162137106295638, 0.015243927018951598, 0.0153054688146822, 0.01537652756297212, 0.01544811367266996, 0.015527770856630041, 0.015594986735146482, 0.015668163078140437, 0.015751096189256717, 0.01580403722101076, 0.0158843800912164, 0.01594891492487116, 0.01601716224313896, 0.01608896721364184, 0.01617111452133576, 0.01623076107562704, 0.016307179585333877, 0.01638121623755616, 0.01644492917903884, 0.01651440467895192, 0.016603207450594716, 0.01666503329971056, 0.0167389523724578, 0.01680851518386228, 0.016885912746425678, 0.01695976196997984, 0.0170252292903624, 0.01709529268765072, 0.0171709090957902, 0.01724079554178936, 0.017317315332826197, 0.01739030657545848, 0.01745494734705608, 0.01753387344279508, 0.017616260566052, 0.01768496073992176, 0.017757322175662917, 0.01783077907958252, 0.017901184737917, 0.017974768534537357, 0.0180612907300256, 0.0181264786536358, 0.01819394016848128, 0.01827713637822492, 0.01834528823592884, 0.01842289767437796, 0.01849810895719748, 0.01856827945658188, 0.018647555962439596, 0.01872229576320572, 0.01880003209435564, 0.01887549949088316, 0.018942198485370678, 0.019028114157032202, 0.01909793191799144, 0.01916910940990968, 0.01924842084036392, 0.01933324802876632, 0.019394162345912278, 0.019475988347318, 0.01955457800277692, 0.01962173101701956, 0.01970290509262304, 0.01978519908362252, 0.019855323016878198, 0.019932115219768117, 0.020006453387673918, 0.02008947148197512, 0.020159169335152917, 0.02023765887343508, 0.02031869092234592, 0.020389043029632396, 0.020468945849921517, 0.02055159374349932, 0.02062283060723168, 0.020706840560074876, 0.02078491333150488, 0.020864371445264637, 0.020946798149730956, 0.021013310879703557, 0.0210945198799036, 0.0211699663216732, 0.021254576977577037, 0.021326486721869518, 0.02140287147113304, 0.021482713755454838, 0.0215721137376986, 0.021643583432074596, 0.02173021505796532, 0.021803722020473277, 0.0218854059951864, 0.021980067949976718, 0.02205519075715164, 0.022129412509735637, 0.02221288229548556, 0.022300952814754076, 0.0223745459246002, 0.02245140099176388, 0.0225379557835422, 0.0226256607587002, 0.022704420380528997, 0.02278227894776684, 0.02286114799999816, 0.022937781878050397, 0.023027873367305798, 0.023105804112043195, 0.023189518369968957, 0.023273528322812116, 0.023350748934086358, 0.02342909411736948, 0.023525628030534797, 0.023610080361600918, 0.023691035576399396, 0.023773776602234637, 0.023846775993939442, 0.023931465812262118, 0.024026109140600962, 0.024116547547515438, 0.02419676701747996, 0.02428114717104656, 0.024363136153902835, 0.02443796093785388, 0.024542229485001395, 0.02462439541914684, 0.02470600255974752, 0.024780052017655197, 0.024881133113291078, 0.0249693573007844, 0.025057881839808036, 0.025133086137708236, 0.02522131731012088, 0.025311490290101598, 0.0254073536510132, 0.02548849513032656, 0.025574148867513958, 0.025657995838906596, 0.025748669404771156, 0.025834041416879717, 0.025921245806153837, 0.02600648743310196, 0.026105128463592357, 0.026192751948025037, 0.02627197024622184, 0.026362650797005716, 0.026460204508390237, 0.026552263416584558, 0.026634913638468795, 0.02671946143009884, 0.026809839301045957, 0.026896561730887718, 0.026987093270059638, 0.027088078905131638, 0.027175746627386636, 0.02726605697744708, 0.02735235099890452, 0.027449797608192956, 0.027532729555156038, 0.027615067783977796, 0.027715254809942077, 0.02781621716194968, 0.0279000431785844, 0.027986800533022677, 0.028089527741309236, 0.02817634796002132, 0.02827192959585408, 0.02836523880460484, 0.028452352389927917, 0.028551582481946756, 0.0286358252654336, 0.028728238076206277, 0.02882105368399244, 0.02892181114503364, 0.02902020537504176, 0.029109833531316315, 0.0291951613056026, 0.02929424937092884, 0.02939342824020604, 0.02947681886353712, 0.029575734634187036, 0.029688955519583036, 0.0297664392294846, 0.02986240037926656, 0.02995747910090904, 0.030052238844569718, 0.030146826293554117, 0.03023998416238648, 0.030336525060471117, 0.03043776215263824, 0.030540859561648197, 0.03062814078503472, 0.030718590833481357, 0.0308187895009778, 0.030913016062464518, 0.03101109131449084, 0.031112549595769475, 0.031208387345310278, 0.031298651129241996, 0.03140711528458816, 0.03150066430890183, 0.031599328622456596, 0.031693462051685876, 0.03179026604839784, 0.03188314917707068, 0.03198659350373964, 0.032080228675391474, 0.032172818437453315, 0.0322769053766988, 0.03237698297226052, 0.032477572795238316, 0.03257839079224688, 0.032677006211366474, 0.03277852968522532, 0.03287707292684536, 0.032969983995195434, 0.03306783572980384, 0.03316789935552696, 0.03326759743713956, 0.03337153536477308, 0.03346736147278172, 0.03356778132938964, 0.03366708359890799, 0.033760395135965154, 0.03385741100856284, 0.03396100900345664, 0.03406156390183788, 0.03416303149634224, 0.03426905791484932, 0.03436189913400632, 0.034473650858040876, 0.03457604046189408, 0.03466940322169284, 0.034781995464351, 0.03487299964972956, 0.03498104703822356, 0.03508172766515236, 0.03518983791792016, 0.03528605983802299, 0.03539375565224512, 0.03548648278438668, 0.03559505171352248, 0.035695229426260994, 0.0357940357665084, 0.03589490964287144, 0.036008202705766955, 0.03609651304059844, 0.03620642540254812, 0.03631543438160044, 0.03641241067298872, 0.03651247662701828, 0.03661007690453152, 0.036707602676238835, 0.03682483989023788, 0.03693395131477336, 0.037033051021631756, 0.03713526833080868, 0.03724241932132463, 0.03734574257605892, 0.03745139180892332, 0.03755458235019068, 0.03764880658337096, 0.037756120555337475, 0.03786653350317104, 0.03796743531921132, 0.038066083334621, 0.0381835720057152, 0.03828684636601428, 0.038387217328187034, 0.03849787241989, 0.038598119981821596, 0.03870290075638516, 0.03880827292078356, 0.03891245532059292, 0.039016886849190996, 0.03912037774198872, 0.039225829068806, 0.03933128272392972, 0.039442622337725, 0.03954860219010336, 0.0396601560080908, 0.03976303455629568, 0.03986499109515172, 0.039978044342484274, 0.040079688888278, 0.040187377717580804, 0.040297031637516, 0.0404023642207048, 0.040505838815357596, 0.040615809384968, 0.0407165552044772, 0.040828639876332, 0.04093381879129639, 0.0410396961981916, 0.041152195308592, 0.0412650343517324, 0.0413672376910708, 0.0414747821653744, 0.04157896456518399, 0.0416831423083804, 0.041797629792477996, 0.0418929785976672, 0.042005393889036, 0.0421150152126812, 0.0422257401535772, 0.0423295174280664, 0.0424479257802032, 0.042554673973705597, 0.042662288297202394, 0.042765278604116407, 0.0428775309140348, 0.042992744829740394, 0.043103334728863206, 0.04320455086627241, 0.043313506294276403, 0.043430759806420804, 0.043523133035984006, 0.043637355093147596, 0.0437511673683784, 0.043852448698368, 0.0439614320660492, 0.0440744573737048, 0.04418211826333039, 0.0442876743639372, 0.04440372646996, 0.0445149869213364, 0.0446228946114444, 0.0447423553580904, 0.04484660295048, 0.0449588925133012, 0.04506497481116279, 0.0451757882277032, 0.045284133639421194, 0.0454005722443124, 0.04550167662301279, 0.045617570404198, 0.0457292173544428, 0.045837516200032, 0.0459571399281284, 0.04606948537030439, 0.0461767644176744, 0.0462931471432112, 0.0463964354733488, 0.0465055585394168, 0.046630057741191194, 0.04673877568193879, 0.046846040759470395, 0.0469633315245172, 0.0470645709449908, 0.047174611363794805, 0.047293639045443196, 0.0474031998331212, 0.04751345911273, 0.047623266700889996, 0.04773613368370759, 0.047850840028609995, 0.047972992297496804, 0.048080983806636, 0.0481936039889716, 0.04830460832664, 0.0484103460351488, 0.048528381858255594, 0.0486392604673764, 0.0487577712649964, 0.048865371618654396, 0.0489824202398324, 0.04909811844327679, 0.0492114790270588, 0.049321440283443596, 0.04943378572561959, 0.049543500181522, 0.0496617921183368, 0.049771837193753596, 0.0498907065505644, 0.04999907058873399, 0.05012062215455999, 0.050233065385606006, 0.050351636719193196, 0.05046683200844761, 0.05058482126542559, 0.050694386709716, 0.05081230611750119, 0.0509336574489736, 0.051043804969873194, 0.051158241231229196, 0.0512789499501252, 0.0513828389833232, 0.051500222880628, 0.05162264057644841, 0.0517367322484516, 0.051852034639801994, 0.0519757049644848, 0.052086974729087195, 0.052203972127523195, 0.052328392166879206, 0.0524412684629224, 0.05255856854119519, 0.0526795194039604, 0.05279078451195, 0.052916624818232, 0.05302712158509719, 0.0531460049117468, 0.053264166463401194, 0.0533752732465528, 0.05349085037806239, 0.0536142739022636, 0.05372539931186641, 0.053849316437031995, 0.0539711194599532, 0.0540921681115888, 0.0542063994819784, 0.05433630035468559, 0.0544463733697796, 0.0545717387015484, 0.05469191656657679, 0.054804574001815196, 0.05492917099246, 0.055046643365409195, 0.0551549654940628, 0.0552839257309696, 0.0554018917048832, 0.0555255434031152, 0.055645725924756397, 0.0557761157418152, 0.05589798861392959, 0.056023824263598795, 0.056137548063185196, 0.056256752696122805, 0.0563878549749516, 0.05651302472898, 0.056627577405657596, 0.05675186240324, 0.056872054238107206, 0.05699693062552439, 0.057123665001477995, 0.057250408690657596, 0.0573822606841588, 0.05751343746879319, 0.057637093823637596, 0.057763180930402, 0.0578906696776412, 0.058021515842762, 0.05815835506865, 0.0582985796520972, 0.0802553056294584, 0.0827442558968924], "stress_pa": [146672.2809709609, 289774.5231166479, 433765.9571319824, 566388.3872330199, 716557.2140365844, 843866.3557171825, 984090.4735028733, 1084775.198251008, 1235159.2071354392, 1364457.4210047727, 1496394.2579925046, 1647900.2311825752, 1768854.2604446409, 1897689.1413331027, 2042889.222502707, 2168570.8314180365, 2292076.1257410054, 2432645.857334138, 2548780.8510661125, 2654170.2449321775, 2793236.6356253657, 2901946.380734448, 3023083.8805437004, 3140572.458505639, 3253150.358796118, 3374929.3535947744, 3488551.080226904, 3608313.202857983, 3731337.189674389, 3868331.3876390373, 3981430.083513256, 4102339.223027221, 4240681.603550903, 4352086.409926415, 4492497.444152831, 4616719.856858252, 4745017.364621166, 4884401.708841332, 5003126.338124267, 5121028.795838353, 5272646.248340599, 5395601.689815527, 5511921.271681786, 5647700.279951097, 5767357.721924779, 5898601.9343137685, 6014379.858970653, 6154633.685946459, 6287266.314029687, 6417974.084615696, 6540198.624134057, 6687016.0400867425, 6778638.809919359, 6920864.433050144, 7045000.791549682, 7170535.624027246, 7292827.963829052, 7411006.838083276, 7558698.207139965, 7672270.387411106, 7806692.272424706, 7933809.608221043, 8057796.955108641, 8174116.909503929, 8313532.918691624, 8427994.698286058, 8552203.327417381, 8695962.280035008, 8809345.215559008, 8938533.812761303, 9051287.91928291, 9169628.471136082, 9314785.897731785, 9435568.749904636, 9543389.827013012, 9682753.682136547, 9807104.61735725, 9921815.246343601, 10046885.907649998, 10175802.558660496, 10294328.629970554, 10400821.268558495, 10523614.287376415, 10665358.603000633, 10785423.964262009, 10888922.95956611, 11013857.275247581, 11143358.051776879, 11243478.208780296, 11361635.476350779, 11491645.872592919, 11605071.276426315, 11723332.107067112, 11849520.355463035, 11965020.000934593, 12084918.469190598, 12205987.423658371, 12327253.073453903, 12448983.639478683, 12578710.913658151, 12685190.141201023, 12799435.853958128, 12924638.390541086, 13042990.863323215, 13165247.440338133, 13276405.632495873, 13392305.374145506, 13524040.579795847, 13643836.975097654, 13734917.342662815, 13859371.84095383, 13976198.43482971, 14096656.441688547, 14208957.55290986, 14329114.55631257, 14435492.455959324, 14559626.579284666, 14670749.00865554, 14770628.511905663, 14894248.545169823, 15011321.008205416, 15126685.798168184, 15239273.01168442, 15341098.606586447, 15451289.713382712, 15582768.619060518, 15679198.503494259, 15799832.344055172, 15911775.827407833, 16026692.092418673, 16142185.032367697, 16257505.118846895, 16370601.952075949, 16471202.671527853, 16587261.855602266, 16690276.563167574, 16802945.73307038, 16909067.332744602, 17023254.930973046, 17131043.970584862, 17228813.469409935, 17332246.899604805, 17446607.351303097, 17563141.88241958, 17662146.687507637, 17774963.378906246, 17889176.309108738, 17989067.733287815, 18109291.79191589, 18210630.118846897, 18313989.043235786, 18431831.896305077, 18518856.16779328, 18632788.956165306, 18736168.742179878, 18847343.325614937, 18947012.72249221, 19062052.667140964, 19145441.055297848, 19264677.16693879, 19358517.22955703, 19484224.915504463, 19583956.897258762, 19698977.470397945, 19793528.318405148, 19905218.482017525, 20008642.971515648, 20084017.51518249, 20203883.945941914, 20307634.77087021, 20407165.586948384, 20505899.190902706, 20616148.41222763, 20705434.679985054, 20811437.07036972, 20910467.207431782, 21017456.054687496, 21125867.962837227, 21219384.670257565, 21302445.232868183, 21414972.841739643, 21517597.138881683, 21612128.61537934, 21706111.72914504, 21810297.667980194, 21911443.769931782, 22009046.375751484, 22110328.078269966, 22201958.298683174, 22305837.273597725, 22400881.350040425, 22496435.04619599, 22588928.043842304, 22688557.20758437, 22792360.18657685, 22882018.983364105, 22977119.684219357, 23068502.545356758, 23174911.737442013, 23256102.204322822, 23364783.82349013, 23452301.323413838, 23540553.45058442, 23642341.792583466, 23730869.591236103, 23829735.815525044, 23917695.879936226, 24015519.022941597, 24104872.345924385, 24211907.38677978, 24287116.52755737, 24382819.23532485, 24477979.540824946, 24568745.49388891, 24650017.917156246, 24754580.855369624, 24833498.895168208, 24923695.62387475, 25024825.33454907, 25102335.214614987, 25193518.40019238, 25291574.001312252, 25377020.239830073, 25463193.655014157, 25555530.190467767, 25640201.568603512, 25731956.95877075, 25827628.374099847, 25900125.503540035, 26000133.15677636, 26084536.314010736, 26167353.987693843, 26259309.053421136, 26336902.37998974, 26425567.26932519, 26521402.597427484, 26587194.20433056, 26668381.690979, 26775217.05627441, 26840573.549270745, 26919183.13503271, 27008157.968521234, 27082836.6279602, 27168101.072311517, 27263027.429580804, 27341741.323471185, 27420595.288276605, 27500066.161155757, 27596357.464790277, 27670219.54059594, 27753880.62000268, 27840787.17231762, 27911469.340324458, 28002932.66773217, 28074613.213539056, 28155016.899108883, 28240987.658500727, 28318926.692009028, 28393772.244453363, 28458148.241043206, 28540202.97527319, 28615307.80792236, 28702011.70444482, 28759217.262268063, 28857252.001762446, 28921428.322791986, 29001531.004905757, 29081708.192825433, 29157882.928848382, 29217064.38064575, 29279491.305351313, 29367139.935493402, 29450455.307960443, 29519656.30054467, 29594770.07389062, 29661300.77838891, 29745191.335678216, 29822698.235511713, 29874151.94511425, 29959475.994110104, 30028942.22736352, 30089256.16741186, 30166494.846343987, 30237448.21548461, 30302330.851554926, 30372187.495231684, 30438771.84391015, 30513450.50334936, 30595639.348030023, 30656841.397285394, 30719175.934791498, 30791160.46428686, 30846086.14444726, 30924302.33955395, 30995470.285415765, 31067022.681236323, 31122520.565986566, 31173205.37567138, 31243398.78559106, 31313157.081603996, 31364834.30862426, 31443759.799003657, 31524986.02867138, 31570106.74476635, 31629681.58721923, 31705164.909362786, 31757310.032844476, 31817778.944969233, 31883212.924003657, 31935194.134712152, 32002645.730972406, 32061415.91072094, 32123008.370399408, 32196080.684661858, 32247823.476791497, 32306337.356567375, 32355815.17219555, 32421624.660491936, 32484033.70380395, 32532587.647437982, 32597172.260284416, 32644864.91680151, 32709375.02384179, 32775774.598121576, 32817134.261131343, 32880619.168281488, 32924905.419349603, 32988262.176513664, 33044683.93325805, 33107087.016105708, 33148661.25583642, 33212304.115295403, 33237290.382385246, 33310019.969940178, 33362498.87943261, 33404609.560966548, 33466628.19385522, 33523282.40871435, 33554270.863532953, 33634811.639785886, 33676886.55853271, 33717665.07625585, 33757996.55914306, 33829465.50846093, 33865857.124328606, 33912631.86931615, 33978661.89479833, 34010994.43435668, 34055808.186531, 34107926.4879226, 34159484.505653314, 34200832.24773412, 34256014.22786718, 34290447.8311538, 34351593.25599682, 34402850.270271234, 34415224.194526605, 34481808.54320531, 34525981.545448236, 34572273.49281323, 34614229.2022705, 34660050.27294164, 34695890.545844965, 34748768.80645751, 34795513.74912255, 34843292.832374506, 34863832.592964105, 34915339.94674682, 34959155.321121335, 34996810.555458, 35037654.638290524, 35083109.14039624, 35123413.80119336, 35162103.176116936, 35200077.295303464, 35240924.35836791, 35289651.15547192, 35326334.83409887, 35357338.190078855, 35404643.41640478, 35447826.98154443, 35482734.44175732, 35522544.38400268, 35554543.13755029, 35601446.03252416, 35619190.335273676, 35669729.11357885, 35708755.254745595, 35730436.444282465, 35784015.05947118, 35824227.33306884, 35837212.2049331, 35877531.76689159, 35917657.613754384, 35961699.4857788, 35999670.624732904, 36015513.5393142, 36053067.44575512, 36104595.66116332, 36118075.25157934, 36155572.533607416, 36188700.79517358, 36207371.95014965, 36255455.01708984, 36290743.94702905, 36324787.13989257, 36362436.41376489, 36393696.06971752, 36420869.8272705, 36453938.48419189, 36487641.93058007, 36517703.5331726, 36554670.3338623, 36596229.67243188, 36615386.60526269, 36648362.87498485, 36705726.38511669, 36695870.75710302, 36747956.275939934, 36767771.84009545, 36798888.444900624, 36821463.704109125, 36848238.11054223, 36870118.975639395, 36891067.02804565, 36924517.154693596, 36970615.38696288, 36990958.45222484, 37002238.63124853, 37024521.82769775, 37076863.646507315, 37089630.961418204, 37115049.36218261, 37140229.344367914, 37185984.84992992, 37203073.50158691, 37225452.06546777, 37260609.86518871, 37275004.38690185, 37313115.59677123, 37320706.24828344, 37346076.965332024, 37372922.89733886, 37415030.598640375, 37427133.3217622, 37455442.54779809, 37478440.99998485, 37493008.37516796, 37539774.17945873, 37562790.51303857, 37572768.33057397, 37613055.109977774, 37616187.33406078, 37666124.1054536, 37676492.3334121, 37711235.8808518, 37717452.64530175, 37740468.97888183, 37752151.489257805, 37792181.96868896, 37814375.75817113, 37835153.937339835, 37869527.93598168, 37882685.66131591, 37903073.43006127, 37916269.898414545, 37930861.11545556, 37960395.216941886, 37991908.192634515, 37985247.373581044, 38030827.04544067, 38065806.031227045, 38079181.31351464, 38114216.92371362, 38128805.16052245, 38128966.093063466, 38174277.54402172, 38175311.68460839, 38196384.90676879, 38219341.63570409, 38247433.304786615, 38271063.566208, 38289222.12123876, 38304647.80330663, 38319838.04702758, 38327836.99035644, 38360196.35200512, 38370946.04969018, 38410860.3000642, 38416200.87623607, 38419121.50383007, 38451904.05845653, 38476359.844207756, 38500317.931175284, 38514205.81340795, 38528841.73393261, 38549768.92471313, 38555902.242660634, 38582023.97823339, 38597911.59629833, 38618689.77546703, 38633716.10641479, 38658413.29097753, 38648808.00247192, 38680443.167686515, 38706624.507904045, 38733178.3771516, 38735431.43272411, 38759413.36154931, 38759183.883666985, 38794186.71131127, 38797533.51211547, 38829603.79123681, 38837799.429893546, 38867288.82789623, 38872510.194778554, 38885131.478309564, 38912239.67075341, 38922396.30222314, 38926431.53667455, 38958811.75994872, 38957554.10194408, 38968396.186828606, 38990539.31236278, 39006611.70482641, 39022678.13682567, 39055690.169334464, 39063906.66961669, 39058783.65039819, 39083203.673362784, 39101892.70973217, 39112192.392349355, 39141172.17063915, 39142799.3774414, 39164745.8076477, 39181709.289550774, 39178559.184074454, 39212295.413017325, 39227825.40321361, 39238950.61016088, 39247560.501098625, 39272513.98563378, 39274623.99005883, 39289730.78727733, 39322152.73380273, 39321923.2559204, 39342707.3955537, 39347133.040428214, 39376506.20937353, 39381489.15767675, 39393112.06340795, 39398276.80587768, 39412513.37528222, 39438137.41207128, 39450612.66422265, 39464086.294174306, 39478951.69258129, 39480647.44472509, 39516729.11643993, 39501234.88903051, 39515882.73048412, 39536312.22248071, 39562687.27779394, 39566344.022750966, 39577797.05524438, 39593645.930290274, 39606899.02305614, 39622241.25862133, 39623224.73526, 39631694.555282705, 39654916.5248872, 39663761.854171865, 39660742.87891381, 39678207.039833, 39681300.520896964, 39712959.52796947, 39720156.78882592, 39731600.8806228, 39741754.531860344, 39747193.45569604, 39768022.29881298, 39756593.10817724, 39782509.20772558, 39786770.9398269, 39800229.66861718, 39810135.96057885, 39819777.01187133, 39848616.71924584, 39855229.85458373, 39870887.99476635, 39879894.25659179, 39895305.03749853, 39900663.495063715, 39904898.405075185, 39908918.738365225, 39932185.41145336, 39949953.55606078, 39949461.817741446, 39947909.11674511, 39972230.792045645, 39979752.8982163, 40001073.47965234, 39992538.0945205, 40003719.925880365, 40020424.12757885, 40033644.43779003, 40028914.80922704, 40040051.937103264, 40068805.21774291, 40057292.580604486, 40067705.512046866, 40095940.23227685, 40096899.86705785, 40099915.86208349, 40116873.38352197, 40106755.49507152, 40137270.092964105, 40152472.25761425, 40132951.73645019, 40184003.11470043, 40182089.80560302, 40182581.54392236, 40191483.49761962, 40206509.82856762, 40203261.37542724, 40231561.660766594, 40212720.63255321, 40230104.327201895, 40250614.28546899, 40260693.430900626, 40259271.86012279, 40268397.331237786, 40283533.930778556, 40281417.96588891, 40293845.5343247, 40304064.75067138, 40309652.68611913, 40313872.69496923, 40316051.24473583, 40326917.171478264, 40330320.59669506, 40340796.113014154, 40349882.84111034, 40367162.22763061, 40357074.14150243, 40365755.55801391, 40375298.26164257, 40384998.917579584, 40395310.52112573, 40387448.66847997, 40397694.70691674, 40406334.400176995, 40410554.40902709, 40412142.8728103, 40426713.22822582, 40429607.033729486, 40426263.213157706, 40427902.34088891, -1313142.5715982907, -47626.41328852611]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; curve and metrics extracted from the TestWorks xlsx export only. Strain/stress arrays are derived from the raw extension/load trace using a user-supplied extensometer gauge length of 25mm (not present in the export itself) via strain = extension/gauge_length, stress = load/area. Yield metrics are null.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_23/tensile/tensile_nylon12white_fl.xlsx", "xlsx_sheet": "Sheet3"}}
data/D638/NYLON12_WHITE_FL_Sheet4.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": null, "batch_label": null, "specimen_id": "2026_07_23/tensile/Sheet4", "test_date": "2026-07-23", "session_folder": "2026_07_23/tensile", "test_run_name": "Sheet4", "specimen_index": 4, "material_class": "NYLON12_WHITE_FL", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.8, "thickness_mm": 3.2, "area_mm2": 40.96000000000001, "gauge_length_mm": 25}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1849000000.0, "peak_load_n": 1583.0, "peak_stress_pa": 40000000.0, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": 0.051, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [3.26746742315618e-06, 4.83135891057782e-06, 6.72955006861184e-06, 8.55461444201819e-06, 1.01260512111726e-05, 1.1906840018254599e-05, 1.37658744735195e-05, 1.55660682595585e-05, 1.7090152187065102e-05, 1.8787035560435e-05, 2.05164233649516e-05, 2.23543411722308e-05, 2.41613325216708e-05, 2.5875266192214903e-05, 2.75474395040324e-05, 2.9236285672722703e-05, 3.09887655477173e-05, 3.27340622335573e-05, 3.4670463765123294e-05, 3.62640148979513e-05, 3.79958528811944e-05, 3.97127533234557e-05, 4.11112869643507e-05, 3.9434888140148795e-05, 3.98586581014929e-05, 4.36944083504745e-05, 4.17924984959786e-05, 4.65462308512902e-05, 4.55976860850019e-05, 4.9487172918943096e-05, 4.9799682574429895e-05, 5.21726488388044e-05, 5.3706493463450397e-05, 5.59118944239704e-05, 5.7129424067297406e-05, 5.9364663729993e-05, 6.0357293523465595e-05, 6.292303264684911e-05, 6.38781585167994e-05, 6.63309493121592e-05, 6.76674481384357e-05, 6.96683801380818e-05, 7.14628059087222e-05, 7.301296323033921e-05, 7.49252231345413e-05, 7.65246605170792e-05, 7.82447696566483e-05, 8.010066999317091e-05, 8.16268457584915e-05, 8.35231713155185e-05, 8.540646563245851e-05, 8.70598615166632e-05, 8.890574285955111e-05, 9.068432887046541e-05, 9.23523930852202e-05, 9.41367925862683e-05, 9.57942193509912e-05, 9.76618485311878e-05, 9.94237725991657e-05, 0.000101246494568968, 0.000102761152493385, 0.000104665554363364, 0.000106477034978652, 0.00010806109098679299, 0.00010982391727351499, 0.000111683579280124, 0.000113337695484133, 0.00011517308489614101, 0.000117094527058852, 0.00011891804210803401, 0.000120379687405275, 0.000122018640513615, 0.000124065607497086, 0.000126035020048348, 0.000127514993482818, 0.000129250076543157, 0.000130959315402051, 0.00013272040273490298, 0.000134354990268675, 0.000136205004355488, 0.000137848541317125, 0.000139715726663907, 0.000141303951795762, 0.000143086299476763, 0.00014489596110264699, 0.000146710250237574, 0.00014835336519367, 0.000150105270268013, 0.000151960144694512, 0.000153777256900994, 0.000155402196514969, 0.00015707231982572901, 0.00015872225963006701, 0.00016052410687747402, 0.000162267862879289, 0.000164036036994857, 0.00016569940821695102, 0.000167483327504796, 0.00016918366059157, 0.000170992478206371, 0.000172780530238142, 0.000174566646865187, 0.00017629116523507, 0.00017789084272420898, 0.00017956976994368203, 0.000181326244319407, 0.000183062957194251, 0.000184712591408369, 0.00018638875376394902, 0.000188181709791151, 0.00018974313029515498, 0.00019160506240054002, 0.00019345839432402501, 0.000195064372792458, 0.000196898292461028, 0.00019862819503954602, 0.000200207063289908, 0.000201965385758867, 0.00020379739912654198, 0.000205471509662074, 0.000207253857343075, 0.00020884531300011, 0.000210592910707546, 0.000212377091929865, 0.00021393918182197, 0.00021552026196344702, 0.000217223505433266, 0.000219026444074315, 0.000220787575062913, 0.000222483819061508, 0.00022410170099659802, 0.000225843754424331, 0.000227591497650919, 0.00022934021585582702, 0.000231082662185272, 0.000232664979239543, 0.000234410190432881, 0.000236255285972347, 0.000237926413365257, 0.000239543029283722, 0.000241344454525587, 0.000243018303126646, 0.000244769029495855, 0.000246456047580195, 0.00024815006513576, 0.000249993763691363, 0.000251563857136843, 0.000253133892374662, 0.000254878201349256, 0.000256631590718952, 0.000258271591565189, 0.00025984447897839304, 0.000261710441964296, 0.000263381642116783, 0.0002651796767624, 0.000266876342766536, 0.000268583980914754, 0.00027028664230796404, 0.000271956299957437, 0.000273556748698083, 0.00027541476633827103, 0.00027707860322165204, 0.00027878193400296305, 0.00028051369922663, 0.000282265080432025, 0.000283765150061426, 0.00028566726000475603, 0.00028739346639680604, 0.000288856865199832, 0.000290791018460495, 0.000292625636620996, 0.00029420513060371303, 0.000296007414408577, 0.000297527594784824, 0.000299292625686703, 0.000301061032632915, 0.000302707145283548, 0.000304430179358078, 0.000306169657096816, 0.000307827149345157, 0.00030939133471305405, 0.000311315418048379, 0.000312812315360261, 0.000314787563229529, 0.000316536848959131, 0.000318150830980939, 0.00031996757938954003, 0.000321667388607365, 0.000323107446138365, 0.00032494430529381104, 0.000326673189238263, 0.000328360949470279, 0.000330159100531218, 0.000332045639925254, 0.000333402489604977, 0.00033537954191173404, 0.00033681968675422405, 0.000338746040188325, 0.00034048848651777, 0.000342181921996725, 0.00034397372842262405, 0.000345735179553357, 0.000347373521481258, 0.000349320596842644, 0.00035072974610569804, 0.000352518467525569, 0.00035422555270100904, 0.000355937148970169, 0.000357638791729314, 0.00035965207830498903, 0.00036140133493076, 0.00036285783612596703, 0.000364841873352033, 0.00036639613431374503, 0.00036834678944627704, 0.00037003562652002, 0.000371909418436316, 0.00037335241545419104, 0.000375133453462822, 0.000376978578106118, 0.00037881357461641503, 0.000380470601203469, 0.000382241802117405, 0.000384076216551093, 0.000385713510741097, 0.000387501009800089, 0.00038928402686919003, 0.00039102338819260604, 0.000392836876972196, 0.00039456666313539203, 0.00039622258377688903, 0.000398077254476575, 0.000399709193561775, 0.00040159244422296905, 0.000403335792771158, 0.000405296401413706, 0.000406606830483851, 0.000408740228567821, 0.000410214075645981, 0.000412368777733845, 0.00041380001680421603, 0.000415587923316834, 0.00041760639037433003, 0.00041925340524370705, 0.000421011625849259, 0.000422877676146654, 0.000424518171758008, 0.000426269465651912, 0.000428376728496132, 0.000429992514955429, 0.000431854723547203, 0.000433767718323124, 0.00043534174078571506, 0.000437517252112356, 0.00043909735727551305, 0.000440980258690742, 0.00044278839236552804, 0.000444611339890016, 0.00044647020154128705, 0.000448248154543889, 0.00045021985174584103, 0.000451881884191734, 0.00045379647967833, 0.00045542696357200803, 0.000457534517454532, 0.000459216864374084, 0.00046099964861254103, 0.000462942329295528, 0.000464906808747527, 0.000466552368425382, 0.00046856949670667704, 0.000470240085678724, 0.00047199277655648905, 0.00047416336933578303, 0.00047609097423459304, 0.000477776988236782, 0.000479730000779582, 0.000481562989125577, 0.00048345727013851504, 0.000485292441271794, 0.000487129562361715, 0.0004890339424038209, 0.000491108317919624, 0.000492815956067843, 0.000494820395079059, 0.000496633039847565, 0.000498461749930484, 0.000500461823367131, 0.000502357006598813, 0.00050413658941592, 0.000506264137629968, 0.000508061531991315, 0.000510064981472296, 0.000511984902959866, 0.000513856162842912, 0.000515969624803019, 0.000517541348063005, 0.00051960626483391, 0.000521805233847899, 0.000523561650015963, 0.0005253950167117541, 0.000527485719476444, 0.0005293023805735531, 0.000531469218958718, 0.00053335229499693, 0.0005352442185996, 0.000537306516025764, 0.000539168113437099, 0.0005413579438483241, 0.000543381416764659, 0.000545309603740079, 0.0005474143345510491, 0.000549329017349136, 0.0005512082516817281, 0.000553350235395682, 0.000555273940381212, 0.000557397123020691, 0.000559272515647662, 0.0005611545439479771, 0.000563474759519649, 0.000565482341744555, 0.0005673675132585591, 0.000569612291701687, 0.00057161655608992, 0.000573599691097242, 0.000575826774411452, 0.000577726963501973, 0.0005795365232644501, 0.00058199230447839, 0.000583963506915224, 0.000586232034084005, 0.00058843205083589, 0.000589827463090969, 0.000591975092948032, 0.000594372491878075, 0.0005965278051463791, 0.000598359134574038, 0.000600582900051576, 0.000602803871561391, 0.0006047760053208, 0.0006069725296130311, 0.000609120217677755, 0.000611033736322624, 0.000613468679193956, 0.000615610313661945, 0.000617618361548138, 0.0006199278087025411, 0.0006217949940493231, 0.000624022950478447, 0.00062623874150644, 0.000628272284348113, 0.000630409029372585, 0.000632884717606557, 0.000634978971038563, 0.0006370382998740201, 0.000639444080707235, 0.0006414353065794231, 0.000643443994749886, 0.000646004724376453, 0.000648148279697252, 0.000650274663758082, 0.000652296681482894, 0.000654654848449481, 0.000657011618432206, 0.000659319028318477, 0.000661294654537541, 0.00066374019120316, 0.0006659928276805111, 0.000668014728990001, 0.000670430172294927, 0.000672712261848701, 0.000674748307619793, 0.000677231504642022, 0.000679644561432851, 0.000681635030605448, 0.000683876083758277, 0.0006863235994843671, 0.000688492940798951, 0.000690885741323782, 0.000693055839337957, 0.000695367789421779, 0.000697698831618381, 0.000699953097910238, 0.000702108411178542, 0.000704698535673869, 0.00070680396497677, 0.000709223948479248, 0.00071153147478084, 0.000713662864700509, 0.000716229240470183, 0.000718639037632001, 0.00072092339728455, 0.000723253857404543, 0.000725615924284411, 0.0007279513320555811, 0.000730191512093497, 0.000732667665988756, 0.0007352123303009101, 0.000737400007028682, 0.000739599034250331, 0.000741981939472807, 0.000744505241573406, 0.000746972664319528, 0.0007493661633362891, 0.000751622059442652, 0.000754019516580356, 0.000756489384048236, 0.000759023105320138, 0.000761347395428074, 0.0007635876918813111, 0.00076625051774512, 0.000768372769062025, 0.000770928259999109, 0.000773457557488782, 0.000775916365501088, 0.000778039198894603, 0.00078059998672883, 0.000783056408227039, 0.000785479069281918, 0.000788004641481293, 0.000790385509435636, 0.000792786633655978, 0.000795378679004115, 0.000797755879875821, 0.000800153744467152, 0.0008028143002321841, 0.000804875375297469, 0.000807463287901682, 0.000810017847516192, 0.000812603955682916, 0.000815250134155703, 0.000817701375172091, 0.000820089635499371, 0.000822498966999901, 0.00082481138274501, 0.000827384743433995, 0.000830144485053224, 0.000832634375956458, 0.00083502083184625, 0.000837651352458251, 0.000840040951561732, 0.000842457209773911, 0.000845108044859571, 0.000847670637131286, 0.000850083868545098, 0.000852625506058884, 0.000855342581462664, 0.000857706860233647, 0.000860380978383673, 0.000862726572495503, 0.000865669144377661, 0.000868071956620169, 0.0008704000302260641, 0.000873124963664067, 0.000875989944734228, 0.000878332512047691, 0.000880854766410393, 0.0008836216093642541, 0.0008860119069596651, 0.000888574557439042, 0.000891330166314346, 0.000893790604141158, 0.0008963129749191831, 0.0008990556616937641, 0.000901631932765794, 0.000904355003558648, 0.000906902636461509, 0.000909253876716447, 0.000911631950703067, 0.000914423590120477, 0.000917193634495688, 0.0009197531999690361, 0.000922272951402319, 0.000924745380007279, 0.000927514027398629, 0.000930282558374656, 0.00093296802701856, 0.00093561822181995, 0.000938155260928524, 0.000940760111962063, 0.0009433523901408441, 0.000945936984908385, 0.000948525596004528, 0.00095137340581472, 0.0009539378607315841, 0.000956659010671628, 0.000959509032372934, 0.000961966094155413, 0.0009648759533321391, 0.000967586858723862, 0.000969999391645742, 0.000972665942799849, 0.000975347686153454, 0.000978084493954283, 0.000980733990263743, 0.00098345089104454, 0.0009860227383343399, 0.000988923808154268, 0.000991483897496564, 0.000994187643345994, 0.0009968005852444, 0.000999553458359641, 0.00100233380549083, 0.00100520903110932, 0.00100783151906411, 0.0010104577323092, 0.0010133412234155398, 0.0010159993344588101, 0.00101856838778089, 0.00102137748949657, 0.0010242089429540499, 0.0010268610004005902, 0.0010296002529231701, 0.0010323996921671502, 0.0010350676985127801, 0.00103779298119674, 0.0010407166355891101, 0.00104336007830183, 0.00104612075124363, 0.0010488977223304902, 0.00105143895239065, 0.0010542484033523002, 0.0010570472605196698, 0.0010597737073568501, 0.00106243077066223, 0.0010651455759672298, 0.0010678899507639802, 0.0010706897392539201, 0.00107339558057914, 0.00107620328531097, 0.00107905802183281, 0.00108196025580595, 0.0010846189489258401, 0.0010874407399116, 0.00109051096119414, 0.0010932191308258, 0.00109587025694976, 0.0010987516525803002, 0.0011017696033833399, 0.0011042896458549301, 0.0011070163255227602, 0.00110982344817798, 0.00111243999895136, 0.00111548949830661, 0.00111850884609352, 0.00112117068242709, 0.00112413263746033, 0.00112724278919826, 0.0011297467663554399, 0.00113261302799414, 0.00113554343447517, 0.00113806289487014, 0.00114099318493585, 0.0011439781902028102, 0.00114676296111624, 0.0011494882438002102, 0.00115237115282993, 0.00115533182729463, 0.00115817934606652, 0.0011611103346241501, 0.00116361047007571, 0.00116675263602714, 0.0011696746606049998, 0.00117243137542586, 0.0011755303512928901, 0.00117828939442019, 0.00118135938287209, 0.0011841547475798, 0.00118714499153624, 0.0011899109031675299, 0.00119268182065765, 0.0011954889433128698, 0.00119846708007584, 0.00120164277363996, 0.00120457993220965, 0.00120747483201752, 0.00121055692766289, 0.00121326241974215, 0.0012160376445991801, 0.0012191716614780802, 0.00122198774811308, 0.00122488404490481, 0.00122770059720109, 0.00123079351947139, 0.0012338293982339901, 0.00123690788500438, 0.00123973945487718, 0.0012429635772151799, 0.00124576418061237, 0.0012486803844241302, 0.0012519752872778, 0.001254819662836, 0.00125776299141775, 0.0012610908398074901, 0.0012640099540023, 0.0012669061343787101, 0.0012702306067241302, 0.0012732108389629001, 0.00127620073367338, 0.0012795746825305602, 0.00173458035901616], "load_n": [5.34830760955811, 12.2244987487793, 17.4054164886475, 23.3112773895264, 28.7742195129395, 33.5606498718262, 39.9484977722168, 43.9524917602539, 50.1743507385254, 55.5285606384277, 60.7645301818848, 66.5363235473633, 72.7844467163086, 77.7045440673828, 82.6765899658203, 88.3176651000977, 93.3301391601563, 99.3979721069336, 104.861419677734, 109.449501037598, 115.148551940918, 120.551063537598, 124.737449645996, 122.529258728027, 126.163345336914, 129.2265625, 135.129196166992, 139.760498046875, 145.1025390625, 150.160858154297, 155.861465454102, 161.033432006836, 166.265686035156, 170.955902099609, 175.587585449219, 181.280349731445, 186.10969543457, 191.634368896484, 196.818405151367, 202.175140380859, 207.537017822266, 212.73095703125, 217.397766113281, 222.772796630859, 227.376007080078, 232.241882324219, 237.587005615234, 243.774002075195, 247.642501831055, 252.965286254883, 258.456237792969, 263.249938964844, 268.435974121094, 273.496826171875, 278.553771972656, 284.093078613281, 288.852416992188, 293.723297119141, 298.467010498047, 303.694213867188, 308.287658691406, 313.944519042969, 319.044708251953, 323.634063720703, 328.982604980469, 333.265777587891, 338.509643554688, 343.41552734375, 348.159027099609, 353.691009521484, 358.430389404297, 363.409576416016, 368.033721923828, 373.349792480469, 377.809234619141, 382.963531494141, 387.974090576172, 392.548706054688, 397.074645996094, 402.21533203125, 407.264251708984, 412.357543945313, 416.574584960938, 421.761993408203, 426.899780273438, 431.600616455078, 435.994964599609, 441.563659667969, 446.036102294922, 450.381591796875, 455.308654785156, 460.268432617188, 464.605895996094, 469.075378417969, 474.206726074219, 478.301635742188, 483.799591064453, 488.052154541016, 493.157653808594, 496.867462158203, 502.092437744141, 506.768280029297, 511.642486572266, 516.115539550781, 520.908569335938, 525.477661132813, 529.88623046875, 534.457641601563, 539.463684082031, 543.752685546875, 548.049072265625, 553.169921875, 557.685974121094, 562.318237304688, 567.042602539063, 571.019592285156, 575.703918457031, 579.656677246094, 584.355285644531, 589.523803710938, 594.027648925781, 597.892822265625, 602.91552734375, 607.297180175781, 611.031005859375, 615.252990722656, 620.636657714844, 624.567993164063, 629.250793457031, 633.506042480469, 638.115295410156, 641.867309570313, 646.399963378906, 650.459350585938, 655.547485351563, 660.283386230469, 664.390686035156, 668.545166015625, 672.941589355469, 676.77001953125, 681.62744140625, 685.362670898438, 690.654724121094, 694.546875, 698.731750488281, 702.968383789063, 707.564819335938, 711.429626464844, 715.760375976563, 719.989196777344, 724.429138183594, 728.932006835938, 732.646362304688, 736.393432617188, 741.150817871094, 745.298767089844, 748.697998046875, 753.074279785156, 757.234130859375, 760.9111328125, 765.293273925781, 769.115051269531, 773.93798828125, 777.820678710938, 781.770385742188, 786.570129394531, 790.522521972656, 794.565185546875, 798.440795898438, 803.011169433594, 806.79931640625, 810.986633300781, 815.335510253906, 819.037536621094, 822.697814941406, 826.526550292969, 830.159545898438, 834.049987792969, 838.271118164063, 841.853088378906, 846.607604980469, 850.673278808594, 854.462463378906, 858.171325683594, 861.986022949219, 866.229736328125, 869.751586914063, 873.582397460938, 877.055908203125, 881.269897460938, 885.529846191406, 888.697814941406, 892.930419921875, 896.511474609375, 900.710327148438, 904.823120117188, 908.350402832031, 912.267883300781, 915.913391113281, 919.72265625, 923.346923828125, 927.423461914063, 931.021789550781, 935.039855957031, 938.794799804688, 942.337219238281, 946.157043457031, 949.675048828125, 953.634765625, 956.607238769531, 960.560913085938, 964.487609863281, 967.73291015625, 971.605651855469, 974.993530273438, 978.670715332031, 982.313720703125, 986.016967773438, 989.826538085938, 992.502014160156, 995.920288085938, 999.851440429688, 1003.54949951172, 1007.11151123047, 1010.56311035156, 1014.48065185547, 1017.47924804688, 1021.22296142578, 1024.74792480469, 1027.32580566406, 1031.35864257813, 1034.23107910156, 1037.7802734375, 1041.748046875, 1044.8212890625, 1048.40490722656, 1051.85278320313, 1054.75756835938, 1058.23767089844, 1062.10778808594, 1064.13671875, 1068.0263671875, 1072.04614257813, 1074.75048828125, 1078.37133789063, 1081.46142578125, 1084.81567382813, 1088.29467773438, 1091.33947753906, 1094.40515136719, 1097.60205078125, 1100.63037109375, 1103.50720214844, 1107.28942871094, 1110.07775878906, 1113.35754394531, 1116.55822753906, 1119.61315917969, 1122.63537597656, 1126.24584960938, 1128.78100585938, 1131.69653320313, 1135.17590332031, 1138.48303222656, 1141.802734375, 1144.74169921875, 1147.52380371094, 1150.51989746094, 1153.31799316406, 1156.55065917969, 1159.61706542969, 1162.064453125, 1164.76721191406, 1168.06823730469, 1171.01928710938, 1173.48083496094, 1176.07897949219, 1179.91430664063, 1182.22106933594, 1185.66455078125, 1188.70251464844, 1190.88354492188, 1193.33972167969, 1196.2431640625, 1198.88146972656, 1202.4794921875, 1204.79406738281, 1207.29028320313, 1211.30895996094, 1213.03405761719, 1215.88159179688, 1218.76208496094, 1220.984375, 1223.67224121094, 1226.52319335938, 1228.96032714844, 1231.86218261719, 1234.26245117188, 1236.37609863281, 1239.67248535156, 1241.55871582031, 1244.68041992188, 1246.64782714844, 1249.61181640625, 1251.78137207031, 1254.59423828125, 1256.98120117188, 1259.61328125, 1262.41369628906, 1264.3603515625, 1266.14392089844, 1268.84545898438, 1271.89184570313, 1273.95910644531, 1276.51135253906, 1279.00866699219, 1281.55603027344, 1283.83349609375, 1285.74926757813, 1288.47265625, 1290.37585449219, 1292.53894042969, 1294.73266601563, 1296.9931640625, 1299.21740722656, 1302.00378417969, 1304.1455078125, 1305.67980957031, 1308.40222167969, 1310.40087890625, 1312.85656738281, 1315.50439453125, 1318.03015136719, 1319.50085449219, 1321.52392578125, 1324.04296875, 1325.6865234375, 1328.16638183594, 1329.95324707031, 1331.71118164063, 1334.44116210938, 1335.88488769531, 1337.57141113281, 1339.94213867188, 1342.2177734375, 1343.57531738281, 1345.51574707031, 1347.36938476563, 1348.79858398438, 1351.26525878906, 1352.93615722656, 1354.79284667969, 1356.44177246094, 1358.16125488281, 1360.57080078125, 1362.29443359375, 1363.7822265625, 1365.87438964844, 1368.00476074219, 1370.02746582031, 1372.04565429688, 1374.39123535156, 1375.45349121094, 1377.07470703125, 1378.65979003906, 1380.34216308594, 1382.51770019531, 1384.30139160156, 1385.23913574219, 1387.90100097656, 1388.98425292969, 1390.6943359375, 1392.70983886719, 1394.41967773438, 1395.27062988281, 1397.34582519531, 1398.38171386719, 1400.61791992188, 1401.5576171875, 1403.32214355469, 1404.94995117188, 1406.26611328125, 1408.09606933594, 1410.00622558594, 1411.45556640625, 1412.96826171875, 1414.32458496094, 1415.54162597656, 1417.49743652344, 1418.47595214844, 1420.03759765625, 1421.31567382813, 1422.64807128906, 1423.99243164063, 1426.03991699219, 1427.44799804688, 1428.60498046875, 1430.41259765625, 1431.29333496094, 1432.85375976563, 1433.80249023438, 1435.49621582031, 1436.74951171875, 1437.49084472656, 1439.43640136719, 1440.70324707031, 1442.14013671875, 1443.17370605469, 1444.41857910156, 1446.03894042969, 1447.03271484375, 1448.25561523438, 1449.36584472656, 1450.90832519531, 1451.91735839844, 1453.10607910156, 1455.11279296875, 1455.6884765625, 1456.98095703125, 1458.44702148438, 1459.67785644531, 1460.16186523438, 1461.86877441406, 1462.37133789063, 1464.12341308594, 1464.7548828125, 1466.20764160156, 1466.98779296875, 1468.33276367188, 1469.39672851563, 1469.97729492188, 1471.43542480469, 1472.5439453125, 1473.54345703125, 1474.70056152344, 1475.673828125, 1476.70043945313, 1478.30249023438, 1478.93859863281, 1479.88317871094, 1481.20556640625, 1482.31677246094, 1483.71960449219, 1483.50476074219, 1484.88439941406, 1486.11254882813, 1487.77429199219, 1488.15649414063, 1489.30297851563, 1489.56323242188, 1491.36083984375, 1491.97094726563, 1493.10314941406, 1494.23205566406, 1494.99145507813, 1495.80859375, 1496.90905761719, 1497.49914550781, 1498.25451660156, 1499.14306640625, 1499.88024902344, 1500.90393066406, 1502.37878417969, 1503.609375, 1504.36267089844, 1505.19958496094, 1505.35034179688, 1506.64392089844, 1507.15563964844, 1508.95190429688, 1508.7119140625, 1510.03649902344, 1511.16479492188, 1511.73083496094, 1512.79431152344, 1513.65063476563, 1514.38439941406, 1515.16516113281, 1515.716796875, 1516.24938964844, 1517.28576660156, 1518.21545410156, 1519.02868652344, 1520.04541015625, 1520.54431152344, 1521.39685058594, 1522.20532226563, 1523.15112304688, 1523.78369140625, 1524.76513671875, 1524.68005371094, 1525.5830078125, 1527.14904785156, 1527.4033203125, 1528.29309082031, 1528.59777832031, 1528.96875, 1530.38403320313, 1530.35437011719, 1531.05090332031, 1532.49914550781, 1533.34790039063, 1533.77209472656, 1534.45654296875, 1535.10864257813, 1535.47802734375, 1536.17578125, 1537.57946777344, 1537.84375, 1538.38195800781, 1539.40051269531, 1539.65490722656, 1540.91955566406, 1541.05859375, 1541.56860351563, 1542.41662597656, 1543.31506347656, 1543.4619140625, 1543.97717285156, 1544.49743652344, 1545.15747070313, 1546.18908691406, 1546.42614746094, 1547.513671875, 1548.18383789063, 1548.40856933594, 1549.39172363281, 1550.03393554688, 1550.14770507813, 1550.90185546875, 1551.50341796875, 1551.931640625, 1552.99426269531, 1552.99658203125, 1553.56042480469, 1554.17028808594, 1554.46960449219, 1554.83935546875, 1556.12329101563, 1556.43676757813, 1556.900390625, 1557.51428222656, 1557.65368652344, 1558.19653320313, 1559.0791015625, 1559.85534667969, 1559.83068847656, 1560.5009765625, 1561.25415039063, 1562.17236328125, 1562.27404785156, 1562.7744140625, 1563.20837402344, 1564.31115722656, 1565.02624511719, 1565.29406738281, 1565.96154785156, 1565.62231445313, 1566.64611816406, 1567.38793945313, 1567.54821777344, 1567.27770996094, 1568.49816894531, 1568.697265625, 1569.47509765625, 1569.69396972656, 1570.52429199219, 1570.98303222656, 1571.57312011719, 1571.9990234375, 1572.39587402344, 1572.91235351563, 1572.82849121094, 1573.81958007813, 1573.93432617188, 1574.66394042969, 1575.28527832031, 1575.07202148438, 1575.76501464844, 1575.73718261719, 1575.95007324219, 1576.9287109375, 1577.11596679688, 1577.01086425781, 1578.34594726563, 1578.759765625, 1579.13793945313, 1579.55505371094, 1580.13293457031, 1580.29467773438, 1580.80554199219, 1580.86669921875, 1582.02014160156, 1582.08618164063, 1582.45812988281, 1582.7685546875, 1583.38134765625, 1583.2080078125, 1582.87280273438, 1583.08337402344, 3.89738750457764], "strain": [0.00013069869692624718, 0.00019325435642311277, 0.0002691820027444736, 0.00034218457768072757, 0.000405042048446904, 0.00047627360073018395, 0.0005506349789407799, 0.00062264273038234, 0.0006836060874826041, 0.0007514814224173999, 0.000820656934598064, 0.0008941736468892319, 0.0009664533008668319, 0.001035010647688596, 0.0011018975801612959, 0.0011694514269089081, 0.001239550621908692, 0.0013093624893422918, 0.0013868185506049316, 0.001450560595918052, 0.0015198341152477758, 0.001588510132938228, 0.001644451478574028, 0.0015773955256059517, 0.0015943463240597159, 0.00174777633401898, 0.001671699939839144, 0.001861849234051608, 0.0018239074434000758, 0.001979486916757724, 0.0019919873029771956, 0.002086905953552176, 0.002148259738538016, 0.0022364757769588158, 0.002285176962691896, 0.0023745865491997197, 0.0024142917409386237, 0.0025169213058739643, 0.002555126340671976, 0.002653237972486368, 0.002706697925537428, 0.002786735205523272, 0.002858512236348888, 0.0029205185292135684, 0.0029970089253816517, 0.003060986420683168, 0.003129790786265932, 0.0032040267997268364, 0.0032650738303396597, 0.0033409268526207398, 0.00341625862529834, 0.003482394460666528, 0.003556229714382044, 0.003627373154818616, 0.003694095723408808, 0.003765471703450732, 0.0038317687740396476, 0.003906473941247512, 0.003976950903966628, 0.00404985978275872, 0.0041104460997354, 0.00418662217453456, 0.0042590813991460795, 0.004322443639471719, 0.0043929566909406, 0.004467343171204959, 0.0045335078193653195, 0.00460692339584564, 0.00468378108235408, 0.00475672168432136, 0.004815187496211, 0.0048807456205446, 0.00496262429988344, 0.00504140080193392, 0.0051005997393127195, 0.00517000306172628, 0.00523837261608204, 0.005308816109396119, 0.0053741996107469995, 0.00544820017421952, 0.005513941652685, 0.00558862906655628, 0.00565215807183048, 0.00572345197907052, 0.005795838444105879, 0.005868410009502959, 0.0059341346077468, 0.00600421081072052, 0.006078405787780479, 0.00615109027603976, 0.006216087860598759, 0.0062828927930291606, 0.00634889038520268, 0.0064209642750989605, 0.00649071451517156, 0.006561441479794279, 0.00662797632867804, 0.006699333100191839, 0.0067673464236628, 0.00683969912825484, 0.00691122120952568, 0.00698266587460748, 0.0070516466094028, 0.007115633708968359, 0.007182790797747281, 0.00725304977277628, 0.00732251828777004, 0.007388503656334759, 0.00745555015055796, 0.0075272683916460395, 0.007589725211806199, 0.007664202496021601, 0.007738335772961001, 0.00780257491169832, 0.00787593169844112, 0.00794512780158184, 0.00800828253159632, 0.00807861543035468, 0.00815189596506168, 0.00821886038648296, 0.008290154293723, 0.0083538125200044, 0.00842371642830184, 0.0084950836771946, 0.0085575672728788, 0.00862081047853788, 0.008688940217330639, 0.0087610577629726, 0.00883150300251652, 0.00889935276246032, 0.00896406803986392, 0.009033750176973238, 0.00910365990603676, 0.00917360863423308, 0.009243306487410879, 0.009306599169581719, 0.009376407617315239, 0.00945021143889388, 0.009517056534610279, 0.00958172117134888, 0.00965377818102348, 0.009720732125065839, 0.0097907611798342, 0.009858241903207799, 0.0099260026054304, 0.00999975054765452, 0.010062554285473719, 0.01012535569498648, 0.01019512805397024, 0.010265263628758079, 0.01033086366260756, 0.01039377915913572, 0.01046841767857184, 0.01053526568467132, 0.010607187070496, 0.01067505371066144, 0.01074335923659016, 0.010811465692318561, 0.01087825199829748, 0.01094226994792332, 0.01101659065353084, 0.01108314412886608, 0.011151277360118521, 0.0112205479690652, 0.011290603217280998, 0.01135060600245704, 0.01142669040019024, 0.01149573865587224, 0.01155427460799328, 0.0116316407384198, 0.01170502546483984, 0.011768205224148521, 0.01184029657634308, 0.01190110379139296, 0.01197170502746812, 0.0120424413053166, 0.012108285811341919, 0.012177207174323119, 0.01224678628387264, 0.01231308597380628, 0.012375653388522161, 0.012452616721935159, 0.01251249261441044, 0.01259150252918116, 0.012661473958365239, 0.01272603323923756, 0.012798703175581601, 0.0128666955442946, 0.0129242978455346, 0.012997772211752441, 0.013066927569530519, 0.01313443797881116, 0.01320636402124872, 0.013281825597010159, 0.01333609958419908, 0.013415181676469361, 0.013472787470168961, 0.013549841607533, 0.0136195394607108, 0.013687276879868999, 0.01375894913690496, 0.01382940718213428, 0.01389494085925032, 0.01397282387370576, 0.014029189844227921, 0.014100738701022759, 0.014169022108040361, 0.014237485958806759, 0.01430555166917256, 0.014386083132199561, 0.0144560533972304, 0.01451431344503868, 0.01459367493408132, 0.0146558453725498, 0.01473387157785108, 0.0148014250608008, 0.014876376737452639, 0.014934096618167641, 0.01500533813851288, 0.01507914312424472, 0.0151525429846566, 0.01521882404813876, 0.0152896720846962, 0.01536304866204372, 0.01542854042964388, 0.01550004039200356, 0.0155713610747676, 0.01564093552770424, 0.01571347507888784, 0.01578266652541568, 0.01584890335107556, 0.015923090179062998, 0.015988367742470998, 0.01606369776891876, 0.01613343171084632, 0.01621185605654824, 0.01626427321935404, 0.01634960914271284, 0.016408563025839238, 0.0164947511093538, 0.01655200067216864, 0.01662351693267336, 0.0167042556149732, 0.01677013620974828, 0.01684046503397036, 0.01691510704586616, 0.01698072687032032, 0.017050778626076478, 0.01713506913984528, 0.017199700598217158, 0.01727418894188812, 0.01735070873292496, 0.0174136696314286, 0.01750069008449424, 0.01756389429102052, 0.017639210347629677, 0.01771153569462112, 0.01778445359560064, 0.01785880806165148, 0.01792992618175556, 0.01800879406983364, 0.01807527536766936, 0.0181518591871332, 0.01821707854288032, 0.01830138069818128, 0.01836867457496336, 0.01843998594450164, 0.018517693171821118, 0.01859627234990108, 0.01866209473701528, 0.01874277986826708, 0.01880960342714896, 0.018879711062259562, 0.01896653477343132, 0.01904363896938372, 0.01911107952947128, 0.019189200031183278, 0.01926251956502308, 0.0193382908055406, 0.01941169765087176, 0.019485182494468598, 0.019561357696152835, 0.019644332716784958, 0.019712638242713718, 0.019792815803162358, 0.0198653215939026, 0.01993846999721936, 0.020018472934685238, 0.02009428026395252, 0.0201654635766368, 0.02025056550519872, 0.0203224612796526, 0.02040259925889184, 0.020479396118394638, 0.02055424651371648, 0.02063878499212076, 0.0207016539225202, 0.0207842505933564, 0.020872209353915958, 0.02094246600063852, 0.021015800668470162, 0.02109942877905776, 0.02117209522294212, 0.02125876875834872, 0.021334091799877202, 0.021409768743984002, 0.021492260641030558, 0.02156672453748396, 0.02165431775393296, 0.02173525667058636, 0.021812384149603157, 0.02189657338204196, 0.02197316069396544, 0.022048330067269122, 0.02213400941582728, 0.02221095761524848, 0.02229588492082764, 0.02237090062590648, 0.02244618175791908, 0.02253899038078596, 0.0226192936697822, 0.022694700530342362, 0.02278449166806748, 0.0228646622435968, 0.022943987643889677, 0.02303307097645808, 0.023109078540078917, 0.023181460930578, 0.0232796921791356, 0.023358540276608962, 0.023449281363360202, 0.0235372820334356, 0.02359309852363876, 0.02367900371792128, 0.023774899675122998, 0.02386111220585516, 0.02393436538296152, 0.02402331600206304, 0.024112154862455642, 0.024191040212832, 0.02427890118452124, 0.024364808707110202, 0.02444134945290496, 0.024538747167758237, 0.0246244125464778, 0.024704734461925518, 0.02479711234810164, 0.024871799761972922, 0.02496091801913788, 0.0250495496602576, 0.02513089137392452, 0.0252163611749034, 0.025315388704262278, 0.02539915884154252, 0.025481531994960803, 0.0255777632282894, 0.025657412263176922, 0.02573775978999544, 0.025840188975058118, 0.025925931187890078, 0.026010986550323276, 0.026091867259315758, 0.02618619393797924, 0.02628046473728824, 0.026372761132739078, 0.026451786181501638, 0.0265496076481264, 0.02663971310722044, 0.02672058915960004, 0.026817206891797077, 0.02690849047394804, 0.026989932304791717, 0.027089260185680877, 0.02718578245731404, 0.027265401224217917, 0.02735504335033108, 0.027452943979374683, 0.027539717631958036, 0.02763542965295128, 0.02772223357351828, 0.02781471157687116, 0.02790795326473524, 0.027998123916409517, 0.028084336447141676, 0.028187941426954757, 0.0282721585990708, 0.02836895793916992, 0.0284612589912336, 0.02854651458802036, 0.02864916961880732, 0.02874556150528004, 0.028836935891382, 0.028930154296181718, 0.02902463697137644, 0.029118053282223243, 0.029207660483739878, 0.029306706639550237, 0.0294084932120364, 0.02949600028114728, 0.02958396137001324, 0.02967927757891228, 0.02978020966293624, 0.02987890657278112, 0.02997464653345156, 0.03006488237770608, 0.030160780663214242, 0.030259575361929438, 0.030360924212805517, 0.030453895817122958, 0.030543507675252442, 0.0306500207098048, 0.030734910762481, 0.030837130399964358, 0.030938302299551277, 0.03103665462004352, 0.03112156795578412, 0.0312239994691532, 0.03132225632908156, 0.03141916277127672, 0.03152018565925172, 0.031615420377425436, 0.03171146534623912, 0.0318151471601646, 0.03191023519503284, 0.03200614977868608, 0.03211257200928736, 0.03219501501189876, 0.03229853151606728, 0.03240071390064768, 0.032504158227316636, 0.03261000536622812, 0.03270805500688364, 0.032803585419974836, 0.03289995867999604, 0.0329924553098004, 0.0330953897373598, 0.03320577940212896, 0.03330537503825832, 0.033400833273849996, 0.03350605409833004, 0.033601638062469276, 0.03369828839095644, 0.03380432179438284, 0.03390682548525144, 0.034003354741803916, 0.03410502024235536, 0.034213703258506555, 0.034308274409345876, 0.03441523913534692, 0.03450906289982012, 0.034626765775106434, 0.03472287826480676, 0.03481600120904256, 0.034924998546562676, 0.03503959778936912, 0.03513330048190764, 0.03523419065641572, 0.03534486437457016, 0.0354404762783866, 0.03554298229756168, 0.03565320665257384, 0.03575162416564632, 0.03585251899676732, 0.03596222646775056, 0.036065277310631756, 0.036174200142345916, 0.03627610545846036, 0.03637015506865788, 0.03646527802812268, 0.03657694360481908, 0.03668774537982752, 0.03679012799876144, 0.03689091805609276, 0.03698981520029116, 0.03710056109594516, 0.03721130233498624, 0.0373187210807424, 0.037424728872798, 0.03752621043714096, 0.03763040447848252, 0.03773409560563376, 0.037837479396335395, 0.037941023840181116, 0.0380549362325888, 0.03815751442926336, 0.03826636042686512, 0.038380361294917356, 0.03847864376621652, 0.03859503813328556, 0.03870347434895448, 0.03879997566582968, 0.03890663771199396, 0.03901390744613816, 0.03912337975817132, 0.03922935961054972, 0.0393380356417816, 0.03944090953337359, 0.039556952326170715, 0.03965935589986256, 0.039767505733839754, 0.039872023409776, 0.03998213833438564, 0.0400933522196332, 0.0402083612443728, 0.040313260762564404, 0.040418309292368, 0.04053364893662159, 0.0406399733783524, 0.0407427355112356, 0.040855099579862796, 0.04096835771816199, 0.0410744400160236, 0.0411840101169268, 0.041295987686686006, 0.0414027079405112, 0.041511719247869595, 0.0416286654235644, 0.041734403132073196, 0.0418448300497452, 0.0419559088932196, 0.042057558095626, 0.042169936134092006, 0.04228189042078679, 0.042390948294274006, 0.0424972308264892, 0.04260582303868919, 0.0427155980305592, 0.0428275895701568, 0.0429358232231656, 0.043048131412438795, 0.0431623208733124, 0.043278410232238, 0.0433847579570336, 0.04349762959646399, 0.04362043844776559, 0.04372876523303199, 0.043834810277990396, 0.043950066103212004, 0.04407078413533359, 0.044171585834197204, 0.0442806530209104, 0.044392937927119194, 0.0444975999580544, 0.0446195799322644, 0.044740353843740796, 0.0448468272970836, 0.044965305498413204, 0.045089711567930395, 0.04518987065421759, 0.045304521119765594, 0.045421737379006795, 0.045522515794805596, 0.04563972739743399, 0.045759127608112404, 0.045870518444649594, 0.045979529752008405, 0.046094846113197196, 0.0462132730917852, 0.046327173842660795, 0.046444413384966, 0.0465444188030284, 0.0466701054410856, 0.04678698642419999, 0.046897255017034394, 0.0470212140517156, 0.0471315757768076, 0.0472543753148836, 0.047366189903191996, 0.0474857996614496, 0.04759643612670119, 0.047707272826306, 0.04781955773251479, 0.0479386832030336, 0.048065710945598396, 0.048183197288386, 0.0482989932807008, 0.0484222771065156, 0.048530496789685997, 0.048641505783967205, 0.048766866459123204, 0.0488795099245232, 0.0489953617961924, 0.0491080238880436, 0.049231740778855594, 0.0493531759293596, 0.0494763154001752, 0.0495895781950872, 0.049718543088607195, 0.0498305672244948, 0.049947215376965205, 0.050079011491112, 0.050192786513439995, 0.05031051965671, 0.0504436335922996, 0.050560398160092, 0.0506762453751484, 0.050809224268965204, 0.050928433558516, 0.0510480293469352, 0.05118298730122241, 0.0693832143606464], "stress_pa": [130573.91624897727, 298449.6764838696, 424936.9259923705, 569122.9831427343, 702495.5935776244, 819351.8035113817, 975305.1213920114, 1073058.8808655734, 1224959.73482728, 1355677.7499616134, 1483509.0376436717, 1624421.9616055489, 1776964.0311598775, 1897083.5953950875, 2018471.4347124093, 2156192.9956078534, 2278567.850589753, 2426708.303391933, 2560093.2538509276, 2672106.958925732, 2811243.9438700676, 2943141.199648388, 3045347.8917479487, 2991436.980664721, 3080159.7982645016, 3154945.373535156, 3299052.640795702, 3412121.5343475337, 3542542.457580566, 3666036.5760326404, 3805211.558938036, 3931480.2736043935, 4059220.850467675, 4173728.0786037347, 4286806.285381323, 4425789.788365356, 4543693.736195556, 4678573.459386815, 4805136.844515795, 4935916.513204564, 5066821.724176415, 5193626.880645751, 5307562.649250023, 5438788.98024558, 5551172.047853466, 5669967.830181127, 5800464.004278173, 5951513.72253894, 6045959.51735974, 6175910.308957104, 6309966.742992406, 6427000.463008885, 6553612.64944077, 6677168.607711791, 6800629.198551171, 6935866.177082055, 7052060.961723339, 7170978.933572778, 7286792.248487474, 7414409.5182418935, 7526554.167270654, 7664661.109447483, 7789177.447557445, 7901222.258806224, 8031801.879405979, 8136371.523141869, 8264395.594596874, 8384168.14804077, 8499976.247549046, 8635034.412145603, 8750741.928815844, 8872304.111719139, 8985198.289155956, 9114985.167980198, 9223858.26706887, 9349695.593118675, 9472023.695707323, 9583708.64391328, 9694205.224514011, 9819710.254669188, 9942974.895238865, 10067322.850227367, 10170277.9531479, 10296923.667192454, 10422357.916831981, 10537124.4251728, 10644408.31542014, 10780362.784862522, 10889553.278684616, 10995644.330978392, 11115933.954715721, 11237022.280693065, 11342917.382717136, 11452035.605907444, 11577312.64829636, 11677286.02886201, 11811513.453721995, 11915335.804224022, 12039981.782436375, 12130553.27534675, 12258116.155862816, 12372272.461652756, 12491271.644830711, 12600477.039813988, 12717494.368553171, 12829044.461250314, 12936675.548553465, 13048282.265663156, 13170500.099658959, 13275212.049484251, 13380104.303359983, 13505125.045776365, 13615380.22756577, 13728472.590446481, 13843813.53855134, 13940908.014774315, 14055271.446704857, 14151774.346828464, 14266486.465930931, 14392670.98903657, 14502628.147602074, 14596992.731094358, 14719617.36679077, 14826591.312885277, 14917749.166488646, 15020824.968814842, 15152262.151241304, 15248242.020607002, 15362568.199634543, 15466456.115245821, 15578986.704349509, 15670588.612556465, 15781249.105930319, 15880355.238914497, 16004577.279090889, 16120199.859142305, 16220475.733280173, 16321903.467178341, 16429238.02137375, 16522705.554962154, 16641294.956207272, 16732487.082481392, 16861687.600612644, 16956710.815429684, 17058880.627155297, 17162314.057350166, 17274531.722068794, 17368887.364864353, 17474618.554115303, 17577861.249446873, 17686258.256435398, 17796191.573143013, 17886874.079704292, 17978355.28850556, 18094502.389431003, 18195770.680904392, 18278759.71794128, 18385602.533817284, 18487161.397933956, 18576931.953430172, 18683917.820453636, 18777222.931385033, 18894970.4170227, 18989762.663841255, 19086191.058158882, 19203372.299671166, 19299866.259098046, 19398564.1002655, 19493183.493614204, 19604764.87874985, 19697248.93569946, 19799478.352069847, 19905652.10580825, 19996033.60891342, 20085395.87259292, 20178870.856761932, 20267567.03853608, 20362548.530101776, 20465603.470802315, 20553053.91550063, 20669130.980968475, 20768390.595912933, 20860899.984836567, 20951448.380947113, 21044580.63840866, 21148186.92207336, 21234169.60239411, 21327695.250511177, 21412497.758865353, 21515378.355979927, 21619381.010532368, 21696723.997592915, 21800059.080123898, 21887487.17308044, 21989998.221397407, 22090408.20598603, 22176523.506641377, 22272165.11964797, 22361166.77522658, 22454166.412353512, 22542649.50752258, 22642174.3631363, 22730024.15895461, 22828121.483325947, 22919794.917106636, 23006279.76655959, 23099537.193775166, 23185425.99678039, 23282098.770141598, 23354668.915271748, 23451194.167137153, 23547060.787677754, 23626291.75186157, 23720841.109752655, 23803552.985191353, 23893328.011035908, 23982268.571853634, 24072679.877281196, 24165686.964988716, 24231006.20508193, 24314460.15834809, 24410435.557365425, 24500720.202922847, 24587683.379650142, 24671950.936317377, 24767594.03944018, 24840801.95426953, 24932201.20668408, 25018259.882926997, 25081196.42734521, 25179654.359817624, 25249782.204627924, 25336432.45697021, 25433301.925659176, 25508332.252502438, 25595822.93033593, 25679999.58992016, 25750917.19627392, 25835880.63716894, 25930365.92006689, 25979900.36010742, 26074862.48016357, 26173001.52778637, 26239025.59280395, 26327425.241470452, 26402866.840362545, 26484757.661819573, 26569694.280624505, 26644030.21335595, 26718875.765800532, 26796925.067901608, 26870858.669281002, 26941093.802452143, 27033433.31813818, 27101507.78293603, 27181580.66272729, 27259722.352027826, 27334305.644035395, 27408090.23380273, 27496236.562728997, 27558130.025863763, 27629309.892654534, 27714255.452156, 27794995.903968744, 27876043.319702145, 27947795.39108276, 28015717.864036616, 28088864.684104975, 28157177.567481928, 28236100.077629145, 28310963.511467036, 28370714.187622067, 28436699.5096206, 28517290.949821528, 28589338.06419384, 28649434.44728857, 28712865.71025854, 28806501.6269685, 28862819.075584468, 28946888.446807858, 29021057.486534175, 29074305.29594433, 29134270.54882055, 29205155.372619625, 29269567.131996088, 29357409.477233883, 29413917.66071313, 29474860.42976391, 29572972.65529638, 29615089.297294673, 29684609.17472851, 29754933.714866694, 29809188.842773434, 29874810.57643896, 29944413.90037548, 30003914.237022456, 30074760.317802485, 30133360.62431347, 30184963.345527582, 30265441.536903314, 30311492.08545678, 30387705.564499017, 30435737.967491206, 30508100.986480705, 30561068.654060297, 30629742.145538323, 30688017.606735345, 30752277.37426757, 30820646.882057123, 30868172.64556884, 30911716.818809565, 30977672.338485833, 31052047.014236566, 31102517.247199945, 31164827.94284814, 31225797.53398901, 31287989.02034765, 31343591.21322631, 31390362.977981683, 31456851.95922851, 31503316.760063227, 31556126.475334223, 31609684.22889721, 31664872.16949462, 31719174.98111718, 31787201.762199458, 31839489.936828606, 31876948.47583764, 31943413.6152268, 31992208.95767211, 32052162.28961938, 32116806.50711059, 32178470.492363032, 32214376.330375727, 32263767.71926879, 32325267.79174804, 32365393.638610832, 32425937.0565415, 32469561.696052484, 32512480.020523187, 32579129.93431103, 32614377.140998773, 32655552.029609613, 32713431.11991894, 32768988.609313957, 32802131.772041254, 32849505.543708734, 32894760.370254632, 32929652.929306146, 32989874.48215478, 33030667.901039056, 33075997.233390864, 33116254.210472163, 33158233.761787347, 33217060.56594848, 33259141.445159905, 33295464.515686028, 33346542.716026362, 33398553.729057368, 33447936.177253656, 33497208.356857415, 33554473.51932519, 33580407.50026708, 33619987.96463012, 33658686.28025048, 33699759.84096532, 33752873.539924555, 33796420.693397455, 33819314.8374558, 33884301.78165429, 33910748.36254125, 33952498.43597411, 34001705.0504685, 34043449.16343701, 34064224.362373285, 34114888.31043237, 34140178.561210684, 34194773.43559277, 34217715.26336669, 34260794.520378165, 34300535.91728222, 34332668.78128051, 34377345.442771964, 34423980.11684423, 34459364.41421508, 34496295.45211791, 34529408.81252294, 34559121.72794335, 34606871.00887304, 34630760.550499015, 34668886.66152953, 34700089.69306958, 34732618.92795556, 34765440.225601315, 34815427.66094213, 34849804.6398164, 34878051.280975334, 34922182.55996703, 34943684.935569815, 34981781.24427807, 35004943.60923779, 35046294.33155053, 35076892.37594604, 35094991.326332025, 35142490.26775365, 35173419.117927484, 35208499.4316101, 35233733.05797582, 35264125.46634667, 35303685.06908422, 35327947.13973998, 35357803.1063081, 35384908.318519525, 35422566.53308862, 35447201.132774405, 35476222.63431542, 35525214.672088616, 35539269.44732665, 35570824.146270745, 35606616.73545849, 35636666.41712182, 35648483.03794872, 35690155.625343256, 35702425.24147045, 35745200.51479345, 35760617.25616454, 35796085.00003808, 35815131.664276116, 35847967.863083, 35873943.56727611, 35888117.5518037, 35923716.42589574, 35950779.91485595, 35975182.056426995, 36003431.67781835, 36027193.069458, 36052256.82258617, 36091369.39048778, 36106899.38068383, 36129960.41774755, 36162245.27359008, 36189374.32765966, 36223623.1565476, 36218377.947807364, 36252060.53256982, 36282044.64912426, 36322614.55059057, 36331945.657730214, 36359935.99891674, 36366289.854049794, 36410176.753997795, 36425071.954727285, 36452713.60874169, 36480274.796485834, 36498814.8212434, 36518764.4958496, 36545631.28948217, 36560037.73212426, 36578479.40921777, 36600172.51968383, 36618170.14217382, 36643162.36972802, 36679169.535636954, 36709213.25683593, 36727604.26998144, 36748036.74221044, 36751717.32902538, 36783298.85005956, 36795791.98360448, 36839646.10099804, 36833786.9644165, 36866125.464439444, 36893671.75102245, 36907491.087913565, 36933454.871177725, 36954361.20033275, 36972275.37631982, 36991336.94171899, 37004804.61120605, 37017807.36446386, 37043109.53617089, 37065806.98490136, 37085661.29207616, 37110483.646392815, 37122663.855552725, 37143477.79750829, 37163215.87562572, 37186306.71501171, 37201750.27847289, 37225711.3456726, 37223634.12380224, 37245678.901672356, 37283912.30106347, 37290120.12481689, 37311843.03760522, 37319281.69727319, 37328338.62304687, 37362891.43562328, 37362167.2391892, 37379172.4443435, 37414529.91962426, 37435251.474380605, 37445607.78141015, 37462317.94357299, 37478238.34419262, 37487256.526947014, 37504291.53442382, 37538561.22493749, 37545013.42773437, 37558153.27167504, 37583020.329475336, 37589231.13346093, 37620106.339454584, 37623500.8239746, 37635952.2342683, 37656655.90763085, 37678590.4169082, 37682175.6362915, 37694755.19657128, 37707456.94637304, 37723571.062088124, 37748757.00473779, 37754544.6157456, 37781095.504760735, 37797456.9797517, 37802943.587303214, 37826946.377754144, 37842625.37956249, 37845402.95600902, 37863814.83078002, 37878501.41525268, 37888956.06994628, 37914898.99158471, 37914955.61599731, 37928721.30870824, 37943610.548973136, 37950918.0784226, 37959945.20187377, 37991291.28456127, 37998944.52095043, 38010263.44299316, 38025251.03092187, 38028654.45613866, 38041907.54890453, 38063454.627990715, 38082405.92479711, 38081803.91788476, 38098168.3731079, 38116556.40602123, 38138973.712921135, 38141456.24637597, 38153672.21832275, 38164266.94393163, 38191190.36197656, 38208648.56243139, 38215187.19196313, 38231483.10184472, 38223201.03645336, 38248196.24423974, 38266307.11555492, 38270220.160484366, 38263615.96584325, 38293412.32776635, 38298273.086547844, 38317263.12637328, 38322606.68277734, 38342878.22246557, 38354077.935218744, 38368484.377861075, 38378882.40814208, 38388571.14315038, 38401180.505752675, 38399133.08620458, 38423329.59175121, 38426131.010055654, 38443943.85814672, 38459113.24024194, 38453906.774520986, 38470825.55294042, 38470146.05998998, 38475343.585014395, 38499236.10687255, 38503807.78312694, 38501241.80316918, 38533836.603164785, 38543939.590454094, 38553172.34992992, 38563355.80348974, 38577464.22290795, 38581413.0306245, 38593885.30254369, 38595378.398895256, 38623538.61331933, 38625150.91896068, 38634231.686592035, 38641810.417175286, 38656771.18301391, 38652539.253234856, 38644355.535507314, 38649496.43611913, 95151.06212347752]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; curve and metrics extracted from the TestWorks xlsx export only. Strain/stress arrays are derived from the raw extension/load trace using a user-supplied extensometer gauge length of 25mm (not present in the export itself) via strain = extension/gauge_length, stress = load/area. Yield metrics are null.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_23/tensile/tensile_nylon12white_fl.xlsx", "xlsx_sheet": "Sheet4"}}
data/D638/NYLON12_WHITE_FL_Sheet5.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sample_id": null, "batch_label": null, "specimen_id": "2026_07_23/tensile/Sheet5", "test_date": "2026-07-23", "session_folder": "2026_07_23/tensile", "test_run_name": "Sheet5", "specimen_index": 5, "material_class": "NYLON12_WHITE_FL", "astm": {"standard": "D638", "type": "Type I", "year": "2022"}, "test_end_reason": "Break Detected", "geometry": {"width_mm": 12.8, "thickness_mm": 3.2, "area_mm2": 40.96000000000001, "gauge_length_mm": 25}, "job_id": null, "print_date": null, "print_profile_id": null, "object_hash": null, "session_id": null, "print_profile_snapshot": null, "metrics": {"modulus_pa": 1920000000.0, "peak_load_n": 1618.0, "peak_stress_pa": 40000000.0, "strain_at_peak": null, "load_at_break_n": null, "stress_at_break_pa": null, "strain_at_break": 0.056, "energy_to_break_j": null, "yield_stress_pa": null, "strain_at_yield": null}, "curves": {"time_s": [], "extension_m": [4.74194896835041e-06, 6.564964932314691e-06, 7.5280070441492e-06, 8.564373073588e-06, 1.05114661701206e-05, 1.20903294182623e-05, 1.33842566165383e-05, 1.4795896076085801e-05, 1.6573858173634703e-05, 1.8043148683338302e-05, 1.95493201126935e-05, 2.12835100492354e-05, 2.25852243411479e-05, 2.4284478767205402e-05, 2.59949163401158e-05, 2.74326419266997e-05, 2.90170180769762e-05, 3.07407561004053e-05, 3.2312892270985394e-05, 3.3875584248582196e-05, 3.5591800750827806e-05, 3.70619443665616e-05, 3.79031651200618e-05, 4.0588801110990694e-05, 3.91353558179814e-05, 4.2492111587327295e-05, 4.319376492187231e-05, 4.52637894150227e-05, 4.6791944240814396e-05, 4.85939915770556e-05, 5.00421581628158e-05, 5.1686979330972206e-05, 5.3523391015025204e-05, 5.5113496981922906e-05, 5.69596911909882e-05, 5.84649958718925e-05, 6.01259405621219e-05, 6.17594221503365e-05, 6.35394997325617e-05, 6.51332218503937e-05, 6.67811025587268e-05, 6.84587128298714e-05, 7.012749736443009e-05, 7.19540683158099e-05, 7.36418430997416e-05, 7.52222538531184e-05, 7.69098903938554e-05, 7.87067536102965e-05, 8.02376223682783e-05, 8.201774360624919e-05, 8.37319737720661e-05, 8.55250243867173e-05, 8.71259096848204e-05, 8.88759302861415e-05, 9.06222110452488e-05, 9.24455005397446e-05, 9.40891902964919e-05, 9.57566942625105e-05, 9.77198058344781e-05, 9.94172940218247e-05, 0.000101036718459929, 0.000102780459909829, 0.00010448992432340801, 0.000106126287190838, 0.0001079821293197, 0.00010969003667835, 0.000111421743694356, 0.000113265049348249, 0.000114950946935116, 0.000116605798010843, 0.000118434348022694, 0.000120154937375466, 0.000121998315788934, 0.00012358406709520002, 0.000125475437725092, 0.000127219870390965, 0.000128832397221251, 0.000130389990571549, 0.00013225486216381, 0.000133967637138104, 0.00013565382576327602, 0.00013753858982365399, 0.000139237045713364, 0.00014098032150197602, 0.000142661882618105, 0.000144414617151616, 0.00014596506551153802, 0.000147926663684322, 0.00014955973781891, 0.000151403363614938, 0.000153173880588858, 0.000154867025029509, 0.00015654264896422502, 0.00015838515426278, 0.00015997311746016, 0.00016163027501445103, 0.00016342973574776, 0.00016514716733492801, 0.00016695927368256999, 0.00016862209193188498, 0.000170400015830657, 0.000172153652582912, 0.00017388581070829, 0.000175559528342111, 0.000177279841208494, 0.00017910300701171002, 0.00018068341776508701, 0.000182555085101759, 0.000184177274403757, 0.000185908355687408, 0.000187700380392036, 0.000189426601336001, 0.000190928184364586, 0.00019267885252613403, 0.000194610604720785, 0.000196279651189817, 0.000198131033156662, 0.000199718719867653, 0.000201585948870181, 0.000203328569822608, 0.00020509640924412602, 0.000206631185191347, 0.00020856664812438, 0.000210043245514518, 0.00021179317152839, 0.000213567268273456, 0.00021529315452337101, 0.00021700355753548301, 0.000218776708406059, 0.000220292857901788, 0.000222052984808235, 0.00022383974171955002, 0.00022555966168422102, 0.000227179770062341, 0.000229179232318549, 0.000230710006489082, 0.00023252642020363202, 0.000234389370943083, 0.000235824175232685, 0.000237691287819891, 0.000239313113324007, 0.00024112501594483702, 0.00024283119890153301, 0.000244690511662176, 0.000246312482685445, 0.000247914706759749, 0.000249728079124017, 0.000251226489835082, 0.00025306852947235, 0.000254704193847848, 0.00025644256564102903, 0.000257952472365124, 0.000259671752045526, 0.00026156612036995404, 0.00026313007290720803, 0.000264813671291469, 0.00026649409735821, 0.000268476504769771, 0.000269939467015339, 0.00027185435354024003, 0.00027317109814159403, 0.000275228884474038, 0.000276801655471919, 0.000278756356036885, 0.00028040002396576, 0.000281934552530421, 0.000283754298633559, 0.000285552973563446, 0.000287239598746075, 0.00028896231267847, 0.00029072807117611, 0.00029228355449870103, 0.000294323529286905, 0.000295565680770798, 0.000297729521461426, 0.00029913421783842, 0.00030111272533669904, 0.00030256177595130903, 0.000304522792047484, 0.000305895386899485, 0.00030807631153859, 0.000309432375414891, 0.00031113099137566804, 0.000312906063099055, 0.00031461413780473004, 0.00031634610675521004, 0.000318201563258319, 0.000319828350965528, 0.000321468118981121, 0.000323236176681368, 0.0003249389544899, 0.000326761756495236, 0.000328596141825093, 0.000330226305576636, 0.000331991569309159, 0.00033369749033138003, 0.000335378236540256, 0.000337224408921449, 0.000338951517532243, 0.000340679266427307, 0.000342449827056973, 0.000344115934039129, 0.000345872233791871, 0.00034762824250630903, 0.000349438908214344, 0.000351018140262587, 0.00035289411496616704, 0.000354379458057357, 0.000356348535914569, 0.000358091535216792, 0.00035965345048591304, 0.00036161458299741, 0.000363274461759849, 0.00036506670474320503, 0.000366718638159929, 0.000368589781627653, 0.00037042521469540703, 0.00037212039640419, 0.000373865840428172, 0.000375504677121191, 0.000377283445031045, 0.00037917493207625903, 0.000380873286102562, 0.000382520475594921, 0.00038456306972786604, 0.00038606843625441003, 0.000387832972391172, 0.000389670850180684, 0.000391507476505487, 0.000393314446027054, 0.000395177120280115, 0.0003967761720369, 0.000398537652271463, 0.000400498231810181, 0.000402108313918708, 0.000403817902023567, 0.00040594993222750603, 0.000407471073030157, 0.000409260667564942, 0.000411105850415899, 0.00041277157904826, 0.000414566674207, 0.000416369423673151, 0.000418214402797295, 0.000420090406604706, 0.00042186021053478, 0.000423638483679517, 0.000425771008648573, 0.000426997909725307, 0.00042917225689872903, 0.000431173407177104, 0.00043273709777988303, 0.000434479340382515, 0.000436643297488464, 0.000438357571310027, 0.000440095302818938, 0.000442194241967647, 0.000443885232724844, 0.000445612370439468, 0.000447588927981107, 0.00044947148015037, 0.00045118723826728603, 0.000452985622158869, 0.000454904437700881, 0.000456795837434603, 0.00045852885412298, 0.00046057901525184403, 0.000462284674339591, 0.000464148221707566, 0.000466230338842271, 0.00046800773887209404, 0.000469731093088759, 0.00047168602648436903, 0.00047359494672402603, 0.00047519623947575503, 0.000477291424230336, 0.000479168999644591, 0.000481192414353265, 0.000482794172766282, 0.00048484337346874003, 0.000486824529415591, 0.000488718635805546, 0.000490424294893293, 0.000492606820243074, 0.000494514750952496, 0.000496382984037174, 0.00049817141441874, 0.0004999887158001201, 0.00050218838330604, 0.000504229784181936, 0.000505887596572412, 0.000507861476561649, 0.000509783027863724, 0.000511889097450896, 0.000513803722041322, 0.000515517937655224, 0.000517859631853773, 0.00051971121754743, 0.000521505759733392, 0.000523589011917485, 0.000525548922068103, 0.000527487470007165, 0.0005293595447974641, 0.000531459036918951, 0.000533484547103418, 0.000535665471742524, 0.000537458034868015, 0.000539447398095055, 0.000541719126685186, 0.000543671586255206, 0.000545722242149188, 0.000547760674434377, 0.000549673960248603, 0.000551742311271502, 0.000553771488538606, 0.00055570310976602, 0.0005577970139520601, 0.000559967170173897, 0.000561939012895001, 0.000563875232527627, 0.000565920533316804, 0.00056796443712212, 0.0005702196929442121, 0.000572111674754544, 0.000574280666823162, 0.000576324279590173, 0.000578551479319705, 0.00058046790834762, 0.00058264848374076, 0.000584680280352606, 0.000586646418722941, 0.000588539797517134, 0.000591003087519331, 0.00059330397814758, 0.000595504344145431, 0.000597233577335848, 0.00059927410509683, 0.000601362945216371, 0.0006036470138306151, 0.000605848951435311, 0.000607926790306939, 0.000609907247761859, 0.000612078277098609, 0.000614484756423755, 0.000616570744367911, 0.000618706325239165, 0.000620809950104578, 0.000622945065314545, 0.000625210274646653, 0.000627400745342149, 0.000629477769306524, 0.000631565328857525, 0.000633956965229137, 0.000636049181393011, 0.0006382306299010651, 0.000640487631952985, 0.0006426194875339401, 0.000644816361072136, 0.000647219406145288, 0.000649219304958953, 0.0006515527336696521, 0.000653877722269519, 0.000655840833841486, 0.000658252551856114, 0.000660466363823636, 0.000662503515540285, 0.0006648350816058351, 0.000667196857447399, 0.00066933220548801, 0.000671730244702323, 0.000674003603106959, 0.000676162176004274, 0.000678609575315042, 0.000680645562878473, 0.000683101751546039, 0.000685433142988606, 0.0006876219838695961, 0.000689763618337585, 0.0006921287120158211, 0.000694581408223732, 0.000696688118095173, 0.000699046401477082, 0.000701408584772272, 0.000703714714090003, 0.00070591484725721, 0.000708239835857077, 0.000710563602096064, 0.00071297584397964, 0.0007154200418690581, 0.000717697416602297, 0.0007199646632025371, 0.000722247567663564, 0.000724581811281516, 0.000726865472442134, 0.000729317702988757, 0.000731704624539836, 0.000734178857582284, 0.000736499189569278, 0.000738755260298623, 0.000741090668069793, 0.000743343712000771, 0.000745782729408367, 0.000748246252241208, 0.000750700520055963, 0.000753154671455397, 0.000755542349706067, 0.000757891610900535, 0.000760360197799875, 0.000762473252306355, 0.0007650173927495611, 0.00076755216175936, 0.0007697807002650931, 0.0007721299032519, 0.000774744591380133, 0.000777143794747664, 0.000779580367433502, 0.000781983878167941, 0.000784408809321596, 0.000786766277796252, 0.000789186901582999, 0.00079147201793514, 0.000793981408404781, 0.000796624443663879, 0.000799052459823562, 0.000801502187440766, 0.000804098481948151, 0.00080650583438821, 0.000809050324077381, 0.000811433694961144, 0.000813796285709961, 0.0008164151647897791, 0.000818633866200818, 0.000821107517166658, 0.000823685592676176, 0.000826145681257023, 0.000828619390430523, 0.00083109222648911, 0.0008332522545779481, 0.000835867233744486, 0.000838449616620912, 0.000841008192564024, 0.000843507280277683, 0.00084610246883951, 0.000848411275709642, 0.000851165720431729, 0.000853714168241842, 0.000856116631238384, 0.000858609257901682, 0.000861176390370949, 0.000863661333623005, 0.000866230794398709, 0.000868793968747033, 0.000871212380642666, 0.000873812051194383, 0.0008763975190768371, 0.00087897396477185, 0.000881539118180646, 0.000884098858276977, 0.0008865214611241951, 0.000889258967416955, 0.000891689137260093, 0.000894269599283709, 0.00089676630048327, 0.00089947318954639, 0.0009018833941618341, 0.000904446917756124, 0.000907087799331768, 0.000909615816252901, 0.000912420261355711, 0.0009149125969807041, 0.000917373093015177, 0.000920072822536005, 0.000922427788081242, 0.000925204293506814, 0.000927967876831664, 0.000930187975226565, 0.000932847541461362, 0.000935472648760898, 0.0009380518302159741, 0.000940612501634879, 0.000943411649840547, 0.000945895545354707, 0.000948556333950384, 0.000951337495988829, 0.000953908120917751, 0.0009564308991494011, 0.0009591209661985171, 0.0009616528248252701, 0.000964241901582701, 0.000966946229508741, 0.000969563944435342, 0.000972237014847471, 0.0009748352302076651, 0.0009773625486368671, 0.000980266819878145, 0.0009826755693020661, 0.000985384204595013, 0.000987999009138568, 0.000990582265129907, 0.000993225475011988, 0.0009959845181392861, 0.0009986258653762181, 0.00100124148482703, 0.00100397829262785, 0.00100656247994177, 0.0010091869469570401, 0.0010120345821442401, 0.0010146046832042199, 0.00101730493659399, 0.00101989005523048, 0.00102271661924444, 0.0010252499330627202, 0.00102801747450851, 0.00103070410730563, 0.00103338410442941, 0.00103598517196499, 0.00103885038586579, 0.0010413502884867002, 0.00104410851670675, 0.00104688211174928, 0.0010495442973288101, 0.00105226620396845, 0.0010550196591603, 0.00105770629195742, 0.00106037732510142, 0.00106302391102783, 0.0010658966919245602, 0.00106833268253378, 0.0010712384089665802, 0.00107393831311039, 0.0010765979375528501, 0.00107928340619676, 0.00108209774660192, 0.00108474922197185, 0.00108756519219152, 0.0010903760401370398, 0.0010928845574917601, 0.00109552287793033, 0.0010984189418914202, 0.00110121034847818, 0.00110394855326287, 0.0011068431038247799, 0.0011095185607510002, 0.0011121235864075302, 0.0011150827474730402, 0.00111771093977861, 0.00112048139160745, 0.0011233506800445202, 0.00112588771915309, 0.00112881440034382, 0.00113173432944588, 0.0011342273635628099, 0.00113702750129871, 0.0011398939957680502, 0.00114264000037931, 0.00114555469079189, 0.0011481670506136902, 0.00115109664218746, 0.0011538733804436802, 0.0011566106539057902, 0.00115935968531541, 0.0011622385198088701, 0.0011650652002381501, 0.00116762354335062, 0.00117056966590009, 0.00117317480797194, 0.00117607785685234, 0.00117881012445561, 0.0011817763868557602, 0.00118459026159964, 0.00118741275107734, 0.0011902769172402502, 0.00119302653072648, 0.0011958295788454302, 0.00119860678276293, 0.0012014314841317399, 0.00120440310163669, 0.00120702430902295, 0.0012099370203750598, 0.0012126935023652702, 0.0012155419524597399, 0.00121842288242899, 0.00122131522109978, 0.00122402502054594, 0.0012268697453501102, 0.00122967116365455, 0.00123259586578481, 0.0012353276677267999, 0.00123833712021135, 0.00124101956205688, 0.00124415451025836, 0.00124693148134522, 0.0012498033309193699, 0.00125281173566602, 0.00125545203516506, 0.0012585006031977399, 0.00126134916970752, 0.0012641006458389, 0.00126712977251284, 0.0012701863732027202, 0.0012728514691653099, 0.0012757336797031, 0.00127874208444975, 0.00128161835780613, 0.0012844218715863701, 0.00128769779874258, 0.00129034438466899, 0.00129338713193558, 0.00129630124027155, 0.00129907576663665, 0.00130225402133785, 0.0013051618432464401, 0.0013079279877083701, 0.00131102207413189, 0.00131385259626679, 0.0013168561115699201, 0.00131985997611903, 0.0013227549923422199, 0.0013256419759082002, 0.00132862267380826, 0.00133169010112308, 0.0013346256298782699, 0.0013376836275520202, 0.00134050867816679, 0.00134367040189229, 0.00134683526883148, 0.00134966148359947, 0.00135266942268483, 0.0013557808549913, 0.00135873466095202, 0.0013618569198834102, 0.0013648405281665198, 0.00136783740779631, 0.00137086618522428, 0.0013739710982727201, 0.00137703654652707, 0.00138025624508284, 0.00138331156520419, 0.00138658318499349, 0.00138970299920313, 0.0013928526157351599, 0.00139607708731912, 0.0013993934105920001, 0.00140289483422659, 0.0014069417800592601, 0.00188086052255951], "load_n": [6.12562608718872, 10.6064558029175, 18.1676445007324, 23.458137512207, 28.7840042114258, 34.5129737854004, 39.4083137512207, 44.7871551513672, 51.1395072937012, 56.3353996276855, 61.4729652404785, 67.3856582641602, 72.7830810546875, 78.1409378051758, 83.7015991210938, 88.5879821777344, 94.0259780883789, 99.3718414306641, 104.782005310059, 110.45272064209, 115.851181030273, 120.074752807617, 121.072555541992, 123.617309570313, 128.846252441406, 134.28547668457, 138.554382324219, 143.626678466797, 149.105865478516, 154.073684692383, 159.923767089844, 165.084869384766, 169.985534667969, 175.132247924805, 180.711303710938, 186.148590087891, 191.062927246094, 197.895614624023, 202.062561035156, 206.581329345703, 212.024368286133, 217.451202392578, 222.152374267578, 227.600051879883, 233.09895324707, 237.31494140625, 242.88542175293, 248.288665771484, 252.630950927734, 258.625366210938, 263.210784912109, 268.378662109375, 273.460357666016, 279.111907958984, 283.402099609375, 288.893524169922, 294.022735595703, 298.850891113281, 304.322998046875, 309.504516601563, 314.254364013672, 319.418395996094, 324.774230957031, 329.860809326172, 334.349578857422, 339.8759765625, 344.952026367188, 350.042358398438, 354.764923095703, 359.994964599609, 364.830505371094, 369.496826171875, 374.747283935547, 379.456085205078, 384.635192871094, 389.446044921875, 394.384521484375, 398.259063720703, 405.133544921875, 409.608947753906, 413.689086914063, 419.257690429688, 424.046112060547, 429.160339355469, 433.897705078125, 438.855407714844, 443.552490234375, 449.064422607422, 453.189056396484, 457.862335205078, 462.684722900391, 466.762176513672, 472.164398193359, 476.672485351563, 481.093292236328, 486.192687988281, 490.581420898438, 495.740966796875, 500.675231933594, 505.643188476563, 510.014434814453, 514.925720214844, 519.537170410156, 523.860046386719, 528.650024414063, 534.2001953125, 537.920532226563, 542.910827636719, 548.156372070313, 552.139709472656, 557.451965332031, 561.596801757813, 565.928833007813, 571.381774902344, 575.773315429688, 579.661437988281, 585.056823730469, 589.084655761719, 593.477111816406, 599.061767578125, 602.371398925781, 607.531311035156, 611.95703125, 616.676574707031, 620.636047363281, 625.253479003906, 629.885009765625, 634.821105957031, 639.591552734375, 645.299377441406, 648.039428710938, 652.111938476563, 656.864501953125, 661.466247558594, 664.878845214844, 670.579345703125, 674.968627929688, 679.216430664063, 683.390869140625, 688.391967773438, 692.3388671875, 696.483459472656, 700.498718261719, 705.489624023438, 708.99609375, 713.980895996094, 717.81884765625, 722.356323242188, 726.865051269531, 730.510986328125, 734.884155273438, 740.002624511719, 743.855163574219, 748.097473144531, 752.417419433594, 756.183959960938, 760.771240234375, 764.837707519531, 768.651611328125, 773.184020996094, 777.461608886719, 781.304443359375, 785.570861816406, 790.537780761719, 793.94091796875, 798.911682128906, 802.848693847656, 807.189025878906, 810.613464355469, 814.9228515625, 818.806762695313, 822.775817871094, 827.459350585938, 830.84228515625, 835.161376953125, 838.660339355469, 843.373107910156, 847.121337890625, 851.996887207031, 855.255310058594, 859.557189941406, 863.449096679688, 866.875122070313, 871.440673828125, 874.710205078125, 879.01123046875, 882.904174804688, 887.09912109375, 891.072631835938, 894.970458984375, 898.594665527344, 902.49609375, 907.247436523438, 910.690246582031, 914.1982421875, 918.242248535156, 922.057800292969, 925.993347167969, 929.804748535156, 933.440979003906, 937.359802246094, 940.223449707031, 944.625732421875, 948.035766601563, 952.008178710938, 955.706359863281, 959.886352539063, 963.262756347656, 966.4794921875, 970.852905273438, 974.371643066406, 978.003662109375, 982.382873535156, 985.15625, 989.079223632813, 992.992614746094, 996.182250976563, 999.790283203125, 1004.0361328125, 1007.833984375, 1011.16540527344, 1014.90985107422, 1017.59973144531, 1021.03833007813, 1025.06713867188, 1028.44189453125, 1031.30773925781, 1035.39514160156, 1039.19372558594, 1042.88403320313, 1046.13916015625, 1048.61779785156, 1052.51196289063, 1056.06225585938, 1058.70544433594, 1062.81201171875, 1066.29602050781, 1069.18115234375, 1072.26599121094, 1076.06335449219, 1079.40893554688, 1083.21948242188, 1086.009765625, 1089.35998535156, 1093.20324707031, 1096.61291503906, 1098.68872070313, 1102.77612304688, 1106.0693359375, 1109.01574707031, 1112.05786132813, 1115.09045410156, 1118.68811035156, 1122.07299804688, 1125.29150390625, 1128.68774414063, 1131.9052734375, 1134.66809082031, 1137.60815429688, 1141.35546875, 1143.71948242188, 1147.56665039063, 1150.48388671875, 1152.58630371094, 1156.52294921875, 1159.45300292969, 1161.56274414063, 1165.31494140625, 1167.87829589844, 1170.5498046875, 1173.82666015625, 1176.67504882813, 1179.74462890625, 1182.35314941406, 1185.02551269531, 1188.0537109375, 1190.87475585938, 1194.17407226563, 1197.39135742188, 1199.62707519531, 1202.921875, 1205.17578125, 1208.36291503906, 1210.90954589844, 1214.06677246094, 1217.28479003906, 1219.64135742188, 1222.45471191406, 1224.66223144531, 1228.31652832031, 1230.75219726563, 1233.49951171875, 1235.34619140625, 1238.45642089844, 1241.77905273438, 1243.64489746094, 1246.36120605469, 1248.57250976563, 1250.86279296875, 1253.93359375, 1256.77990722656, 1258.69299316406, 1261.18469238281, 1264.16430664063, 1265.81274414063, 1268.85522460938, 1271.41979980469, 1274.10266113281, 1276.79724121094, 1278.80529785156, 1281.43212890625, 1283.66821289063, 1285.85144042969, 1288.80749511719, 1291.33056640625, 1293.53918457031, 1296.15405273438, 1298.05529785156, 1300.45751953125, 1303.23889160156, 1305.64331054688, 1307.55517578125, 1309.59057617188, 1311.70080566406, 1313.77099609375, 1316.53466796875, 1318.716796875, 1321.00903320313, 1323.10815429688, 1325.36083984375, 1327.52038574219, 1329.45349121094, 1330.94702148438, 1333.29821777344, 1335.28747558594, 1337.30517578125, 1339.21569824219, 1341.54797363281, 1344.12048339844, 1345.88464355469, 1347.59045410156, 1349.59057617188, 1351.90588378906, 1353.83728027344, 1356.11547851563, 1357.7939453125, 1359.99609375, 1361.51232910156, 1364.00305175781, 1365.99597167969, 1367.55822753906, 1370.39147949219, 1372.16149902344, 1372.81433105469, 1375.97705078125, 1376.79174804688, 1378.56726074219, 1380.62561035156, 1382.46801757813, 1383.68615722656, 1385.4716796875, 1387.49133300781, 1389.19702148438, 1390.99194335938, 1392.98889160156, 1394.57360839844, 1395.65576171875, 1397.84606933594, 1399.544921875, 1401.15295410156, 1402.50549316406, 1404.13903808594, 1406.05981445313, 1407.14404296875, 1408.53039550781, 1410.67651367188, 1411.93115234375, 1413.82690429688, 1415.53466796875, 1417.13598632813, 1418.96032714844, 1420.22314453125, 1421.67150878906, 1423.01025390625, 1424.23742675781, 1427.64331054688, 1427.943359375, 1429.32592773438, 1429.96618652344, 1432.27612304688, 1433.49731445313, 1435.16076660156, 1436.5791015625, 1438.36376953125, 1439.59020996094, 1441.15185546875, 1442.21752929688, 1443.22814941406, 1445.14379882813, 1446.47094726563, 1447.81726074219, 1449.49987792969, 1450.53674316406, 1451.92260742188, 1452.82861328125, 1453.99389648438, 1456.00244140625, 1457.251953125, 1458.07653808594, 1459.43127441406, 1460.64538574219, 1461.91784667969, 1463.62426757813, 1463.96215820313, 1464.9150390625, 1466.82055664063, 1468.22680664063, 1469.42529296875, 1470.50354003906, 1471.921875, 1472.18298339844, 1473.69201660156, 1474.89038085938, 1476.67016601563, 1477.72448730469, 1478.69006347656, 1479.63110351563, 1480.98913574219, 1481.62512207031, 1482.59399414063, 1484.40954589844, 1485.53515625, 1485.8798828125, 1487.41296386719, 1488.4296875, 1489.50183105469, 1490.60546875, 1491.50048828125, 1492.83129882813, 1494.26867675781, 1494.53503417969, 1495.93933105469, 1496.82507324219, 1497.53369140625, 1499.09155273438, 1500.27087402344, 1501.37731933594, 1503.06237792969, 1503.6611328125, 1504.52282714844, 1505.41979980469, 1506.2724609375, 1506.94604492188, 1508.31652832031, 1509.35583496094, 1509.74487304688, 1511.59619140625, 1512.37097167969, 1512.60717773438, 1513.79443359375, 1514.30346679688, 1515.45739746094, 1516.56494140625, 1516.92687988281, 1519.87341308594, 1520.0537109375, 1521.66442871094, 1520.86572265625, 1521.94104003906, 1523.4609375, 1524.17944335938, 1525.20849609375, 1525.287109375, 1526.333984375, 1527.27124023438, 1527.84436035156, 1528.49768066406, 1529.90710449219, 1530.458984375, 1531.06359863281, 1532.09484863281, 1532.75122070313, 1533.98046875, 1535.10095214844, 1534.88403320313, 1536.13647460938, 1536.59057617188, 1537.59143066406, 1538.58093261719, 1539.00854492188, 1539.59655761719, 1540.30310058594, 1541.13244628906, 1542.16357421875, 1543.30151367188, 1543.62902832031, 1544.75891113281, 1545.537109375, 1546.10815429688, 1546.95056152344, 1547.99475097656, 1546.91674804688, 1548.27172851563, 1549.31262207031, 1550.33532714844, 1551.45654296875, 1551.42102050781, 1552.45825195313, 1552.80310058594, 1555.19641113281, 1554.4296875, 1554.19079589844, 1555.49267578125, 1556.64282226563, 1557.00964355469, 1557.08630371094, 1558.2109375, 1559.37023925781, 1559.42712402344, 1560.3671875, 1561.17614746094, 1561.68518066406, 1562.06164550781, 1563.4560546875, 1563.67602539063, 1563.5625, 1564.87707519531, 1565.04113769531, 1565.88391113281, 1566.51293945313, 1566.998046875, 1568.16259765625, 1570.31225585938, 1569.30224609375, 1570.23315429688, 1570.4609375, 1571.59387207031, 1571.72937011719, 1572.22314453125, 1573.90356445313, 1573.65466308594, 1573.83837890625, 1573.93994140625, 1574.97729492188, 1575.60803222656, 1576.4794921875, 1576.84802246094, 1576.99096679688, 1578.62329101563, 1578.85693359375, 1579.0859375, 1579.56091308594, 1580.517578125, 1580.91369628906, 1581.5224609375, 1581.67309570313, 1582.61511230469, 1582.87890625, 1583.55651855469, 1584.29260253906, 1584.85241699219, 1585.2041015625, 1585.4716796875, 1585.95532226563, 1587.14575195313, 1587.46545410156, 1587.64904785156, 1588.1357421875, 1588.63305664063, 1589.49255371094, 1589.96130371094, 1590.71032714844, 1590.46044921875, 1591.22290039063, 1592.18896484375, 1592.34069824219, 1592.92065429688, 1592.82397460938, 1593.72204589844, 1594.47790527344, 1595.00939941406, 1595.16528320313, 1594.97180175781, 1595.80322265625, 1595.69506835938, 1596.85192871094, 1597.27026367188, 1597.71887207031, 1597.89440917969, 1599.54052734375, 1599.68872070313, 1600.27319335938, 1599.93591308594, 1600.50268554688, 1600.35388183594, 1601.23010253906, 1601.685546875, 1602.7861328125, 1602.23986816406, 1602.74926757813, 1603.18994140625, 1603.63098144531, 1603.82299804688, 1604.86791992188, 1605.04736328125, 1605.29455566406, 1605.77038574219, 1606.12353515625, 1606.41064453125, 1606.35009765625, 1606.99658203125, 1607.27416992188, 1607.89074707031, 1608.5322265625, 1609.08654785156, 1609.38781738281, 1608.75268554688, 1609.85473632813, 1610.07299804688, 1610.77038574219, 1610.7265625, 1611.39904785156, 1611.49743652344, 1611.74096679688, 1612.13586425781, 1613.11120605469, 1612.89660644531, 1613.49938964844, 1614.31518554688, 1614.77868652344, 1614.11669921875, 1615.1962890625, 1614.49304199219, 1615.3515625, 1616.37292480469, 1615.96997070313, 1616.0556640625, 1616.38134765625, 1616.99694824219, 1617.05590820313, 1616.83251953125, 1617.38928222656, 1617.65954589844, 1617.07629394531, 1617.15673828125, -4.71127128601074], "strain": [0.00018967795873401638, 0.00026259859729258763, 0.00030112028176596797, 0.00034257492294351995, 0.000420458646804824, 0.000483613176730492, 0.000535370264661532, 0.000591835843043432, 0.0006629543269453881, 0.000721725947333532, 0.00078197280450774, 0.000851340401969416, 0.000903408973645916, 0.000971379150688216, 0.001039796653604632, 0.0010973056770679879, 0.001160680723079048, 0.001229630244016212, 0.0012925156908394158, 0.0013550233699432877, 0.0014236720300331122, 0.0014824777746624638, 0.001516126604802472, 0.0016235520444396277, 0.001565414232719256, 0.0016996844634930917, 0.0017277505968748923, 0.001810551576600908, 0.0018716777696325757, 0.0019437596630822239, 0.002001686326512632, 0.002067479173238888, 0.002140935640601008, 0.002204539879276916, 0.0022783876476395277, 0.0023385998348757, 0.0024050376224848758, 0.00247037688601346, 0.002541579989302468, 0.002605328874015748, 0.0026712441023490716, 0.002738348513194856, 0.0028050998945772037, 0.002878162732632396, 0.002945673723989664, 0.0030088901541247357, 0.003076395615754216, 0.0031482701444118595, 0.003209504894731132, 0.0032807097442499674, 0.003349278950882644, 0.003421000975468692, 0.0034850363873928157, 0.00355503721144566, 0.0036248884418099516, 0.0036978200215897834, 0.003763567611859676, 0.00383026777050042, 0.003908792233379124, 0.003976691760872988, 0.00404146873839716, 0.004111218396393159, 0.00417959697293632, 0.00424505148763352, 0.004319285172788, 0.0043876014671339995, 0.00445686974777424, 0.00453060197392996, 0.0045980378774046395, 0.00466423192043372, 0.004737373920907759, 0.00480619749501864, 0.00487993263155736, 0.004943362683808, 0.00501901750900368, 0.0050887948156386, 0.00515329588885004, 0.00521559962286196, 0.005290194486552399, 0.005358705485524159, 0.005426153030531041, 0.005501543592946159, 0.00556948182853456, 0.00563921286007904, 0.0057064753047242, 0.0057765846860646395, 0.005838602620461521, 0.00591706654737288, 0.0059823895127564, 0.00605613454459752, 0.00612695522355432, 0.00619468100118036, 0.0062617059585690004, 0.0063354061705112, 0.0063989246984064, 0.0064652110005780404, 0.0065371894299104, 0.00660588669339712, 0.006678370947302799, 0.006744883677275399, 0.0068160006332262804, 0.00688614610331648, 0.0069554324283315995, 0.00702238113368444, 0.0070911936483397595, 0.007164120280468401, 0.007227336710603481, 0.007302203404070359, 0.00736709097615028, 0.00743633422749632, 0.0075080152156814395, 0.00757706405344004, 0.007637127374583439, 0.00770715410104536, 0.0077844241888314, 0.00785118604759268, 0.00792524132626648, 0.007988748794706119, 0.00806343795480724, 0.00813314279290432, 0.00820385636976504, 0.00826524740765388, 0.0083426659249752, 0.00840172982058072, 0.0084717268611356, 0.008542690730938239, 0.00861172618093484, 0.00868014230141932, 0.00875106833624236, 0.00881171431607152, 0.008882119392329399, 0.008953589668782, 0.00902238646736884, 0.00908719080249364, 0.00916716929274196, 0.00922840025956328, 0.00930105680814528, 0.009375574837723319, 0.009432967009307399, 0.00950765151279564, 0.009572524532960279, 0.00964500063779348, 0.00971324795606132, 0.009787620466487039, 0.009852499307417798, 0.00991658827038996, 0.00998912316496068, 0.01004905959340328, 0.010122741178893998, 0.010188167753913919, 0.010257702625641161, 0.010318098894604959, 0.010386870081821039, 0.010462644814798161, 0.01052520291628832, 0.010592546851658759, 0.0106597638943284, 0.010739060190790838, 0.01079757868061356, 0.010874174141609601, 0.010926843925663761, 0.011009155378961518, 0.011072066218876759, 0.011150254241475399, 0.011216000958630401, 0.01127738210121684, 0.011350171945342359, 0.01142211894253784, 0.011489583949843, 0.0115584925071388, 0.0116291228470444, 0.011691342179948041, 0.011772941171476198, 0.011822627230831918, 0.01190918085845704, 0.0119653687135368, 0.012044509013467961, 0.01210247103805236, 0.01218091168189936, 0.012235815475979399, 0.0123230524615436, 0.01237729501659564, 0.01244523965502672, 0.0125162425239622, 0.012584565512189201, 0.012653844270208402, 0.012728062530332759, 0.01279313403862112, 0.012858724759244839, 0.01292944706725472, 0.012997558179596, 0.013070470259809439, 0.01314384567300372, 0.01320905222306544, 0.01327966277236636, 0.0133478996132552, 0.013415129461610241, 0.01348897635685796, 0.01355806070128972, 0.013627170657092279, 0.01369799308227892, 0.01376463736156516, 0.01383488935167484, 0.01390512970025236, 0.013977556328573759, 0.01404072561050348, 0.01411576459864668, 0.01417517832229428, 0.014253941436582759, 0.01432366140867168, 0.014386138019436522, 0.0144645833198964, 0.01453097847039396, 0.014602668189728201, 0.01466874552639716, 0.01474359126510612, 0.014817008587816281, 0.0148848158561676, 0.01495463361712688, 0.01502018708484764, 0.0150913378012418, 0.01516699728305036, 0.015234931444102479, 0.01530081902379684, 0.01538252278911464, 0.015442737450176401, 0.01551331889564688, 0.015586834007227358, 0.015660299060219478, 0.01573257784108216, 0.0158070848112046, 0.015871046881476, 0.01594150609085852, 0.01601992927240724, 0.01608433255674832, 0.01615271608094268, 0.01623799728910024, 0.01629884292120628, 0.01637042670259768, 0.01644423401663596, 0.0165108631619304, 0.01658266696828, 0.01665477694692604, 0.0167285761118918, 0.016803616264188238, 0.0168744084213912, 0.01694553934718068, 0.01703084034594292, 0.017079916389012278, 0.01716689027594916, 0.01724693628708416, 0.01730948391119532, 0.0173791736153006, 0.01746573189953856, 0.01753430285240108, 0.01760381211275752, 0.01768776967870588, 0.017755409308993757, 0.01782449481757872, 0.017903557119244278, 0.0179788592060148, 0.01804748953069144, 0.01811942488635476, 0.01819617750803524, 0.01827183349738412, 0.018341154164919198, 0.01842316061007376, 0.01849138697358364, 0.018565928868302637, 0.01864921355369084, 0.01872030955488376, 0.01878924372355036, 0.01886744105937476, 0.01894379786896104, 0.0190078495790302, 0.019091656969213437, 0.019166759985783637, 0.0192476965741306, 0.019311766910651278, 0.0193937349387496, 0.01947298117662364, 0.019548745432221837, 0.019616971795731717, 0.01970427280972296, 0.019780590038099836, 0.019855319361486958, 0.0199268565767496, 0.0199995486320048, 0.0200875353322416, 0.020169191367277437, 0.02023550386289648, 0.02031445906246596, 0.020391321114548958, 0.020475563898035835, 0.02055214888165288, 0.02062071750620896, 0.02071438527415092, 0.020788448701897198, 0.02086023038933568, 0.0209435604766994, 0.021021956882724117, 0.0210994988002866, 0.02117438179189856, 0.02125836147675804, 0.02133938188413672, 0.02142661886970096, 0.0214983213947206, 0.0215778959238022, 0.021668765067407437, 0.021746863450208237, 0.021828889685967516, 0.02191042697737508, 0.02198695840994412, 0.022069692450860077, 0.022150859541544242, 0.0222281243906408, 0.022311880558082402, 0.022398686806955878, 0.022477560515800042, 0.022555009301105076, 0.022636821332672162, 0.0227185774848848, 0.02280878771776848, 0.022884466990181762, 0.02297122667292648, 0.023052971183606916, 0.023142059172788196, 0.023218716333904797, 0.0233059393496304, 0.02338721121410424, 0.02346585674891764, 0.02354159190068536, 0.023640123500773238, 0.023732159125903197, 0.023820173765817236, 0.02388934309343392, 0.0239709642038732, 0.02405451780865484, 0.0241458805532246, 0.02423395805741244, 0.024317071612277558, 0.02439628991047436, 0.024483131083944357, 0.0245793902569502, 0.02466282977471644, 0.0247482530095666, 0.024832398004183118, 0.024917802612581797, 0.02500841098586612, 0.025096029813685958, 0.025179110772260958, 0.025262613154301, 0.02535827860916548, 0.02544196725572044, 0.0255292251960426, 0.025619505278119396, 0.025704779501357602, 0.025792654442885442, 0.025888776245811516, 0.02596877219835812, 0.026062109346786082, 0.026155108890780758, 0.026233633353659438, 0.02633010207424456, 0.02641865455294544, 0.0265001406216114, 0.0265934032642334, 0.026687874297895958, 0.026773288219520398, 0.02686920978809292, 0.026960144124278357, 0.027046487040170958, 0.027144383012601678, 0.027225822515138918, 0.02732407006184156, 0.02741732571954424, 0.02750487935478384, 0.027590544733503402, 0.027685148480632842, 0.02778325632894928, 0.02786752472380692, 0.027961856059083277, 0.02805634339089088, 0.028148588563600117, 0.0282365938902884, 0.02832959343428308, 0.02842254408384256, 0.0285190337591856, 0.02861680167476232, 0.02870789666409188, 0.02879858652810148, 0.02888990270654256, 0.028983272451260637, 0.029074618897685357, 0.029172708119550278, 0.029268184981593438, 0.029367154303291357, 0.029459967582771116, 0.02955021041194492, 0.029643626722791718, 0.02973374848003084, 0.02983130917633468, 0.029929850089648317, 0.030028020802238518, 0.03012618685821588, 0.03022169398824268, 0.0303156644360214, 0.030414407911994998, 0.030498930092254198, 0.03060069570998244, 0.0307020864703744, 0.03079122801060372, 0.030885196130076, 0.030989783655205317, 0.031085751789906562, 0.03118321469734008, 0.03127935512671764, 0.03137635237286383, 0.03147065111185008, 0.03156747606331996, 0.0316588807174056, 0.03175925633619124, 0.031864977746555154, 0.03196209839294248, 0.03206008749763064, 0.03216393927792604, 0.0322602333755284, 0.03236201296309524, 0.03245734779844576, 0.032551851428398434, 0.03265660659159116, 0.03274535464803272, 0.032844300686666314, 0.03294742370704704, 0.03304582725028092, 0.03314477561722092, 0.033243689059564395, 0.03333009018311792, 0.03343468934977944, 0.03353798466483648, 0.03364032770256096, 0.03374029121110732, 0.033844098753580396, 0.03393645102838568, 0.03404662881726916, 0.03414856672967368, 0.03424466524953536, 0.034344370316067276, 0.034447055614837956, 0.0345464533449202, 0.03464923177594836, 0.03475175874988132, 0.03484849522570664, 0.03495248204777532, 0.03505590076307348, 0.035158958590874, 0.03526156472722584, 0.03536395433107908, 0.035460858444967804, 0.0355703586966782, 0.035667565490403716, 0.035770783971348356, 0.0358706520193308, 0.0359789275818556, 0.03607533576647336, 0.03617787671024496, 0.03628351197327072, 0.03638463265011604, 0.03649681045422844, 0.03659650387922816, 0.03669492372060708, 0.0368029129014402, 0.03689711152324968, 0.03700817174027256, 0.03711871507326656, 0.0372075190090626, 0.037313901658454475, 0.03741890595043592, 0.03752207320863896, 0.03762450006539516, 0.03773646599362188, 0.03783582181418828, 0.037942253358015356, 0.03805349983955316, 0.03815632483671004, 0.03825723596597604, 0.03836483864794068, 0.0384661129930108, 0.03856967606330804, 0.03867784918034964, 0.03878255777741368, 0.03888948059389884, 0.0389934092083066, 0.03909450194547468, 0.0392106727951258, 0.039307022772082645, 0.039415368183800516, 0.039519960365542714, 0.03962329060519628, 0.03972901900047952, 0.039839380725571444, 0.039945034615048725, 0.0400496593930812, 0.040159131705114, 0.0402624991976708, 0.040367477878281606, 0.040481383285769605, 0.04058418732816879, 0.0406921974637596, 0.0407956022092192, 0.04090866476977759, 0.041009997322508804, 0.041120698980340396, 0.0412281642922252, 0.0413353641771764, 0.041439406878599594, 0.0415540154346316, 0.041654011539468, 0.04176434066827, 0.0418752844699712, 0.0419817718931524, 0.042090648158737996, 0.042200786366412, 0.0423082516782968, 0.04241509300405679, 0.04252095644111319, 0.0426358676769824, 0.0427333073013512, 0.042849536358663204, 0.0429575325244156, 0.043063917502114, 0.043171336247870395, 0.0432839098640768, 0.043389968878874, 0.0435026076876608, 0.04361504160548159, 0.043715382299670404, 0.0438209151172132, 0.04393675767565681, 0.044048413939127194, 0.0441579421305148, 0.04427372415299119, 0.044380742430040004, 0.044484943456301204, 0.044603309898921605, 0.0447084375911444, 0.044819255664298, 0.04493402720178081, 0.0450355087661236, 0.0451525760137528, 0.0452693731778352, 0.045369094542512395, 0.0454811000519484, 0.045595759830722005, 0.0457056000151724, 0.0458221876316756, 0.0459266820245476, 0.046043865687498395, 0.0461549352177472, 0.0462644261562316, 0.0463743874126164, 0.0464895407923548, 0.046602608009526, 0.04670494173402479, 0.0468227866360036, 0.04692699231887759, 0.04704311427409359, 0.0471524049782244, 0.047271055474230404, 0.0473836104639856, 0.0474965100430936, 0.04761107668961, 0.0477210612290592, 0.0478331831538172, 0.0479442713105172, 0.04805725936526959, 0.048176124065467604, 0.048280972360917995, 0.04839748081500239, 0.048507740094610806, 0.04862167809838959, 0.048736915297159594, 0.048852608843991195, 0.0489610008218376, 0.049074789814004406, 0.049186846546182, 0.049303834631392394, 0.049413106709071994, 0.049533484808453994, 0.0496407824822752, 0.0497661804103344, 0.049877259253808794, 0.049992133236774795, 0.0501124694266408, 0.0502180814066024, 0.05034002412790959, 0.0504539667883008, 0.050564025833555994, 0.0506851909005136, 0.05080745492810881, 0.05091405876661239, 0.051029347188124, 0.051149683377989995, 0.051264734312245194, 0.051376874863454804, 0.0515079119497032, 0.0516137753867596, 0.0517354852774232, 0.051852049610862, 0.051963030665465995, 0.052090160853514, 0.0522064737298576, 0.0523171195083348, 0.052440882965275604, 0.052554103850671594, 0.0526742444627968, 0.0527943990447612, 0.05291019969368879, 0.053025679036328, 0.0531449069523304, 0.05326760404492319, 0.05338502519513079, 0.05350734510208081, 0.0536203471266716, 0.053746816075691595, 0.0538734107532592, 0.0539864593439788, 0.0541067769073932, 0.054231234199652, 0.0543493864380808, 0.0544742767953364, 0.05459362112666079, 0.0547134963118524, 0.0548346474089712, 0.0549588439309088, 0.0550814618610828, 0.05521024980331359, 0.0553324626081676, 0.055463327399739595, 0.055588119968125196, 0.055714104629406395, 0.055843083492764796, 0.055975736423680006, 0.056115793369063596, 0.0562776712023704, 0.0752344209023804], "stress_pa": [149551.41814425582, 258946.6748759155, 443546.00831866206, 572708.435356616, 702734.4778180126, 842601.8990576267, 962117.0349419115, 1093436.4050626757, 1248523.1272876267, 1375375.9674727903, 1500804.8154413693, 1645157.6724648483, 1776930.6898117063, 1907737.7393841743, 2043496.0722923288, 2162792.5336360936, 2295556.1056733127, 2426070.3474283223, 2558154.426515112, 2696599.625051025, 2828397.974371899, 2931512.5197172114, 2955872.9380369135, 3018000.721931469, 3145660.459995263, 3278454.020619384, 3382675.3497123774, 3506510.7047557854, 3640279.9189090813, 3761564.5676851314, 3904388.844966894, 4030392.318964013, 4150037.4674797114, 4275689.646601683, 4411897.063255322, 4544643.312692651, 4664622.247219091, 4831435.903906811, 4933167.994022362, 5043489.4859790765, 5176376.178860668, 5308867.245912548, 5423641.94989204, 5556641.891598705, 5690892.413258544, 5793821.811676024, 5929819.8670148915, 6061735.00418662, 6167747.82538413, 6314095.8547592275, 6426044.553518284, 6552213.430404662, 6676278.263330468, 6814255.565404881, 6918996.572494506, 7053064.554929735, 7178289.443254467, 7296164.3338203365, 7429760.694503783, 7556262.612342846, 7672225.683927537, 7798300.683498386, 7929058.372974388, 8053242.415189744, 8162831.515073777, 8297753.334045408, 8421680.331230175, 8545956.015586864, 8661253.005266186, 8788939.56542014, 8906994.760036472, 9020918.60771179, 9149103.61170769, 9264064.580202099, 9390507.638454441, 9507960.081100462, 9628528.356552122, 9723121.672868725, 9890955.686569212, 10000218.451023094, 10099831.223487865, 10235783.457756054, 10352688.282728195, 10477547.347545628, 10593205.69038391, 10714243.352413181, 10828918.218612669, 10963486.88006401, 11064185.947179783, 11178279.668092722, 11296013.742685325, 11395560.950040817, 11527451.127767552, 11637511.849403393, 11745441.704988474, 11869938.67158889, 11977085.47115327, 12103050.94718933, 12223516.404628757, 12344804.406166086, 12451524.287462229, 12571428.716182712, 12684012.949466698, 12789551.913738254, 12906494.736671457, 13041996.95587158, 13132825.49381257, 13254658.877849583, 13382723.927497873, 13479973.375797264, 13609667.122364037, 13710859.417915354, 13816621.899604807, 13949750.363826755, 14056965.708732614, 14151890.575885765, 14283613.860607151, 14381949.60355759, 14489187.300205223, 14625531.435012816, 14706332.981586449, 14832307.398319237, 14940357.208251951, 15055580.437183373, 15152247.250080101, 15264977.514743796, 15378051.996231075, 15498562.157154074, 15615028.142929073, 15754379.332065573, 15821275.11501313, 15920701.62296296, 16036731.004714962, 16149078.309535982, 16232393.682003023, 16371566.057205196, 16478726.267814644, 16582432.389259346, 16684347.391128536, 16806444.525718696, 16902804.37469482, 17003990.70978164, 17102019.488811497, 17223867.774009712, 17309474.945068356, 17431174.218654636, 17524874.210357662, 17635652.422904976, 17745728.790760033, 17834740.877151486, 17941507.697105415, 18066470.324993137, 18160526.454448704, 18264098.46544265, 18369565.904140476, 18461522.459983833, 18573516.607284542, 18672795.59373855, 18765908.479690548, 18876563.01259995, 18980996.31071091, 19074815.511703487, 19178976.1185646, 19300238.788127903, 19383323.19259643, 19504679.739475243, 19600798.189640038, 19706763.327121727, 19790367.78211594, 19895577.430725094, 19990399.479866035, 20087300.2409935, 20201644.301414497, 20284235.477447506, 20389682.05451965, 20475105.941295624, 20590163.767337788, 20681673.288345333, 20800705.2540779, 20880256.593227386, 20985282.957553852, 21080300.21190644, 21163943.409919746, 21275407.075881954, 21355229.616165157, 21460235.118865963, 21555277.705192573, 21657693.386077877, 21754702.925682075, 21849864.721298214, 21938346.326351166, 22033596.038818356, 22149595.618247993, 22233648.59819411, 22319293.022155758, 22418023.645877827, 22511176.764965057, 22607259.452342987, 22700311.243534077, 22789086.401462544, 22884760.797023773, 22954674.065113056, 23062151.67045593, 23145404.458045967, 23242387.175560005, 23332674.80134963, 23434725.403785713, 23517157.13739394, 23595690.727233883, 23702463.50765229, 23788370.192050923, 23877042.53196716, 23983956.87341689, 24051666.25976562, 24147441.98322297, 24242983.758449554, 24320855.73673249, 24408942.46101379, 24512600.898742672, 24605321.88415527, 24686655.40218359, 24778072.535991695, 24843743.443489008, 24927693.605423093, 25026053.190231442, 25108444.690704342, 25178411.60297387, 25278201.69925683, 25370940.566062983, 25461035.96687329, 25540506.839752194, 25601020.455360346, 25696092.844009515, 25782769.918441888, 25847300.887107905, 25947558.87985229, 26032617.68817895, 26103055.47714233, 26178368.926048335, 26271077.990531977, 26352757.215499993, 26445788.145065423, 26513910.293579098, 26595702.767372064, 26689532.399177484, 26772776.246070795, 26823455.095291253, 26923245.191574212, 27003645.896911617, 27075579.762458734, 27149850.130081292, 27223888.03958886, 27311721.444129877, 27394360.3038789, 27472937.107086178, 27555853.128433343, 27634406.08978271, 27701857.68604272, 27773636.579513665, 27865123.748779293, 27922838.926315423, 28016763.925552484, 28087985.51559448, 28139314.055442866, 28235423.564910885, 28306958.07933813, 28358465.433120843, 28450071.81167602, 28512653.708458003, 28577876.091003414, 28657877.445220944, 28727418.18428051, 28802359.10415649, 28866043.686866693, 28931286.931037836, 29005217.552185055, 29074090.719223138, 29154640.4361726, 29233187.43705761, 29287770.390510492, 29368209.838867184, 29423236.846923824, 29501047.730445795, 29563221.335411128, 29640302.062034663, 29718866.944312982, 29776400.32768261, 29845085.74008935, 29898980.259895258, 29988196.492195062, 30047661.066055413, 30114734.172821037, 30159819.126129143, 30235752.463340815, 30316871.404647943, 30362424.254417475, 30428740.382194575, 30482727.289199945, 30538642.406463616, 30613613.128662102, 30683103.20377343, 30729809.403419428, 30790641.90387719, 30863386.3925935, 30903631.448745843, 30977910.757064935, 31040522.456169184, 31106022.000312738, 31171807.64675146, 31220832.467079096, 31284964.084625237, 31339555.97877514, 31392857.432365473, 31465026.736259516, 31526625.15640258, 31580546.498298578, 31644386.053085443, 31690803.170204096, 31749451.1604309, 31817355.751991205, 31876057.38639843, 31922733.783721916, 31972426.176071282, 32023945.45078271, 32074487.20932006, 32141959.667205803, 32195234.298706047, 32251197.099685784, 32302445.173263665, 32357442.378997795, 32410165.66753393, 32457360.625267085, 32493823.76670849, 32551226.01985937, 32599791.884422358, 32649052.143096916, 32695695.75786596, 32752636.07501977, 32815441.48921972, 32858511.80553442, 32900157.57083886, 32948988.676071282, 33005514.74094384, 33052667.975425776, 33108288.04969799, 33149266.24298095, 33203029.632568352, 33240047.09720605, 33300855.755805902, 33349511.027336176, 33387652.039527826, 33456823.22978979, 33500036.597251948, 33515974.879264887, 33593189.716339104, 33613079.78630078, 33656427.264213614, 33706679.94022363, 33751660.58540356, 33781400.32291406, 33824992.1798706, 33874300.12226098, 33915942.90733349, 33959764.24217236, 34008517.861366205, 34047207.23629003, 34073626.99508666, 34127101.302146964, 34168577.19421386, 34207835.79349511, 34240856.76670068, 34280738.23452001, 34327632.18879712, 34354102.61154174, 34387949.10907739, 34440344.57206738, 34470975.39901733, 34517258.405685544, 34558951.8547058, 34598046.54121411, 34642586.11202245, 34673416.61453246, 34708777.070045404, 34741461.27700805, 34771421.55170434, 34854573.011398435, 34861898.4222412, 34895652.532577634, 34911283.85066991, 34967678.785324216, 34997493.02864087, 35038104.65335839, 35072731.971740715, 35116302.967071526, 35146245.3603745, 35184371.47140502, 35210388.89884961, 35235062.24155419, 35281831.02607739, 35314232.11097729, 35347101.092338614, 35388180.61351781, 35413494.7061538, 35447329.28276074, 35469448.56643676, 35497897.86338818, 35546934.60464477, 35577440.26184081, 35597571.73061376, 35630646.347999506, 35660287.73784643, 35691353.67870336, 35733014.34516918, 35741263.62800609, 35764527.32086181, 35811048.74610912, 35845381.021499746, 35874640.941619866, 35900965.33298486, 35935592.65136718, 35941967.36812597, 35978808.99906152, 36008065.9389497, 36051517.72499096, 36077257.99083715, 36100831.6278457, 36123806.23817455, 36156961.3218308, 36172488.33179467, 36196142.435073964, 36240467.429161124, 36267948.15063476, 36276364.32647704, 36313793.06316381, 36338615.41748046, 36364790.79723363, 36391735.07690429, 36413586.13967895, 36446076.63154613, 36481168.866157465, 36487671.73290258, 36521956.32457738, 36543580.889701895, 36560881.13784789, 36598914.86167919, 36627706.88533788, 36654719.71035009, 36695858.83617406, 36710476.87530517, 36731514.3346787, 36753413.08116918, 36774230.003356926, 36790674.924850576, 36824133.99219506, 36849507.689476065, 36859005.68962108, 36904203.89175414, 36923119.42577367, 36928886.17515575, 36957871.913909905, 36970299.48234569, 36998471.61769872, 37025511.26480102, 37034347.65338891, 37106284.49916845, 37110686.30218505, 37150010.466575675, 37130510.807037346, 37156763.67282861, 37193870.54443359, 37211412.1913911, 37236535.54916381, 37238454.81872558, 37264013.290405266, 37286895.51353466, 37300887.7038955, 37316837.9068374, 37351247.66826635, 37364721.298217766, 37379482.38849633, 37404659.39044946, 37420684.0991975, 37450695.03784179, 37478050.589561515, 37472754.71687328, 37503331.899643056, 37514418.36357128, 37538853.28769677, 37563011.05022436, 37573450.803756826, 37587806.58245092, 37605056.16664892, 37625303.864479, 37650477.88619994, 37678259.61112987, 37686255.57422631, 37713840.60382836, 37732839.58435058, 37746781.11076366, 37767347.69344335, 37792840.600013666, 37766522.16911327, 37799602.74696361, 37825015.18726342, 37849983.57295995, 37877357.00607299, 37876489.75849145, 37901812.79182445, 37910231.94789892, 37968662.38117211, 37949943.54248046, 37944111.22798925, 37975895.40481567, 38003975.15296947, 38012930.750846915, 38014802.33669286, 38042259.21630859, 38070562.48188012, 38071951.27010351, 38094902.03857421, 38114652.0376206, 38127079.60605615, 38136270.64228051, 38170313.835144036, 38175684.21363842, 38172912.59765624, 38205006.71863549, 38209012.1507644, 38229587.67414086, 38244944.81086742, 38256788.25378417, 38285219.66934203, 38337701.559066884, 38313043.117523186, 38335770.36857616, 38341331.48193359, 38368991.01734155, 38372299.0751267, 38384354.11453246, 38425379.991531484, 38419303.29799657, 38423788.54751586, 38426268.10073852, 38451594.1143037, 38466992.974281244, 38488268.85223388, 38497266.173362784, 38500756.02531444, 38540607.69081127, 38546311.855316155, 38551902.77099609, 38563498.8546372, 38586854.934692375, 38596525.78830712, 38611388.206481926, 38615065.81306469, 38638064.26525121, 38644504.54711913, 38661047.8162766, 38679018.61667626, 38692685.96172338, 38701272.010803215, 38707804.6798706, 38719612.36000072, 38748675.5847932, 38756480.81302636, 38760963.08231347, 38772845.268249504, 38784986.73439037, 38805970.54958349, 38817414.64138036, 38835701.34639745, 38829600.81100463, 38848215.341568105, 38871800.89950561, 38875505.32817846, 38889664.41154491, 38887304.067611806, 38909229.636192374, 38927683.234214835, 38940659.16538232, 38944464.921951406, 38939741.25385278, 38960039.615631096, 38957399.129867665, 38985642.790794425, 38995856.04667675, 39006808.40015405, 39011093.97411352, 39051282.405853264, 39054900.40779125, 39069169.75975048, 39060935.3780747, 39074772.596359365, 39071139.693260245, 39092531.80027001, 39103651.04675292, 39130520.82061767, 39117184.281349115, 39129620.79048168, 39140379.42886352, 39151147.00794213, 39155834.913253896, 39181345.70121776, 39185726.642608635, 39191761.612892084, 39203378.55815893, 39212000.37002563, 39219009.87625121, 39217531.68106078, 39233314.99099731, 39240092.03910839, 39255145.192146234, 39270806.31256103, 39284339.54715722, 39291694.760322504, 39276188.611984365, 39303094.148635976, 39308422.803878896, 39325448.87065893, 39324378.96728515, 39340797.06668847, 39343199.13387304, 39349144.69718944, 39358785.74848168, 39382597.80406957, 39377358.555793695, 39392074.94258886, 39411991.834640615, 39423307.77645116, 39407145.977020256, 39433503.150939934, 39416334.03301244, 39437294.00634765, 39462229.60948949, 39452391.862869374, 39454483.98590087, 39462435.24551391, 39477464.55669408, 39478904.00886547, 39473450.1838684, 39487043.02310937, 39493641.257286124, 39479401.707649164, 39481365.68069457, -115021.27163112158]}, "notes": "Raw persistent.h5/DAQ h5 unavailable for this specimen; curve and metrics extracted from the TestWorks xlsx export only. Strain/stress arrays are derived from the raw extension/load trace using a user-supplied extensometer gauge length of 25mm (not present in the export itself) via strain = extension/gauge_length, stress = load/area. Yield metrics are null.", "source_paths": {"persistent_h5": null, "daq_h5": null, "xlsx": "source/2026_07_23/tensile/tensile_nylon12white_fl.xlsx", "xlsx_sheet": "Sheet5"}}
data/D790/M1.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/M2.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/M3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/M4.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/M5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/N1.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/N2.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/N3.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/N4.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/N5.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/NYLON12_WHITE_FL_Sheet1.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/D790/NYLON12_WHITE_FL_Sheet2.jsonl ADDED
The diff for this file is too large to render. See raw diff