utils.data_processing.data_processing.get_raw_data

utils.data_processing.data_processing.get_raw_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 (en mm) : list of x values - Y (en mm) : list of y values - Z (en mm) : list of z values - theta (en rad) : list of theta values - rayon (en mm) : list of radius values - Xi-Xmoy : list of Xi-Xmoy values - Yi-Ymoy : list of Yi-Ymoy values