Tue 27 Jan 11:47:53 CET 2026
This commit is contained in:
parent
a20808d74e
commit
37ffc5e7a6
|
|
@ -262,7 +262,21 @@ class EngineController():
|
||||||
pointCycle=self.simPack.Simulation.PointCycle,
|
pointCycle=self.simPack.Simulation.PointCycle,
|
||||||
inspection=self.simPack.Inspection.Name,
|
inspection=self.simPack.Inspection.Name,
|
||||||
fieldShape=str(self.SimNDT_FD.Vx.shape),
|
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)
|
self.SimNDT_SnapShots.save_summary(data)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user