(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
Fibre Phantom Generation Using FibreSimulator:An Open-Source Python Tool
What is it about?
We present FibreSimulator, an open-source Python tool for creating 3D models of fibre-reinforced polymers. It allows control over materials, fibre orientation, and shape, and simulates tomographic scans to study how scan settings affect reconstruction and segmentation.
Why is it important?
Real tomography data are expensive and lack ground truth. FibreSimulator provides realistic, controllable data, enabling better training, testing, and optimization of reconstruction methods and scan settings.