Replies: 2 comments 1 reply
-
I also want to know how dees dept.ppath is calculated? Does each row of ppath correspond to the total flight path of an individual photon through the medium? |
Beta Was this translation helpful? Give feedback.
-
hi @1234soda, the n-th row of detp.ppath stores the n-th detected photon packet. it is not the linear index of the simulated photon. however, if you use cfg.bc='______111111' to capture all photon packets, the index may follow the simulation photon index, but if any photon is terminated due to exceeding the maximum time gate, it will not be captured and will create a jump (shift in the index) - so it is not reliable.
correct. |
Beta Was this translation helpful? Give feedback.
-
I want to ask whether the data in row n of dept.ppath corresponds to the total path of photon id =(n-1) traveling in the medium? Does it correspond to the first column id sequence in traj.data?
Beta Was this translation helpful? Give feedback.
All reactions