casinotools.file_format.casino2.element module¶
Element data from CASINO v2.
- class casinotools.file_format.casino2.element.Element(number_xray_layers=500)[source]¶
Bases:
object- get_depth_xray_distribution()[source]¶
Return the depth x-ray distributions.
- Note:
Remove last value, because it is the accumulator for all out of range values.
- get_depth_xray_distribution_by_line_type(line, line_type='Emitted')[source]¶
Return the depth x-ray distributions.
- Note:
Remove last value, because it is the accumulator for all out of range values.
- get_depth_xray_distribution_layer(z0_nm, z1_nm)[source]¶
Return the depth x-ray distributions.
- Note:
Remove last value, because it is the accumulator for all out of range values.
- get_depth_xray_distribution_layer_by_line_type(z0_nm, z1_nm, line, line_type='Emitted')[source]¶
Return the depth x-ray distributions.
- Note:
Remove last value, because it is the accumulator for all out of range values.