ASM #578 apply gross range check to the adjusted value

Change-Id: Ia90bc10e6e1e1baa8f3842ade56d7551ca405e34

Conflicts:
	edexOsgi/com.raytheon.edex.plugin.shef/src/com/raytheon/edex/plugin/shef/database/PostShef.java

Former-commit-id: 8038fc4a8d [formerly e109528caf] [formerly 213773cde4 [formerly d1d86dd82bfa114bf181de5cf993f2bed349ada5]]
Former-commit-id: 213773cde4
Former-commit-id: 3c130d0007
This commit is contained in:
Loubna.Bousaidi 2014-04-28 14:16:50 +00:00 committed by Steve Harris
parent 8c5cbf7224
commit 5c83a66633

View file

@ -118,6 +118,7 @@ import com.raytheon.uf.edex.decodertools.time.TimeTools;
* data can be posted to appropriate pe-based tables only if the data
* type is not READING like in A1 code.
* 02/18/2014 16572 l. Bousaidi only apply adjust factor to non missing values.
* 04/24/2014 16904 lbousaidi gross check should be applied to adjusted value.
* 04/29/2014 3088 mpduff Change logging class, clean up/optimization.
* Updated with more performance fixes.
* 05/28/2014 3222 mpduff Fix posting time to be processed time so db doesn't show all post times the same
@ -743,6 +744,8 @@ public class PostShef {
if (!dataValue.equals(ShefConstants.SHEF_MISSING)) {
adjustRawValue(locId, data);
}
dataValue = data.getStringValue();
/*
* multiply non-missing values of discharge values and
* unspecified height values by 1000 to change units