Measurement System Class

Contains core classes to initialize the measurement system class

class dlmfg.core.measurement_system.HexagonWlsScanner(data_type, application, system_noise, part_type, data_format='complete measurement')[source]

Hexagon WLS System Class

Parameters
  • data_type – Type data obtained from the measurement system, Cloud-of-Point/Image/Point based

  • application (str (required)) – Application of the measurement system,

  • system_noise (float (required)) – Noise level of the measurement system

class dlmfg.core.measurement_system.MeasurementSystem(data_type, application, system_noise)[source]

Measurement System Class

Parameters
  • data_type – Type data obtained from the measurement system, Cloud-of-Point/Image/Point based

  • application (str (required)) – Application of the measurement system,

  • system_noise (float (required)) – Noise level of the measurement system