Dear all,
I have been also made an small executable to read and calculate reflectance from .mch and .inp files.
It can be around 20 times more faster than cpu-based calculation.
However, there may still have some bugs are not fully fixed.
I just want to share this source code as an inspiration for other mcx users.
Hoping this program will be helpful to you.
After compile the source file, it can be simply run by the below command:
$ ./<executable_name> -f <filename_of_inp_and_mch>
There are more options can be set. You can see the details from source code or by this command: