thomson_cross_section# atompy.physics.compton_scattering.thomson_cross_section(thetas, normalize_to_max=False)[source]# Calculate the differential thomson cross section. Parameters: thetasfloat or numpy.ndarrayscattering angles in deg normalize_to_maxboolif True, normalize output to 1 Returns: cross_sectionfloat or numpy.ndarrayThe cross section in cm2 or with a maximum normalized to 1 (depending on normalize).