jfjoch_broker: Set Unit Cell vectors

This commit is contained in:
2025-12-01 14:49:37 +01:00
parent f2a8bdbe40
commit eebcece576
10 changed files with 84 additions and 55 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ import type { unit_cell } from './unit_cell';
*/
export type scan_result = {
file_prefix?: string;
unit_cell?: unit_cell;
crystal_lattice?: crystal_lattice;
rotation_unit_cell?: unit_cell;
rotation_crystal_lattice?: crystal_lattice;
images: Array<{
efficiency: number;
/**