X-Rays!

Info about new community or project announcements, implemented features, classes, modules or APIs. Might get technical!
PLEASE DO NOT POST HELP REQUESTS OR OTHER DISCUSSIONS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Sanguinario_Joe
Posts: 60
Joined: Wed Jan 01, 2014 1:17 pm

X-Rays!

Post by Sanguinario_Joe »

I just announced in twitter that I am implementing a X-Rays simulator.

https://twitter.com/jlcercos/status/1462403371537739777

Image

Under the hood, it is "hacking" LuxCoreRender. It is not ready for production yet, but hopefully I am bringing more news soon
User avatar
M4x
Veteran
Posts: 1474
Joined: Sat Mar 11, 2017 9:23 am
Location: Germany

Re: X-Rays!

Post by M4x »

Nice! I'm looking forward to it. Is there something special behind it (motivation)?
Sanguinario_Joe
Posts: 60
Joined: Wed Jan 01, 2014 1:17 pm

Re: X-Rays!

Post by Sanguinario_Joe »

I am interested in the analysis and correction of metal artifacts in CTs. But many other applications can be considered, like airports scanners simulations (for security purposes)
Sanguinario_Joe
Posts: 60
Joined: Wed Jan 01, 2014 1:17 pm

Re: X-Rays!

Post by Sanguinario_Joe »

The repo is up!

https://gitlab.com/sanguinariojoe/freecad.xray

It is very little tested, so be ready for errors. Of course, reports of issues are absolutely welcome!
jmmartin
Posts: 4
Joined: Fri Sep 18, 2020 3:05 pm

Re: X-Rays!

Post by jmmartin »

Impressive work Pepe!! Same I said earlier in Sebas (invGears) post, I believe I can speak for all Telegram Group "FreeCAD en Español" that we are very proud and greatful to have you in the group.
kisolre
Veteran
Posts: 4164
Joined: Wed Nov 21, 2018 1:13 pm

Re: X-Rays!

Post by kisolre »

Trying a simple simulation I get this:

Code: Select all

13:52:41  Running the Python command 'XRay_Radiography' failed:
Traceback (most recent call last):
  File "D:\UserData\FreeCAD\Mod\freecad.xray\freecad\xray\XRayGui.py", line 83, in Activated
    from . import xrayRadiography
  File "E:\FC_DevVMBuild\bin\Lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)
  File "D:\UserData\FreeCAD\Mod\freecad.xray\freecad\xray\xrayRadiography\__init__.py", line 23, in <module>
    from .TaskPanel import createTask
  File "E:\FC_DevVMBuild\bin\Lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)
  File "D:\UserData\FreeCAD\Mod\freecad.xray\freecad\xray\xrayRadiography\TaskPanel.py", line 29, in <module>
    from qtrangeslider import QRangeSlider
  File "E:\FC_DevVMBuild\bin\Lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)

No module named 'qtrangeslider'
Is it probably something that is not automatically installed with the WB?
Post Reply