Skip to content

Commit

Permalink
fix casa data model
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Mar 6, 2024
1 parent 785c82a commit 49a590d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pynxtools_xps/vms/casa_data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class CasaAlignment(XpsDataclass):
measured_energy: float = 0.0
measured_energy_units: str = "eV"
aligned_energy: float = 0.0
measured_energy_units: str = "eV"
aligned_energy_units: str = "eV"
operation: str = "eV"


Expand Down Expand Up @@ -277,9 +277,9 @@ class CasaComponent(XpsDataclass):
width: float = 0.0
width_units: str = "eV"
width_min: float = 0.0
width_units: str = "eV"
width_min_units: str = "eV"
width_max: float = 0.0
width_units: str = "eV"
width_max_units: str = "eV"
width_ref_comp_id: int = -1
width_ref_comp_factor: float = 0.0

Expand Down

0 comments on commit 49a590d

Please sign in to comment.