]> DPDWHelmholtz - Compute Unperturbed Fluence

Compute Unperturbed Fluence

DPDWHelmholtz() calculates the fluence for every item in the measurement list, using the optical properties and geometry specified in the Medium structure, assuming a homogeneous medium. This is equivalent to the unscattered wave in the Born approximation.

Function Summary

Syntax: Phi0 = DPDWHelmholtz(SD, Medium, MeasList);
Inputs: SD SD structure
Medium Medium structure
MeasList Measurement List that corresponds to experimental data
Outputs: Phi0 The fluence in a homogeneous medium

Detailed Descriptions

DPDWHelmholtz() is really just a wrapper function that calls either TD2pt() or FD2pt(), as determined by isTD() and isFD().