Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ def create_measurement_groups(
"value": header.get(float, "Upper"),
"unit": "nm",
},
"number of sampled points": header.get(int, "Length"),
**header.get_unread(),
},
),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"operating maximum": {
"value": 480.0,
"unit": "nm"
}
},
"number of sampled points": 156
}
}
]
Expand Down Expand Up @@ -74,7 +75,7 @@
"UNC path": "tests/parsers/thermo_fisher_genesys30/testdata/thermo_fisher_genesys30_example_01.tsv",
"software name": "Genesys 30 instrument software",
"ASM converter name": "allotropy_thermo_fisher_scientific_genesys30",
"ASM converter version": "0.1.76"
"ASM converter version": "0.1.106"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"operating maximum": {
"value": 480.0,
"unit": "nm"
}
},
"number of sampled points": 156
}
}
]
Expand Down Expand Up @@ -74,7 +75,7 @@
"UNC path": "tests/parsers/thermo_fisher_genesys30/testdata/thermo_fisher_genesys30_example_02.csv",
"software name": "Genesys 30 instrument software",
"ASM converter name": "allotropy_thermo_fisher_scientific_genesys30",
"ASM converter version": "0.1.76"
"ASM converter version": "0.1.106"
}
}
}
Loading