Class YaspUtil


  • public final class YaspUtil
    extends java.lang.Object
    some special methods/constants related to yasp
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double TO_MODEL_CONVERSION_FACTOR
      the conversion factor from positions in yasp [um] to positions in the model.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double toModel​(double value)
      converts the given value to units of the model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TO_MODEL_CONVERSION_FACTOR

        public static final double TO_MODEL_CONVERSION_FACTOR
        the conversion factor from positions in yasp [um] to positions in the model. [m]
        See Also:
        Constant Field Values
    • Method Detail

      • toModel

        public static double toModel​(double value)
        converts the given value to units of the model.
        Parameters:
        value - the value to convert
        Returns:
        the converted value