pwspy.analysis.compilation

Classes used during the “compilation” step of analysis. This is when the data saved during analysis is combined with ROIs to generate a table of values such as the average RMS, reflectance, diffusion coefficient, etc.

PWS

PWSCompilerSettings([reflectance, rms, ...])

These settings determine which values should be processed during compilation

PWSRoiCompilationResults(cellIdTag, ...)

PWSRoiCompiler(settings)

Dynamics

DynamicsCompilerSettings([meanReflectance, ...])

These settings determine how a Dynamics acquisition should be compiled.

DynamicsRoiCompilationResults(cellIdTag, ...)

DynamicsRoiCompiler(settings)

Generic

GenericCompilerSettings([roiArea])

These settings determine which values should be processed during compilation

GenericRoiCompilationResults(roiFile, roiArea)

Results for compilation that don't pertain to any specific analysis.

GenericRoiCompiler(settings)