diff --git a/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Cape.py b/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Cape.py index a7682df622..da98d5c111 100644 --- a/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Cape.py +++ b/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Cape.py @@ -18,7 +18,7 @@ # further licensing information. ## -from com.raytheon.uf.viz.derivparam.python.function import CapeFuncPythonAdapter as CapeFunc +from com.raytheon.uf.common.derivparam.python.function import CapeFuncPythonAdapter as CapeFunc from numpy import zeros def execute(*args): diff --git a/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Dcape.py b/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Dcape.py index 49ffc2748e..778bab0f56 100644 --- a/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Dcape.py +++ b/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Dcape.py @@ -26,7 +26,7 @@ # Jun 05, 2013 2043 bsteffen Ported from meteolib C from numpy import zeros -from com.raytheon.uf.viz.derivparam.python.function import DCapeFuncPythonAdapter as DCapeFunc +from com.raytheon.uf.common.derivparam.python.function import DCapeFuncPythonAdapter as DCapeFunc def execute(threeDtemperature, threeDdewpoint, pressure, potentialTemperature, specificHumidity,maxEvaporation,maxRelativeHumidity,useVirtualTemp): diff --git a/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Filter.py b/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Filter.py index 72a2b6293b..3689fccf16 100644 --- a/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Filter.py +++ b/edexOsgi/com.raytheon.uf.common.derivparam.python/utility/common_static/base/derivedParameters/functions/Filter.py @@ -20,7 +20,7 @@ from numpy import ndarray, float32, NaN from numpy import sin, isnan, invert -from com.raytheon.uf.viz.derivparam.python.function import DistFilterPythonAdapter as DistFilter +from com.raytheon.uf.common.derivparam.python.function import DistFilterPythonAdapter as DistFilter MAX_WAVE_NUMBER = 15