aaleino
aaleino
There are some quick-and-dirty modifications included in the FTXUI version fetched by the current CMake -files, so I would have to see how to get past them. I intend to...
Hi Sajjad, sorry for the late and brief response but I think the irradiance is normalised to "1" (as if the power of the light source is 1 W) so...
Hello! As quick response to guide you in the right direction. The wavelength is implicitly included in the optical parameters (scattering coefficient, absorption coefficient etc.). So to model light propagation...
Hello! Did you try the hint provided by the error message? That is, to first list the target platforms using "cmake --help" and selecting target from the list provided. If...
Hi, We haven't ever tested the program on Macbook. I'm curious, what error do you get when you change #include to #include "/usr/local/opt/libomp/include/omp.h" after installing openmp "brew install libomp" as...
Hmm, it's a little bit difficult to debug as I do not have a mac system at hand. Maybe [this discussion](https://se.mathworks.com/matlabcentral/answers/642130-invalid-mex-file-macos) is related. It worth checking if any MEX code...
Hi! Would you like to have a point-like source in the domain (all photons emitted from the same location to random angles) or a volumetric source (also the locations are...
I have drafted such light sources in the git branch "volumetric_lights". But I haven't tested it. I think next step would be to build some scenario that has an analytical...
Hi, sorry for the late response. The field "volumetric_light_source_fraction" is not the efficiency of the fluorescence, but simply the fraction of all photons that will be sent from the volumetric...
At the moment I do not have the time to do literature search, but if you can describe the mathematics and workings of such algorithm here briefly we can see...