Class CorrectionElement

java.lang.Object
eu.ess.bled.devices.lattice.installation.CorrectionElement
All Implemented Interfaces:
BLEDEntity, Serializable

public class CorrectionElement extends Object implements BLEDEntity
CorrectionElement represents a real life correction of the beamline element. When devices are installed in the system, their characteristics might differ from the ideal designed system. In such cases the element needs to be corrected. The corrections include its rotation, alignment along the z (beam axis), the real length of the element and the real optical lengths could also be different.
Author:
Jaka Bobnar
See Also:
  • Constructor Details

    • CorrectionElement

      public CorrectionElement()
  • Method Details

    • getId

      public Integer getId()
    • getAlignX

      public Double getAlignX()
    • setAlignX

      public void setAlignX(Double alignX)
    • getAlignY

      public Double getAlignY()
    • setAlignY

      public void setAlignY(Double alignY)
    • getAlignZ

      public Double getAlignZ()
    • setAlignZ

      public void setAlignZ(Double alignZ)
    • getAlignPitch

      public Double getAlignPitch()
    • setAlignPitch

      public void setAlignPitch(Double alignPitch)
    • getAlignYaw

      public Double getAlignYaw()
    • setAlignYaw

      public void setAlignYaw(Double alignYaw)
    • getAlignRoll

      public Double getAlignRoll()
    • setAlignRoll

      public void setAlignRoll(Double alignRoll)
    • setRealLength

      public void setRealLength(Double realLength)
    • getRealLength

      public Double getRealLength()
    • setRealOpticalLength

      public void setRealOpticalLength(Double realOpticalLength)
    • getRealOpticalLength

      public Double getRealOpticalLength()
    • getBeamlineElement

      public BeamlineElement getBeamlineElement()
    • setBeamlineElement

      public void setBeamlineElement(BeamlineElement beamlineElement)
    • getRealApertureX

      public Double getRealApertureX()
    • setRealApertureX

      public void setRealApertureX(Double realApertureX)
    • getRealApertureY

      public Double getRealApertureY()
    • setRealApertureY

      public void setRealApertureY(Double realApertureY)