fangq / mcx

Monte Carlo eXtreme (MCX) - GPU-accelerated photon transport simulator
http://mcx.space
Other
132 stars 73 forks source link

added two function to utils in pmcx #172

Closed kuilef closed 1 year ago

kuilef commented 1 year ago

Please take a look, translated mcxdetweight.m and mcxcwdref.m to python, change function names to detweight and cwdref -- not sure it was a good idea.

fangq commented 1 year ago

Please take a look, translated mcxdetweight.m and mcxcwdref.m to python, change function names to detweight and cwdref -- not sure it was a good idea.

naming convention aligns with what I thought - these will be called by pmcx.functionname, so removing mcx from the function name looks better.