ASM #578 apply gross range check to the adjusted value
Change-Id: Ia90bc10e6e1e1baa8f3842ade56d7551ca405e34 Former-commit-id:0cf63a9711
[formerly9585fc8077
] [formerly0cf63a9711
[formerly9585fc8077
] [formerly26daea0e30
[formerly 598700ad6ca6cb7881d68f8e7703327f7c58c19c]]] Former-commit-id:26daea0e30
Former-commit-id:2d2493dc93
[formerly39b11467cf
] Former-commit-id:896be043c8
This commit is contained in:
parent
8f28d7213d
commit
5afa75d122
1 changed files with 3 additions and 1 deletions
|
@ -111,7 +111,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.
|
||||
* </pre>
|
||||
*
|
||||
* @author mduff
|
||||
|
@ -646,6 +646,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
|
||||
|
|
Loading…
Add table
Reference in a new issue