namespace DTS.Common.Interface.DASFactory { public interface ITiltSensorCalAware { double [] TiltSensorCals { get; } } }