Open avdudchenko opened 3 years ago
This is indeed a nontrivial task and it is not yet supported. The straightforward way is to change the projected thickness calculation to really integration of the refractive index along the projection direction. It can then be a tricky task to specify the material properties (although simple gradient should be easy). Another option would be to not introduce material properties, but after the projected thickness calculation "correct" for different densities by re-scaling the projected thickness (if I am not mistaken, double the density=double the thickness for unchanged density).
Hello, I would like to simulate transmission imaging of objects that have a density gradient (or concentration gradient). I originally approached this by stacking multiple objects, but this is not computationally or memory efficient.
I started to dive into the code to see if one could implement variable material properties across a mesh or object, but have not had luck figure out if this is even possible, or where to start? Any suggestions?
Thank you.