You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am performing MC simulations with the mcvox module. Unfortunately, there is no LambertianRectangular light source defined for the mcvox module. Could you please let me know how I can extend the mcml LambertianRectangular for the mcvox module? I would like to be able to place it inside my voxelied geometry without initialization at z=0 point. This is because I am using IsotropicVoxel light source at z points close to 0 (but >0) and the photons are just reflecting from the boundaries and exiting the geometry at z=0. So I dont have any effective photon propagation in my simulation.
Additionally, it seems that there are some bugs related to the mcgeometry-voxel class. Apparently, fetch_cl_options(mc) does not take "mc" as an argument. I replaced "mc" with "self" and it resolved the issue.
The text was updated successfully, but these errors were encountered:
Hi,
I am performing MC simulations with the mcvox module. Unfortunately, there is no LambertianRectangular light source defined for the mcvox module. Could you please let me know how I can extend the mcml LambertianRectangular for the mcvox module? I would like to be able to place it inside my voxelied geometry without initialization at z=0 point. This is because I am using IsotropicVoxel light source at z points close to 0 (but >0) and the photons are just reflecting from the boundaries and exiting the geometry at z=0. So I dont have any effective photon propagation in my simulation.
Additionally, it seems that there are some bugs related to the mcgeometry-voxel class. Apparently, fetch_cl_options(mc) does not take "mc" as an argument. I replaced "mc" with "self" and it resolved the issue.

The text was updated successfully, but these errors were encountered: