Analysis Functions#
This page documents functions for data analysis and quality metrics.
Strain Analysis#
Phase Analysis#
Resolution & Quality#
Statistics#
Facet Analysis#
Facet analysis package for BCDI reconstructions.
- class cdiutils.facetanalysis.FacetAnalysisProcessor(params, support_method, dump_dir, support_path=None)[source]#
A class to bundle all functions needed to determine the surface, the support, and anylyse the facets.
- check_previous_data()[source]#
If one of these parameters (authorised_index, top_facet_reference_index, remove_edges or nb_nghbs_min) has changed since the previous run, this method deletes the files affected.
- def_smooth_supp_dir()[source]#
Determine a smooth surface normal direction at each surface voxel from the given support.
- def_index(smooth_dir_f, smooth_dir_e, smooth_dir_c, facet_label, edge_label, corner_label, nb_edges)[source]#