Dear Dr Fang
I use the MCX algorithm (mcxlab) on a segmented head volume( 5 layers) on a source (Src) then a detector (Det) position to get the Green's function of the fluence rate (or flux) associated to each optodes.
>fluenceRate_Src=mcxlab(cfg); % cfg.isnormalized=1;
>fluenceRate_Det=mcxlab(cfg); % cfg.isnormalized=1;
I want to compute the sensitivity matrix ( the banana shape) of the nirs measurment between the given Source and the Detector.
sensitivity=fluenceRate_Src.*fluenceRate_Det
It is correct to do it like this or do it need more normalisation ( I have heard it has to be normalized by the fluence rate value at the detector voxel position)
Best regards
Alexis
--
You received this message because you are subscribed to the Google Groups "mcx-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/mcx-users/-/hl6GvZiLWiQJ.
To post to this group, send email to mcx-...@googlegroups.com.
To unsubscribe from this group, send email to mcx-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mcx-users?hl=en.
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
On 6/18/2012 12:05 PM, Alexis Machado wrote:Dear Dr Fang
I use the MCX algorithm (mcxlab) on a segmented head volume( 5 layers) on a source (Src) then a detector (Det) position to get the Green's function of the fluence rate (or flux) associated to each optodes.