comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/fixings/QWD.java @ 9415:9744ce3c3853

Rework of fixanalysis computation and dWt and WQ facets. Got rid of strange remapping and bitshifting code by explicitely saving the column information and using it in the facets. The facets also put the valid station range into their xml-metadata
author gernotbelger
date Thu, 16 Aug 2018 16:27:53 +0200
parents a3f318347707
children
comparison
equal deleted inserted replaced
9414:096f151a0a9f 9415:9744ce3c3853
25 super(q, w); 25 super(q, w);
26 26
27 this.isOutlier = isOutlier; 27 this.isOutlier = isOutlier;
28 } 28 }
29 29
30 public QWD(final double q, final double w, final String description, final Date date, final boolean interpolated, final double deltaW, final int index, 30 public QWD(final double q, final double w, final Date date, final boolean interpolated, final double deltaW, final boolean isOutlier) {
31 final boolean isOutlier) { 31 super(q, w, date, interpolated);
32 super(q, w, description, date, interpolated, index);
33 32
34 this.deltaW = deltaW; 33 this.deltaW = deltaW;
35 this.isOutlier = isOutlier; 34 this.isOutlier = isOutlier;
36 } 35 }
37 36

http://dive4elements.wald.intevation.org