utils.data_processing.data_processing.get_discrete_data
- utils.data_processing.data_processing.get_discrete_data(obj: ~utils.files.input.ScannedObject, ndigits: int, delta_z: float = 1, update_progress_bar=<function progressbar_placeholder>) dict
Calculates data from the given object
- Parameters:
obj – Object to analyse
ndigits – Number of digits to keep after the comma
delta_z – Delta z to use for the discretisation
update_progress_bar – Function to update the progress bar
- Returns:
dict(str:list) with the following keys: - X moy (en mm) : list of x mean values - Y moy (en mm) : list of y mean values - Z moy (en mm) : list of z mean values - Rayon moyen (en mm) : list of mean radius values - Rayon ecart type (en mm) : list of radius standard deviation values