Tue 27 Jan 11:47:53 CET 2026

This commit is contained in:
sbosse 2026-01-27 11:50:30 +01:00
parent a20808d74e
commit 37ffc5e7a6

View File

@ -262,7 +262,21 @@ class EngineController():
pointCycle=self.simPack.Simulation.PointCycle,
inspection=self.simPack.Inspection.Name,
fieldShape=str(self.SimNDT_FD.Vx.shape),
materials=mats
materials=mats,
scenario=dict(\
height=self.simPack.Scenario.Height,\
width=self.simPack.Scenario.Width,\
label=self.simPack.Scenario.Label,\
m=self.simPack.Scenario.M,\
n=self.simPack.Scenario.N,\
pixel_mm=self.simPack.Scenario.Pixel_mm,\
objects=self.simPack.Scenario.Objects\
),
sensors=dict(\
sensorShape=self.SimNDT_SnapShots.sensorShape,\
sensorPlacement=self.SimNDT_SnapShots.sensorPlacement,\
sensorSize=self.SimNDT_SnapShots.sensorSize\
)
)
self.SimNDT_SnapShots.save_summary(data)