13.3.1-6 baseline

Former-commit-id: fecc19685d09be66f3eeeee392e565a1ce8b7e65
This commit is contained in:
Steve Harris 2013-03-12 08:35:45 -05:00
parent a89221c75b
commit 3a4c7931e1
635 changed files with 56651 additions and 44953 deletions

View file

@ -27,6 +27,21 @@ import java.util.HashMap;
import java.util.HashSet; import java.util.HashSet;
import java.util.Scanner; import java.util.Scanner;
/**
* TODO Add Description
*
* <pre>
*
* SOFTWARE HISTORY
* Date Ticket# Engineer Description
* ------------ ---------- ----------- --------------------------
* 03/07/2013 DR15495 zwang Load elevation info for SSSS radars
*
* </pre>
*
* @author dfriedman
* @version 1.0
*/
public class ElevationInfo { public class ElevationInfo {
// TODO: check all handling of -1/null vcp // TODO: check all handling of -1/null vcp
@ -90,6 +105,15 @@ public class ElevationInfo {
fs.close(); fs.close();
} }
// Load SSSS radar elevation lists
s = ElevationInfo.class.getResourceAsStream("ssssElevationLists.txt");
fs = new Scanner(s);
try {
Loader.loadSsssElevationInfo(fs, staticInfo);
} finally {
fs.close();
}
s = ElevationInfo.class.getResourceAsStream("tdwrElevations.txt"); s = ElevationInfo.class.getResourceAsStream("tdwrElevations.txt");
fs = new Scanner(s); fs = new Scanner(s);
try { try {

View file

@ -39,6 +39,21 @@ import com.raytheon.rcm.products.ElevationInfo.VCPInfo;
import com.raytheon.rcm.products.RadarProduct.Format; import com.raytheon.rcm.products.RadarProduct.Format;
import com.raytheon.rcm.products.RadarProduct.Param; import com.raytheon.rcm.products.RadarProduct.Param;
/**
* TODO Add Description
*
* <pre>
*
* SOFTWARE HISTORY
* Date Ticket# Engineer Description
* ------------ ---------- ----------- --------------------------
* 03/07/2013 DR15495 zwang Load elevation info for SSSS radars
*
* </pre>
*
* @author dfriedman
* @version 1.0
*/
public class Loader { public class Loader {
static List<RadarProduct> loadRadarInfoData(Scanner fs) { static List<RadarProduct> loadRadarInfoData(Scanner fs) {
@ -216,6 +231,43 @@ public class Loader {
} }
} }
public static void loadSsssElevationInfo(Scanner fs,
HashMap<Sel, int[]> staticInfo) {
Pattern p = Pattern.compile("^k*VCP(\\d+)$");
while (fs.hasNext()) {
String line = fs.nextLine();
Scanner ls = new Scanner(line);
if (skipComments(ls))
continue;
try {
String radarID = ls.next();
String id = ls.next();
int vcp = 0;
ls.next(); // Unused op mode
int nElevs = ls.nextInt();
int[] elevs = new int[nElevs];
for (int i = 0; i < elevs.length; ++i)
elevs[i] = (int) (ls.nextDouble() * 10.0);
Matcher m = p.matcher(id);
if (m.matches())
vcp = Integer.parseInt(m.group(1));
else if (id.equals("OTR"))
vcp = ElevationInfo.OTR_OR_RMR_CODE;
else
/* RMR is the same as OTR. We do not care about the TDWR
* entries, we will use the radar-specific one. Actually,
* we shouldn't bother with VCP80 and VCP90 either (TODO: ?)
*/
continue;
Sel sel = new Sel(radarID, vcp);
staticInfo.put(sel, elevs);
} catch (NoSuchElementException e) {
// TODO:
}
}
}
public static void loadTdwrElevationInfo(Scanner fs, public static void loadTdwrElevationInfo(Scanner fs,
HashMap<Sel, int[]> staticInfo) { HashMap<Sel, int[]> staticInfo) {
ArrayList<Integer> elevs = new ArrayList<Integer>(25); ArrayList<Integer> elevs = new ArrayList<Integer>(25);

View file

@ -123,6 +123,7 @@
136|256 | 0 | 4.0 | 0 | SO | SuperOb (SO) | SuperOb | | | | | | | | | |82 136|256 | 0 | 4.0 | 0 | SO | SuperOb (SO) | SuperOb | | | | | | | | | |82
137| 16 | 9 | 1.0 | 230 | ULR | User Selectable Lyr Refl (ULR)| Radial | | | | | | | | | |88 137| 16 | 9 | 1.0 | 230 | ULR | User Selectable Lyr Refl (ULR)| Radial | | | | | | | | | |88
139| 0 | 0 | 0.0 | 230 | MRU | Rapid Update Mesocyclone (MRU)| Graphic | y | | | | | | | | |91 139| 0 | 0 | 0.0 | 230 | MRU | Rapid Update Mesocyclone (MRU)| Graphic | y | | | | | | | | |91
140| 0 | 0 | 0.0 | 230 | GFM | Gust Front MIGFA (GFM) | Generic | | | | | | | | | |28
141| 0 | 0 | 0.0 | 230 | MD | Mesocyclone (MD) | Graphic | | | | | | | | | |92 141| 0 | 0 | 0.0 | 230 | MD | Mesocyclone (MD) | Graphic | | | | | | | | | |92
143| 0 | 0 | 0.0 | 230 | TRU | TVS Rapid Update (TRU) | Graphic | y | | | | | | | | |93 143| 0 | 0 | 0.0 | 230 | TRU | TVS Rapid Update (TRU) | Graphic | y | | | | | | | | |93
149| 0 | 0 | 0.0 | 230 | DMD | Digital Meso Detection (DMD) | Generic | y | | | | | | | | |94 149| 0 | 0 | 0.0 | 230 | DMD | Digital Meso Detection (DMD) | Generic | y | | | | | | | | |94

View file

@ -0,0 +1,28 @@
#This file stores elevation lists for SSSS radars
#This file stores the elevation angle lists for the OTR, RPS and RMR.
#
#The format is,
#radarID, List-Name type number-of-values value1 value2... valueN
#radarID: klgx is the only radar for now
#List-Name: Name for a angle set. It can be OTR, RMR or VCPxx.
#type: Type of the list. for VCP is the storm or clear-air. For the OTR and
# RMR is none.
#number-of-values: How many angles is in this list.
#valuen: A elevation angle value.
#
#Keep one list one line!
# klgx
#For the OTR of WSR-88D
klgx OTR none 40 0.2 0.5 0.9 1.3 1.5 1.8 2.1 2.4 2.5 2.9 3.1 3.4 3.5 3.8 4.0 4.3 4.5 4.8 5.1 5.3 6.0 6.1 6.2 6.4 7.5 7.7 8.0 8.7 9.7 9.9 10.0 12.0 12.2 12.5 14.0 14.6 15.5 15.6 16.7 19.5
#For RMR of WSR-88D
klgx RMR none 40 0.2 0.5 0.9 1.3 1.5 1.8 2.1 2.4 2.5 2.9 3.1 3.4 3.5 3.8 4.0 4.3 4.5 4.8 5.1 5.3 6.0 6.1 6.2 6.4 7.5 7.7 8.0 8.7 9.7 9.9 10.0 12.0 12.2 12.5 14.0 14.6 15.5 15.6 16.7 19.5
#For RPS of WSR-88D
klgx VCP11 storm 15 0.2 0.5 1.5 2.4 3.4 4.3 5.3 6.2 7.5 8.7 10.0 12.0 14.0 16.7 19.5
klgx VCP12 storm 15 0.2 0.5 0.9 1.3 1.8 2.4 3.1 4.0 5.1 6.4 8.0 10.0 12.5 15.6 19.5
klgx VCP21 storm 10 0.2 0.5 1.5 2.4 3.4 4.3 6.0 9.9 14.6 19.5
klgx VCP121 storm 10 0.2 0.5 1.5 2.4 3.4 4.3 6.0 9.9 14.6 19.5
klgx VCP211 storm 15 0.2 0.5 1.5 2.4 3.4 4.3 5.3 6.2 7.5 8.7 10.0 12.0 14.0 16.7 19.5
klgx VCP212 storm 15 0.2 0.5 0.9 1.3 1.8 2.4 3.1 4.0 5.1 6.4 8.0 10.0 12.5 15.6 19.5
klgx VCP221 storm 10 0.2 0.5 1.5 2.4 3.4 4.3 6.0 9.9 14.6 19.5
klgx VCP31 clear-air 6 0.2 0.5 1.5 2.5 3.5 4.5
klgx VCP32 clear-air 6 0.2 0.5 1.5 2.5 3.5 4.5

View file

@ -59,7 +59,7 @@
# Relationship Type: In Response to # Relationship Type: In Response to
# Status: TEST # Status: TEST
# Title: AvnFPS: tpo indicator not monitoring properly # Title: AvnFPS: tpo indicator not monitoring properly
# #
# #
import logging, time import logging, time
import Avn, AvnLib, Globals, MonitorP import Avn, AvnLib, Globals, MonitorP

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.00392157" a="1.0"/>
<color r="0.0" g="0.0" b="0.00392157" a="1.0"/>
<color r="0.0" g="0.0" b="0.00392157" a="1.0"/>
<color r="0.0" g="0.0" b="0.00392157" a="1.0"/>
<color r="0.0" g="0.0" b="0.00784314" a="1.0"/>
<color r="0.0" g="0.0" b="0.00784314" a="1.0"/>
<color r="0.0" g="0.0" b="0.00784314" a="1.0"/>
<color r="0.0" g="0.0" b="0.0117647" a="1.0"/>
<color r="0.0" g="0.0" b="0.0117647" a="1.0"/>
<color r="0.0" g="0.0" b="0.0156863" a="1.0"/>
<color r="0.0" g="0.0" b="0.0156863" a="1.0"/>
<color r="0.0" g="0.0" b="0.0196078" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0196078" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0196078" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0235294" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.027451" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.027451" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0313725" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0352941" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0352941" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0392157" a="1.0"/>
<color r="0.00392157" g="0.00784314" b="0.0431373" a="1.0"/>
<color r="0.00392157" g="0.00784314" b="0.0431373" a="1.0"/>
<color r="0.00392157" g="0.00784314" b="0.0470588" a="1.0"/>
<color r="0.00392157" g="0.00784314" b="0.0509804" a="1.0"/>
<color r="0.00392157" g="0.00784314" b="0.054902" a="1.0"/>
<color r="0.00392157" g="0.00784314" b="0.054902" a="1.0"/>
<color r="0.00392157" g="0.0117647" b="0.0588235" a="1.0"/>
<color r="0.00392157" g="0.0117647" b="0.0627451" a="1.0"/>
<color r="0.00392157" g="0.0117647" b="0.0666667" a="1.0"/>
<color r="0.00392157" g="0.0117647" b="0.0705882" a="1.0"/>
<color r="0.00392157" g="0.0117647" b="0.0745098" a="1.0"/>
<color r="0.00392157" g="0.0156863" b="0.0745098" a="1.0"/>
<color r="0.00392157" g="0.0156863" b="0.0784314" a="1.0"/>
<color r="0.00784314" g="0.0156863" b="0.0823529" a="1.0"/>
<color r="0.00784314" g="0.0156863" b="0.0862745" a="1.0"/>
<color r="0.00784314" g="0.0156863" b="0.0901961" a="1.0"/>
<color r="0.00784314" g="0.0196078" b="0.0941176" a="1.0"/>
<color r="0.00784314" g="0.0196078" b="0.0980392" a="1.0"/>
<color r="0.00784314" g="0.0196078" b="0.105882" a="1.0"/>
<color r="0.00784314" g="0.0196078" b="0.105882" a="1.0"/>
<color r="0.00784314" g="0.0196078" b="0.113725" a="1.0"/>
<color r="0.0117647" g="0.0235294" b="0.113725" a="1.0"/>
<color r="0.0117647" g="0.0235294" b="0.121569" a="1.0"/>
<color r="0.0117647" g="0.0235294" b="0.12549" a="1.0"/>
<color r="0.0117647" g="0.0235294" b="0.129412" a="1.0"/>
<color r="0.0117647" g="0.027451" b="0.133333" a="1.0"/>
<color r="0.0117647" g="0.027451" b="0.137255" a="1.0"/>
<color r="0.0117647" g="0.027451" b="0.141176" a="1.0"/>
<color r="0.0156863" g="0.027451" b="0.145098" a="1.0"/>
<color r="0.0156863" g="0.0313725" b="0.152941" a="1.0"/>
<color r="0.0156863" g="0.0313725" b="0.156863" a="1.0"/>
<color r="0.0156863" g="0.0352941" b="0.160784" a="1.0"/>
<color r="0.0156863" g="0.0352941" b="0.168627" a="1.0"/>
<color r="0.0156863" g="0.0352941" b="0.172549" a="1.0"/>
<color r="0.0196078" g="0.0352941" b="0.176471" a="1.0"/>
<color r="0.0196078" g="0.0392157" b="0.180392" a="1.0"/>
<color r="0.0196078" g="0.0392157" b="0.188235" a="1.0"/>
<color r="0.0196078" g="0.0431373" b="0.192157" a="1.0"/>
<color r="0.0196078" g="0.0431373" b="0.196078" a="1.0"/>
<color r="0.0196078" g="0.0431373" b="0.2" a="1.0"/>
<color r="0.0235294" g="0.0431373" b="0.207843" a="1.0"/>
<color r="0.0235294" g="0.0470588" b="0.211765" a="1.0"/>
<color r="0.0235294" g="0.0470588" b="0.215686" a="1.0"/>
<color r="0.0235294" g="0.0509804" b="0.223529" a="1.0"/>
<color r="0.027451" g="0.0509804" b="0.227451" a="1.0"/>
<color r="0.027451" g="0.0509804" b="0.235294" a="1.0"/>
<color r="0.027451" g="0.054902" b="0.239216" a="1.0"/>
<color r="0.027451" g="0.054902" b="0.247059" a="1.0"/>
<color r="0.027451" g="0.0588235" b="0.25098" a="1.0"/>
<color r="0.0313725" g="0.0588235" b="0.258824" a="1.0"/>
<color r="0.0313725" g="0.0627451" b="0.262745" a="1.0"/>
<color r="0.0352941" g="0.0627451" b="0.266667" a="1.0"/>
<color r="0.0352941" g="0.0627451" b="0.27451" a="1.0"/>
<color r="0.0352941" g="0.0666667" b="0.278431" a="1.0"/>
<color r="0.0352941" g="0.0666667" b="0.282353" a="1.0"/>
<color r="0.0392157" g="0.0705882" b="0.290196" a="1.0"/>
<color r="0.0392157" g="0.0705882" b="0.294118" a="1.0"/>
<color r="0.0392157" g="0.0745098" b="0.301961" a="1.0"/>
<color r="0.0431373" g="0.0745098" b="0.309804" a="1.0"/>
<color r="0.0431373" g="0.0784314" b="0.313725" a="1.0"/>
<color r="0.0431373" g="0.0784314" b="0.321569" a="1.0"/>
<color r="0.0431373" g="0.0784314" b="0.32549" a="1.0"/>
<color r="0.0470588" g="0.0823529" b="0.329412" a="1.0"/>
<color r="0.0470588" g="0.0862745" b="0.333333" a="1.0"/>
<color r="0.0509804" g="0.0862745" b="0.345098" a="1.0"/>
<color r="0.0509804" g="0.0901961" b="0.34902" a="1.0"/>
<color r="0.0509804" g="0.0901961" b="0.352941" a="1.0"/>
<color r="0.054902" g="0.0941176" b="0.364706" a="1.0"/>
<color r="0.054902" g="0.0980392" b="0.368627" a="1.0"/>
<color r="0.0588235" g="0.0980392" b="0.372549" a="1.0"/>
<color r="0.0588235" g="0.101961" b="0.376471" a="1.0"/>
<color r="0.0588235" g="0.101961" b="0.388235" a="1.0"/>
<color r="0.0627451" g="0.105882" b="0.392157" a="1.0"/>
<color r="0.0627451" g="0.105882" b="0.396078" a="1.0"/>
<color r="0.0666667" g="0.109804" b="0.4" a="1.0"/>
<color r="0.0666667" g="0.113725" b="0.407843" a="1.0"/>
<color r="0.0705882" g="0.113725" b="0.415686" a="1.0"/>
<color r="0.0705882" g="0.117647" b="0.423529" a="1.0"/>
<color r="0.0745098" g="0.121569" b="0.427451" a="1.0"/>
<color r="0.0745098" g="0.121569" b="0.431373" a="1.0"/>
<color r="0.0745098" g="0.12549" b="0.439216" a="1.0"/>
<color r="0.0784314" g="0.129412" b="0.443137" a="1.0"/>
<color r="0.0784314" g="0.129412" b="0.454902" a="1.0"/>
<color r="0.0823529" g="0.133333" b="0.458824" a="1.0"/>
<color r="0.0862745" g="0.137255" b="0.462745" a="1.0"/>
<color r="0.0862745" g="0.141176" b="0.470588" a="1.0"/>
<color r="0.0901961" g="0.141176" b="0.47451" a="1.0"/>
<color r="0.0901961" g="0.145098" b="0.478431" a="1.0"/>
<color r="0.0941176" g="0.14902" b="0.486275" a="1.0"/>
<color r="0.0980392" g="0.152941" b="0.490196" a="1.0"/>
<color r="0.0980392" g="0.156863" b="0.498039" a="1.0"/>
<color r="0.101961" g="0.156863" b="0.501961" a="1.0"/>
<color r="0.105882" g="0.160784" b="0.505882" a="1.0"/>
<color r="0.105882" g="0.164706" b="0.513725" a="1.0"/>
<color r="0.109804" g="0.168627" b="0.517647" a="1.0"/>
<color r="0.113725" g="0.172549" b="0.52549" a="1.0"/>
<color r="0.113725" g="0.172549" b="0.529412" a="1.0"/>
<color r="0.117647" g="0.176471" b="0.537255" a="1.0"/>
<color r="0.121569" g="0.180392" b="0.541176" a="1.0"/>
<color r="0.121569" g="0.184314" b="0.54902" a="1.0"/>
<color r="0.12549" g="0.188235" b="0.552941" a="1.0"/>
<color r="0.129412" g="0.192157" b="0.560784" a="1.0"/>
<color r="0.129412" g="0.196078" b="0.564706" a="1.0"/>
<color r="0.133333" g="0.196078" b="0.572549" a="1.0"/>
<color r="0.137255" g="0.2" b="0.576471" a="1.0"/>
<color r="0.141176" g="0.203922" b="0.584314" a="1.0"/>
<color r="0.141176" g="0.207843" b="0.588235" a="1.0"/>
<color r="0.145098" g="0.211765" b="0.596078" a="1.0"/>
<color r="0.14902" g="0.215686" b="0.6" a="1.0"/>
<color r="0.152941" g="0.219608" b="0.607843" a="1.0"/>
<color r="0.156863" g="0.223529" b="0.611765" a="1.0"/>
<color r="0.156863" g="0.227451" b="0.619608" a="1.0"/>
<color r="0.160784" g="0.231373" b="0.619608" a="1.0"/>
<color r="0.164706" g="0.235294" b="0.627451" a="1.0"/>
<color r="0.168627" g="0.239216" b="0.631373" a="1.0"/>
<color r="0.172549" g="0.243137" b="0.639216" a="1.0"/>
<color r="0.176471" g="0.247059" b="0.643137" a="1.0"/>
<color r="0.180392" g="0.25098" b="0.65098" a="1.0"/>
<color r="0.184314" g="0.254902" b="0.65098" a="1.0"/>
<color r="0.188235" g="0.258824" b="0.658824" a="1.0"/>
<color r="0.192157" g="0.262745" b="0.662745" a="1.0"/>
<color r="0.196078" g="0.266667" b="0.670588" a="1.0"/>
<color r="0.196078" g="0.270588" b="0.67451" a="1.0"/>
<color r="0.203922" g="0.278431" b="0.67451" a="1.0"/>
<color r="0.207843" g="0.282353" b="0.682353" a="1.0"/>
<color r="0.211765" g="0.286275" b="0.690196" a="1.0"/>
<color r="0.215686" g="0.290196" b="0.694118" a="1.0"/>
<color r="0.219608" g="0.294118" b="0.694118" a="1.0"/>
<color r="0.223529" g="0.298039" b="0.701961" a="1.0"/>
<color r="0.231373" g="0.301961" b="0.709804" a="1.0"/>
<color r="0.235294" g="0.309804" b="0.709804" a="1.0"/>
<color r="0.239216" g="0.313725" b="0.713725" a="1.0"/>
<color r="0.243137" g="0.317647" b="0.721569" a="1.0"/>
<color r="0.247059" g="0.321569" b="0.729412" a="1.0"/>
<color r="0.254902" g="0.329412" b="0.729412" a="1.0"/>
<color r="0.258824" g="0.333333" b="0.737255" a="1.0"/>
<color r="0.262745" g="0.341176" b="0.741176" a="1.0"/>
<color r="0.266667" g="0.345098" b="0.741176" a="1.0"/>
<color r="0.27451" g="0.34902" b="0.74902" a="1.0"/>
<color r="0.278431" g="0.352941" b="0.74902" a="1.0"/>
<color r="0.282353" g="0.356863" b="0.756863" a="1.0"/>
<color r="0.286275" g="0.364706" b="0.764706" a="1.0"/>
<color r="0.294118" g="0.372549" b="0.764706" a="1.0"/>
<color r="0.298039" g="0.376471" b="0.768627" a="1.0"/>
<color r="0.301961" g="0.380392" b="0.776471" a="1.0"/>
<color r="0.309804" g="0.388235" b="0.776471" a="1.0"/>
<color r="0.317647" g="0.392157" b="0.784314" a="1.0"/>
<color r="0.321569" g="0.396078" b="0.784314" a="1.0"/>
<color r="0.32549" g="0.4" b="0.792157" a="1.0"/>
<color r="0.333333" g="0.411765" b="0.792157" a="1.0"/>
<color r="0.341176" g="0.415686" b="0.796078" a="1.0"/>
<color r="0.345098" g="0.423529" b="0.796078" a="1.0"/>
<color r="0.34902" g="0.427451" b="0.803922" a="1.0"/>
<color r="0.356863" g="0.431373" b="0.811765" a="1.0"/>
<color r="0.364706" g="0.439216" b="0.811765" a="1.0"/>
<color r="0.368627" g="0.443137" b="0.819608" a="1.0"/>
<color r="0.376471" g="0.454902" b="0.819608" a="1.0"/>
<color r="0.380392" g="0.458824" b="0.827451" a="1.0"/>
<color r="0.388235" g="0.462745" b="0.827451" a="1.0"/>
<color r="0.396078" g="0.470588" b="0.831373" a="1.0"/>
<color r="0.4" g="0.47451" b="0.831373" a="1.0"/>
<color r="0.407843" g="0.478431" b="0.839216" a="1.0"/>
<color r="0.415686" g="0.490196" b="0.839216" a="1.0"/>
<color r="0.423529" g="0.498039" b="0.839216" a="1.0"/>
<color r="0.431373" g="0.501961" b="0.847059" a="1.0"/>
<color r="0.439216" g="0.505882" b="0.847059" a="1.0"/>
<color r="0.443137" g="0.513725" b="0.854902" a="1.0"/>
<color r="0.454902" g="0.52549" b="0.854902" a="1.0"/>
<color r="0.458824" g="0.529412" b="0.862745" a="1.0"/>
<color r="0.462745" g="0.537255" b="0.862745" a="1.0"/>
<color r="0.47451" g="0.541176" b="0.870588" a="1.0"/>
<color r="0.478431" g="0.54902" b="0.870588" a="1.0"/>
<color r="0.490196" g="0.560784" b="0.870588" a="1.0"/>
<color r="0.498039" g="0.564706" b="0.878431" a="1.0"/>
<color r="0.501961" g="0.572549" b="0.878431" a="1.0"/>
<color r="0.513725" g="0.576471" b="0.882353" a="1.0"/>
<color r="0.517647" g="0.584314" b="0.882353" a="1.0"/>
<color r="0.529412" g="0.596078" b="0.882353" a="1.0"/>
<color r="0.537255" g="0.6" b="0.890196" a="1.0"/>
<color r="0.541176" g="0.607843" b="0.890196" a="1.0"/>
<color r="0.552941" g="0.611765" b="0.890196" a="1.0"/>
<color r="0.560784" g="0.619608" b="0.898039" a="1.0"/>
<color r="0.572549" g="0.631373" b="0.898039" a="1.0"/>
<color r="0.576471" g="0.639216" b="0.905882" a="1.0"/>
<color r="0.588235" g="0.643137" b="0.905882" a="1.0"/>
<color r="0.596078" g="0.65098" b="0.905882" a="1.0"/>
<color r="0.6" g="0.658824" b="0.913725" a="1.0"/>
<color r="0.611765" g="0.670588" b="0.913725" a="1.0"/>
<color r="0.619608" g="0.67451" b="0.913725" a="1.0"/>
<color r="0.631373" g="0.682353" b="0.921569" a="1.0"/>
<color r="0.639216" g="0.690196" b="0.921569" a="1.0"/>
<color r="0.65098" g="0.701961" b="0.921569" a="1.0"/>
<color r="0.658824" g="0.709804" b="0.929412" a="1.0"/>
<color r="0.670588" g="0.713725" b="0.929412" a="1.0"/>
<color r="0.67451" g="0.721569" b="0.929412" a="1.0"/>
<color r="0.690196" g="0.737255" b="0.929412" a="1.0"/>
<color r="0.694118" g="0.741176" b="0.937255" a="1.0"/>
<color r="0.701961" g="0.74902" b="0.937255" a="1.0"/>
<color r="0.713725" g="0.756863" b="0.937255" a="1.0"/>
<color r="0.721569" g="0.764706" b="0.945098" a="1.0"/>
<color r="0.737255" g="0.776471" b="0.945098" a="1.0"/>
<color r="0.741176" g="0.784314" b="0.945098" a="1.0"/>
<color r="0.756863" g="0.792157" b="0.952941" a="1.0"/>
<color r="0.764706" g="0.796078" b="0.952941" a="1.0"/>
<color r="0.776471" g="0.811765" b="0.952941" a="1.0"/>
<color r="0.784314" g="0.819608" b="0.952941" a="1.0"/>
<color r="0.796078" g="0.827451" b="0.960784" a="1.0"/>
<color r="0.803922" g="0.831373" b="0.960784" a="1.0"/>
<color r="0.819608" g="0.847059" b="0.960784" a="1.0"/>
<color r="0.827451" g="0.854902" b="0.968627" a="1.0"/>
<color r="0.839216" g="0.862745" b="0.968627" a="1.0"/>
<color r="0.847059" g="0.870588" b="0.968627" a="1.0"/>
<color r="0.862745" g="0.882353" b="0.968627" a="1.0"/>
<color r="0.870588" g="0.890196" b="0.976471" a="1.0"/>
<color r="0.882353" g="0.898039" b="0.976471" a="1.0"/>
<color r="0.890196" g="0.905882" b="0.976471" a="1.0"/>
<color r="0.905882" g="0.921569" b="0.976471" a="1.0"/>
<color r="0.913725" g="0.929412" b="0.984314" a="1.0"/>
<color r="0.929412" g="0.937255" b="0.984314" a="1.0"/>
<color r="0.937255" g="0.945098" b="0.984314" a="1.0"/>
<color r="0.952941" g="0.960784" b="0.984314" a="1.0"/>
<color r="0.960784" g="0.968627" b="0.992157" a="1.0"/>
<color r="0.976471" g="0.976471" b="0.992157" a="1.0"/>
<color r="0.984314" g="0.984314" b="0.992157" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.00392157" b="0.00392157" a="1.0"/>
<color r="0.00784314" g="0.00784314" b="0.00784314" a="1.0"/>
<color r="0.0117647" g="0.0117647" b="0.0117647" a="1.0"/>
<color r="0.0156863" g="0.0156863" b="0.0156863" a="1.0"/>
<color r="0.0196078" g="0.0196078" b="0.0196078" a="1.0"/>
<color r="0.0235294" g="0.0235294" b="0.0235294" a="1.0"/>
<color r="0.027451" g="0.027451" b="0.027451" a="1.0"/>
<color r="0.0313725" g="0.0313725" b="0.0313725" a="1.0"/>
<color r="0.0352941" g="0.0352941" b="0.0352941" a="1.0"/>
<color r="0.0392157" g="0.0392157" b="0.0392157" a="1.0"/>
<color r="0.0431373" g="0.0431373" b="0.0431373" a="1.0"/>
<color r="0.0470588" g="0.0470588" b="0.0470588" a="1.0"/>
<color r="0.0509804" g="0.0509804" b="0.0509804" a="1.0"/>
<color r="0.054902" g="0.054902" b="0.054902" a="1.0"/>
<color r="0.0588235" g="0.0588235" b="0.0588235" a="1.0"/>
<color r="0.0627451" g="0.0627451" b="0.0627451" a="1.0"/>
<color r="0.0666667" g="0.0666667" b="0.0666667" a="1.0"/>
<color r="0.0705882" g="0.0705882" b="0.0705882" a="1.0"/>
<color r="0.0745098" g="0.0745098" b="0.0745098" a="1.0"/>
<color r="0.0784314" g="0.0784314" b="0.0784314" a="1.0"/>
<color r="0.0823529" g="0.0823529" b="0.0823529" a="1.0"/>
<color r="0.0862745" g="0.0862745" b="0.0862745" a="1.0"/>
<color r="0.0901961" g="0.0901961" b="0.0901961" a="1.0"/>
<color r="0.0941176" g="0.0941176" b="0.0941176" a="1.0"/>
<color r="0.0980392" g="0.0980392" b="0.0980392" a="1.0"/>
<color r="0.101961" g="0.101961" b="0.101961" a="1.0"/>
<color r="0.105882" g="0.105882" b="0.105882" a="1.0"/>
<color r="0.109804" g="0.109804" b="0.109804" a="1.0"/>
<color r="0.113725" g="0.113725" b="0.113725" a="1.0"/>
<color r="0.117647" g="0.117647" b="0.117647" a="1.0"/>
<color r="0.121569" g="0.121569" b="0.121569" a="1.0"/>
<color r="0.12549" g="0.12549" b="0.12549" a="1.0"/>
<color r="0.129412" g="0.129412" b="0.129412" a="1.0"/>
<color r="0.133333" g="0.133333" b="0.133333" a="1.0"/>
<color r="0.137255" g="0.137255" b="0.137255" a="1.0"/>
<color r="0.141176" g="0.141176" b="0.141176" a="1.0"/>
<color r="0.145098" g="0.145098" b="0.145098" a="1.0"/>
<color r="0.14902" g="0.14902" b="0.14902" a="1.0"/>
<color r="0.152941" g="0.152941" b="0.152941" a="1.0"/>
<color r="0.156863" g="0.156863" b="0.156863" a="1.0"/>
<color r="0.160784" g="0.160784" b="0.160784" a="1.0"/>
<color r="0.164706" g="0.164706" b="0.164706" a="1.0"/>
<color r="0.168627" g="0.168627" b="0.168627" a="1.0"/>
<color r="0.172549" g="0.172549" b="0.172549" a="1.0"/>
<color r="0.176471" g="0.176471" b="0.176471" a="1.0"/>
<color r="0.180392" g="0.180392" b="0.180392" a="1.0"/>
<color r="0.184314" g="0.184314" b="0.184314" a="1.0"/>
<color r="0.188235" g="0.188235" b="0.188235" a="1.0"/>
<color r="0.192157" g="0.192157" b="0.192157" a="1.0"/>
<color r="0.196078" g="0.196078" b="0.196078" a="1.0"/>
<color r="0.2" g="0.2" b="0.2" a="1.0"/>
<color r="0.203922" g="0.203922" b="0.203922" a="1.0"/>
<color r="0.207843" g="0.207843" b="0.207843" a="1.0"/>
<color r="0.211765" g="0.211765" b="0.211765" a="1.0"/>
<color r="0.215686" g="0.215686" b="0.215686" a="1.0"/>
<color r="0.219608" g="0.219608" b="0.219608" a="1.0"/>
<color r="0.223529" g="0.223529" b="0.223529" a="1.0"/>
<color r="0.227451" g="0.227451" b="0.227451" a="1.0"/>
<color r="0.231373" g="0.231373" b="0.231373" a="1.0"/>
<color r="0.235294" g="0.235294" b="0.235294" a="1.0"/>
<color r="0.239216" g="0.239216" b="0.239216" a="1.0"/>
<color r="0.243137" g="0.243137" b="0.243137" a="1.0"/>
<color r="0.247059" g="0.247059" b="0.247059" a="1.0"/>
<color r="0.25098" g="0.25098" b="0.25098" a="1.0"/>
<color r="0.254902" g="0.254902" b="0.254902" a="1.0"/>
<color r="0.258824" g="0.258824" b="0.258824" a="1.0"/>
<color r="0.262745" g="0.262745" b="0.262745" a="1.0"/>
<color r="0.266667" g="0.266667" b="0.266667" a="1.0"/>
<color r="0.270588" g="0.270588" b="0.270588" a="1.0"/>
<color r="0.27451" g="0.27451" b="0.27451" a="1.0"/>
<color r="0.278431" g="0.278431" b="0.278431" a="1.0"/>
<color r="0.282353" g="0.282353" b="0.282353" a="1.0"/>
<color r="0.286275" g="0.286275" b="0.286275" a="1.0"/>
<color r="0.290196" g="0.290196" b="0.290196" a="1.0"/>
<color r="0.294118" g="0.294118" b="0.294118" a="1.0"/>
<color r="0.298039" g="0.298039" b="0.298039" a="1.0"/>
<color r="0.301961" g="0.301961" b="0.301961" a="1.0"/>
<color r="0.305882" g="0.305882" b="0.305882" a="1.0"/>
<color r="0.309804" g="0.309804" b="0.309804" a="1.0"/>
<color r="0.313725" g="0.313725" b="0.313725" a="1.0"/>
<color r="0.317647" g="0.317647" b="0.317647" a="1.0"/>
<color r="0.321569" g="0.321569" b="0.321569" a="1.0"/>
<color r="0.32549" g="0.32549" b="0.32549" a="1.0"/>
<color r="0.329412" g="0.329412" b="0.329412" a="1.0"/>
<color r="0.333333" g="0.333333" b="0.333333" a="1.0"/>
<color r="0.337255" g="0.337255" b="0.337255" a="1.0"/>
<color r="0.341176" g="0.341176" b="0.341176" a="1.0"/>
<color r="0.345098" g="0.345098" b="0.345098" a="1.0"/>
<color r="0.34902" g="0.34902" b="0.34902" a="1.0"/>
<color r="0.352941" g="0.352941" b="0.352941" a="1.0"/>
<color r="0.356863" g="0.356863" b="0.356863" a="1.0"/>
<color r="0.360784" g="0.360784" b="0.360784" a="1.0"/>
<color r="0.364706" g="0.364706" b="0.364706" a="1.0"/>
<color r="0.368627" g="0.368627" b="0.368627" a="1.0"/>
<color r="0.372549" g="0.372549" b="0.372549" a="1.0"/>
<color r="0.376471" g="0.376471" b="0.376471" a="1.0"/>
<color r="0.380392" g="0.380392" b="0.380392" a="1.0"/>
<color r="0.384314" g="0.384314" b="0.384314" a="1.0"/>
<color r="0.388235" g="0.388235" b="0.388235" a="1.0"/>
<color r="0.392157" g="0.392157" b="0.392157" a="1.0"/>
<color r="0.396078" g="0.396078" b="0.396078" a="1.0"/>
<color r="0.4" g="0.4" b="0.4" a="1.0"/>
<color r="0.403922" g="0.403922" b="0.403922" a="1.0"/>
<color r="0.407843" g="0.407843" b="0.407843" a="1.0"/>
<color r="0.411765" g="0.411765" b="0.411765" a="1.0"/>
<color r="0.415686" g="0.415686" b="0.415686" a="1.0"/>
<color r="0.419608" g="0.419608" b="0.419608" a="1.0"/>
<color r="0.423529" g="0.423529" b="0.423529" a="1.0"/>
<color r="0.427451" g="0.427451" b="0.427451" a="1.0"/>
<color r="0.431373" g="0.431373" b="0.431373" a="1.0"/>
<color r="0.435294" g="0.435294" b="0.435294" a="1.0"/>
<color r="0.439216" g="0.439216" b="0.439216" a="1.0"/>
<color r="0.443137" g="0.443137" b="0.443137" a="1.0"/>
<color r="0.447059" g="0.447059" b="0.447059" a="1.0"/>
<color r="0.45098" g="0.45098" b="0.45098" a="1.0"/>
<color r="0.454902" g="0.454902" b="0.454902" a="1.0"/>
<color r="0.458824" g="0.458824" b="0.458824" a="1.0"/>
<color r="0.462745" g="0.462745" b="0.462745" a="1.0"/>
<color r="0.466667" g="0.466667" b="0.466667" a="1.0"/>
<color r="0.470588" g="0.470588" b="0.470588" a="1.0"/>
<color r="0.47451" g="0.47451" b="0.47451" a="1.0"/>
<color r="0.478431" g="0.478431" b="0.478431" a="1.0"/>
<color r="0.482353" g="0.482353" b="0.482353" a="1.0"/>
<color r="0.486275" g="0.486275" b="0.486275" a="1.0"/>
<color r="0.490196" g="0.490196" b="0.490196" a="1.0"/>
<color r="0.494118" g="0.494118" b="0.494118" a="1.0"/>
<color r="0.498039" g="0.498039" b="0.498039" a="1.0"/>
<color r="0.501961" g="0.501961" b="0.501961" a="1.0"/>
<color r="0.505882" g="0.505882" b="0.505882" a="1.0"/>
<color r="0.509804" g="0.509804" b="0.509804" a="1.0"/>
<color r="0.513725" g="0.513725" b="0.513725" a="1.0"/>
<color r="0.517647" g="0.517647" b="0.517647" a="1.0"/>
<color r="0.521569" g="0.521569" b="0.521569" a="1.0"/>
<color r="0.52549" g="0.52549" b="0.52549" a="1.0"/>
<color r="0.529412" g="0.529412" b="0.529412" a="1.0"/>
<color r="0.533333" g="0.533333" b="0.533333" a="1.0"/>
<color r="0.537255" g="0.537255" b="0.537255" a="1.0"/>
<color r="0.541176" g="0.541176" b="0.541176" a="1.0"/>
<color r="0.545098" g="0.545098" b="0.545098" a="1.0"/>
<color r="0.54902" g="0.54902" b="0.54902" a="1.0"/>
<color r="0.552941" g="0.552941" b="0.552941" a="1.0"/>
<color r="0.556863" g="0.556863" b="0.556863" a="1.0"/>
<color r="0.560784" g="0.560784" b="0.560784" a="1.0"/>
<color r="0.564706" g="0.564706" b="0.564706" a="1.0"/>
<color r="0.568627" g="0.568627" b="0.568627" a="1.0"/>
<color r="0.572549" g="0.572549" b="0.572549" a="1.0"/>
<color r="0.576471" g="0.576471" b="0.576471" a="1.0"/>
<color r="0.580392" g="0.580392" b="0.580392" a="1.0"/>
<color r="0.584314" g="0.584314" b="0.584314" a="1.0"/>
<color r="0.588235" g="0.588235" b="0.588235" a="1.0"/>
<color r="0.592157" g="0.592157" b="0.592157" a="1.0"/>
<color r="0.596078" g="0.596078" b="0.596078" a="1.0"/>
<color r="0.6" g="0.6" b="0.6" a="1.0"/>
<color r="0.603922" g="0.603922" b="0.603922" a="1.0"/>
<color r="0.607843" g="0.607843" b="0.607843" a="1.0"/>
<color r="0.611765" g="0.611765" b="0.611765" a="1.0"/>
<color r="0.615686" g="0.615686" b="0.615686" a="1.0"/>
<color r="0.619608" g="0.619608" b="0.619608" a="1.0"/>
<color r="0.623529" g="0.623529" b="0.623529" a="1.0"/>
<color r="0.627451" g="0.627451" b="0.627451" a="1.0"/>
<color r="0.631373" g="0.631373" b="0.631373" a="1.0"/>
<color r="0.635294" g="0.635294" b="0.635294" a="1.0"/>
<color r="0.639216" g="0.639216" b="0.639216" a="1.0"/>
<color r="0.643137" g="0.643137" b="0.643137" a="1.0"/>
<color r="0.647059" g="0.647059" b="0.647059" a="1.0"/>
<color r="0.65098" g="0.65098" b="0.65098" a="1.0"/>
<color r="0.654902" g="0.654902" b="0.654902" a="1.0"/>
<color r="0.658824" g="0.658824" b="0.658824" a="1.0"/>
<color r="0.662745" g="0.662745" b="0.662745" a="1.0"/>
<color r="0.666667" g="0.666667" b="0.666667" a="1.0"/>
<color r="0.670588" g="0.670588" b="0.670588" a="1.0"/>
<color r="0.67451" g="0.67451" b="0.67451" a="1.0"/>
<color r="0.678431" g="0.678431" b="0.678431" a="1.0"/>
<color r="0.682353" g="0.682353" b="0.682353" a="1.0"/>
<color r="0.686275" g="0.686275" b="0.686275" a="1.0"/>
<color r="0.690196" g="0.690196" b="0.690196" a="1.0"/>
<color r="0.694118" g="0.694118" b="0.694118" a="1.0"/>
<color r="0.698039" g="0.698039" b="0.698039" a="1.0"/>
<color r="0.701961" g="0.701961" b="0.701961" a="1.0"/>
<color r="0.705882" g="0.705882" b="0.705882" a="1.0"/>
<color r="0.709804" g="0.709804" b="0.709804" a="1.0"/>
<color r="0.713725" g="0.713725" b="0.713725" a="1.0"/>
<color r="0.717647" g="0.717647" b="0.717647" a="1.0"/>
<color r="0.721569" g="0.721569" b="0.721569" a="1.0"/>
<color r="0.72549" g="0.72549" b="0.72549" a="1.0"/>
<color r="0.729412" g="0.729412" b="0.729412" a="1.0"/>
<color r="0.733333" g="0.733333" b="0.733333" a="1.0"/>
<color r="0.737255" g="0.737255" b="0.737255" a="1.0"/>
<color r="0.741176" g="0.741176" b="0.741176" a="1.0"/>
<color r="0.745098" g="0.745098" b="0.745098" a="1.0"/>
<color r="0.74902" g="0.74902" b="0.74902" a="1.0"/>
<color r="0.752941" g="0.752941" b="0.752941" a="1.0"/>
<color r="0.756863" g="0.756863" b="0.756863" a="1.0"/>
<color r="0.760784" g="0.760784" b="0.760784" a="1.0"/>
<color r="0.764706" g="0.764706" b="0.764706" a="1.0"/>
<color r="0.768627" g="0.768627" b="0.768627" a="1.0"/>
<color r="0.772549" g="0.772549" b="0.772549" a="1.0"/>
<color r="0.776471" g="0.776471" b="0.776471" a="1.0"/>
<color r="0.780392" g="0.780392" b="0.780392" a="1.0"/>
<color r="0.784314" g="0.784314" b="0.784314" a="1.0"/>
<color r="0.788235" g="0.788235" b="0.788235" a="1.0"/>
<color r="0.792157" g="0.792157" b="0.792157" a="1.0"/>
<color r="0.796078" g="0.796078" b="0.796078" a="1.0"/>
<color r="0.8" g="0.8" b="0.8" a="1.0"/>
<color r="0.803922" g="0.803922" b="0.803922" a="1.0"/>
<color r="0.807843" g="0.807843" b="0.807843" a="1.0"/>
<color r="0.811765" g="0.811765" b="0.811765" a="1.0"/>
<color r="0.815686" g="0.815686" b="0.815686" a="1.0"/>
<color r="0.819608" g="0.819608" b="0.819608" a="1.0"/>
<color r="0.823529" g="0.823529" b="0.823529" a="1.0"/>
<color r="0.827451" g="0.827451" b="0.827451" a="1.0"/>
<color r="0.831373" g="0.831373" b="0.831373" a="1.0"/>
<color r="0.835294" g="0.835294" b="0.835294" a="1.0"/>
<color r="0.839216" g="0.839216" b="0.839216" a="1.0"/>
<color r="0.843137" g="0.843137" b="0.843137" a="1.0"/>
<color r="0.847059" g="0.847059" b="0.847059" a="1.0"/>
<color r="0.85098" g="0.85098" b="0.85098" a="1.0"/>
<color r="0.854902" g="0.854902" b="0.854902" a="1.0"/>
<color r="0.858824" g="0.858824" b="0.858824" a="1.0"/>
<color r="0.862745" g="0.862745" b="0.862745" a="1.0"/>
<color r="0.866667" g="0.866667" b="0.866667" a="1.0"/>
<color r="0.870588" g="0.870588" b="0.870588" a="1.0"/>
<color r="0.87451" g="0.87451" b="0.87451" a="1.0"/>
<color r="0.878431" g="0.878431" b="0.878431" a="1.0"/>
<color r="0.882353" g="0.882353" b="0.882353" a="1.0"/>
<color r="0.886275" g="0.886275" b="0.886275" a="1.0"/>
<color r="0.890196" g="0.890196" b="0.890196" a="1.0"/>
<color r="0.894118" g="0.894118" b="0.894118" a="1.0"/>
<color r="0.898039" g="0.898039" b="0.898039" a="1.0"/>
<color r="0.901961" g="0.901961" b="0.901961" a="1.0"/>
<color r="0.905882" g="0.905882" b="0.905882" a="1.0"/>
<color r="0.909804" g="0.909804" b="0.909804" a="1.0"/>
<color r="0.913725" g="0.913725" b="0.913725" a="1.0"/>
<color r="0.917647" g="0.917647" b="0.917647" a="1.0"/>
<color r="0.921569" g="0.921569" b="0.921569" a="1.0"/>
<color r="0.92549" g="0.92549" b="0.92549" a="1.0"/>
<color r="0.929412" g="0.929412" b="0.929412" a="1.0"/>
<color r="0.933333" g="0.933333" b="0.933333" a="1.0"/>
<color r="0.937255" g="0.937255" b="0.937255" a="1.0"/>
<color r="0.941176" g="0.941176" b="0.941176" a="1.0"/>
<color r="0.945098" g="0.945098" b="0.945098" a="1.0"/>
<color r="0.94902" g="0.94902" b="0.94902" a="1.0"/>
<color r="0.952941" g="0.952941" b="0.952941" a="1.0"/>
<color r="0.956863" g="0.956863" b="0.956863" a="1.0"/>
<color r="0.960784" g="0.960784" b="0.960784" a="1.0"/>
<color r="0.964706" g="0.964706" b="0.964706" a="1.0"/>
<color r="0.968627" g="0.968627" b="0.968627" a="1.0"/>
<color r="0.972549" g="0.972549" b="0.972549" a="1.0"/>
<color r="0.976471" g="0.976471" b="0.976471" a="1.0"/>
<color r="0.980392" g="0.980392" b="0.980392" a="1.0"/>
<color r="0.984314" g="0.984314" b="0.984314" a="1.0"/>
<color r="0.988235" g="0.988235" b="0.988235" a="1.0"/>
<color r="0.992157" g="0.992157" b="0.992157" a="1.0"/>
<color r="0.996078" g="0.996078" b="0.996078" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.0" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.0" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.0" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.0" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.0" g="0.0156863" b="0.0" a="1.0"/>
<color r="0.0" g="0.0156863" b="0.0" a="1.0"/>
<color r="0.0" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0235294" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.027451" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.027451" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0313725" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0352941" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0352941" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0392157" b="0.0" a="1.0"/>
<color r="0.00784314" g="0.0431373" b="0.00392157" a="1.0"/>
<color r="0.00784314" g="0.0431373" b="0.00392157" a="1.0"/>
<color r="0.00784314" g="0.0470588" b="0.00392157" a="1.0"/>
<color r="0.00784314" g="0.0509804" b="0.00392157" a="1.0"/>
<color r="0.00784314" g="0.054902" b="0.00392157" a="1.0"/>
<color r="0.00784314" g="0.054902" b="0.00392157" a="1.0"/>
<color r="0.0117647" g="0.0588235" b="0.00392157" a="1.0"/>
<color r="0.0117647" g="0.0627451" b="0.00392157" a="1.0"/>
<color r="0.0117647" g="0.0666667" b="0.00392157" a="1.0"/>
<color r="0.0117647" g="0.0705882" b="0.00392157" a="1.0"/>
<color r="0.0117647" g="0.0745098" b="0.00392157" a="1.0"/>
<color r="0.0156863" g="0.0745098" b="0.00392157" a="1.0"/>
<color r="0.0156863" g="0.0784314" b="0.00392157" a="1.0"/>
<color r="0.0156863" g="0.0823529" b="0.00784314" a="1.0"/>
<color r="0.0156863" g="0.0862745" b="0.00784314" a="1.0"/>
<color r="0.0156863" g="0.0901961" b="0.00784314" a="1.0"/>
<color r="0.0196078" g="0.0941176" b="0.00784314" a="1.0"/>
<color r="0.0196078" g="0.0980392" b="0.00784314" a="1.0"/>
<color r="0.0196078" g="0.105882" b="0.00784314" a="1.0"/>
<color r="0.0196078" g="0.105882" b="0.00784314" a="1.0"/>
<color r="0.0196078" g="0.113725" b="0.00784314" a="1.0"/>
<color r="0.0235294" g="0.113725" b="0.0117647" a="1.0"/>
<color r="0.0235294" g="0.121569" b="0.0117647" a="1.0"/>
<color r="0.0235294" g="0.12549" b="0.0117647" a="1.0"/>
<color r="0.0235294" g="0.129412" b="0.0117647" a="1.0"/>
<color r="0.027451" g="0.133333" b="0.0117647" a="1.0"/>
<color r="0.027451" g="0.137255" b="0.0117647" a="1.0"/>
<color r="0.027451" g="0.141176" b="0.0117647" a="1.0"/>
<color r="0.027451" g="0.145098" b="0.0156863" a="1.0"/>
<color r="0.0313725" g="0.152941" b="0.0156863" a="1.0"/>
<color r="0.0313725" g="0.156863" b="0.0156863" a="1.0"/>
<color r="0.0352941" g="0.160784" b="0.0156863" a="1.0"/>
<color r="0.0352941" g="0.168627" b="0.0156863" a="1.0"/>
<color r="0.0352941" g="0.172549" b="0.0156863" a="1.0"/>
<color r="0.0352941" g="0.176471" b="0.0196078" a="1.0"/>
<color r="0.0392157" g="0.180392" b="0.0196078" a="1.0"/>
<color r="0.0392157" g="0.188235" b="0.0196078" a="1.0"/>
<color r="0.0431373" g="0.192157" b="0.0196078" a="1.0"/>
<color r="0.0431373" g="0.196078" b="0.0196078" a="1.0"/>
<color r="0.0431373" g="0.2" b="0.0196078" a="1.0"/>
<color r="0.0431373" g="0.207843" b="0.0235294" a="1.0"/>
<color r="0.0470588" g="0.211765" b="0.0235294" a="1.0"/>
<color r="0.0470588" g="0.215686" b="0.0235294" a="1.0"/>
<color r="0.0509804" g="0.223529" b="0.0235294" a="1.0"/>
<color r="0.0509804" g="0.227451" b="0.027451" a="1.0"/>
<color r="0.0509804" g="0.235294" b="0.027451" a="1.0"/>
<color r="0.054902" g="0.239216" b="0.027451" a="1.0"/>
<color r="0.054902" g="0.247059" b="0.027451" a="1.0"/>
<color r="0.0588235" g="0.25098" b="0.027451" a="1.0"/>
<color r="0.0588235" g="0.258824" b="0.0313725" a="1.0"/>
<color r="0.0627451" g="0.262745" b="0.0313725" a="1.0"/>
<color r="0.0627451" g="0.266667" b="0.0352941" a="1.0"/>
<color r="0.0627451" g="0.27451" b="0.0352941" a="1.0"/>
<color r="0.0666667" g="0.278431" b="0.0352941" a="1.0"/>
<color r="0.0666667" g="0.282353" b="0.0352941" a="1.0"/>
<color r="0.0705882" g="0.290196" b="0.0392157" a="1.0"/>
<color r="0.0705882" g="0.294118" b="0.0392157" a="1.0"/>
<color r="0.0745098" g="0.301961" b="0.0392157" a="1.0"/>
<color r="0.0745098" g="0.309804" b="0.0431373" a="1.0"/>
<color r="0.0784314" g="0.313725" b="0.0431373" a="1.0"/>
<color r="0.0784314" g="0.321569" b="0.0431373" a="1.0"/>
<color r="0.0784314" g="0.32549" b="0.0431373" a="1.0"/>
<color r="0.0823529" g="0.329412" b="0.0470588" a="1.0"/>
<color r="0.0862745" g="0.333333" b="0.0470588" a="1.0"/>
<color r="0.0862745" g="0.345098" b="0.0509804" a="1.0"/>
<color r="0.0901961" g="0.34902" b="0.0509804" a="1.0"/>
<color r="0.0901961" g="0.352941" b="0.0509804" a="1.0"/>
<color r="0.0941176" g="0.364706" b="0.054902" a="1.0"/>
<color r="0.0980392" g="0.368627" b="0.054902" a="1.0"/>
<color r="0.0980392" g="0.372549" b="0.0588235" a="1.0"/>
<color r="0.101961" g="0.376471" b="0.0588235" a="1.0"/>
<color r="0.101961" g="0.388235" b="0.0588235" a="1.0"/>
<color r="0.105882" g="0.392157" b="0.0627451" a="1.0"/>
<color r="0.105882" g="0.396078" b="0.0627451" a="1.0"/>
<color r="0.109804" g="0.4" b="0.0666667" a="1.0"/>
<color r="0.113725" g="0.407843" b="0.0666667" a="1.0"/>
<color r="0.113725" g="0.415686" b="0.0705882" a="1.0"/>
<color r="0.117647" g="0.423529" b="0.0705882" a="1.0"/>
<color r="0.121569" g="0.427451" b="0.0745098" a="1.0"/>
<color r="0.121569" g="0.431373" b="0.0745098" a="1.0"/>
<color r="0.12549" g="0.439216" b="0.0745098" a="1.0"/>
<color r="0.129412" g="0.443137" b="0.0784314" a="1.0"/>
<color r="0.129412" g="0.454902" b="0.0784314" a="1.0"/>
<color r="0.133333" g="0.458824" b="0.0823529" a="1.0"/>
<color r="0.137255" g="0.462745" b="0.0862745" a="1.0"/>
<color r="0.141176" g="0.470588" b="0.0862745" a="1.0"/>
<color r="0.141176" g="0.47451" b="0.0901961" a="1.0"/>
<color r="0.145098" g="0.478431" b="0.0901961" a="1.0"/>
<color r="0.14902" g="0.486275" b="0.0941176" a="1.0"/>
<color r="0.152941" g="0.490196" b="0.0980392" a="1.0"/>
<color r="0.156863" g="0.498039" b="0.0980392" a="1.0"/>
<color r="0.156863" g="0.501961" b="0.101961" a="1.0"/>
<color r="0.160784" g="0.505882" b="0.105882" a="1.0"/>
<color r="0.164706" g="0.513725" b="0.105882" a="1.0"/>
<color r="0.168627" g="0.517647" b="0.109804" a="1.0"/>
<color r="0.172549" g="0.52549" b="0.113725" a="1.0"/>
<color r="0.172549" g="0.529412" b="0.113725" a="1.0"/>
<color r="0.176471" g="0.537255" b="0.117647" a="1.0"/>
<color r="0.180392" g="0.541176" b="0.121569" a="1.0"/>
<color r="0.184314" g="0.54902" b="0.121569" a="1.0"/>
<color r="0.188235" g="0.552941" b="0.12549" a="1.0"/>
<color r="0.192157" g="0.560784" b="0.129412" a="1.0"/>
<color r="0.196078" g="0.564706" b="0.129412" a="1.0"/>
<color r="0.196078" g="0.572549" b="0.133333" a="1.0"/>
<color r="0.2" g="0.576471" b="0.137255" a="1.0"/>
<color r="0.203922" g="0.584314" b="0.141176" a="1.0"/>
<color r="0.207843" g="0.588235" b="0.141176" a="1.0"/>
<color r="0.211765" g="0.596078" b="0.145098" a="1.0"/>
<color r="0.215686" g="0.6" b="0.14902" a="1.0"/>
<color r="0.219608" g="0.607843" b="0.152941" a="1.0"/>
<color r="0.223529" g="0.611765" b="0.156863" a="1.0"/>
<color r="0.227451" g="0.619608" b="0.156863" a="1.0"/>
<color r="0.231373" g="0.619608" b="0.160784" a="1.0"/>
<color r="0.235294" g="0.627451" b="0.164706" a="1.0"/>
<color r="0.239216" g="0.631373" b="0.168627" a="1.0"/>
<color r="0.243137" g="0.639216" b="0.172549" a="1.0"/>
<color r="0.247059" g="0.643137" b="0.176471" a="1.0"/>
<color r="0.25098" g="0.65098" b="0.180392" a="1.0"/>
<color r="0.254902" g="0.65098" b="0.184314" a="1.0"/>
<color r="0.258824" g="0.658824" b="0.188235" a="1.0"/>
<color r="0.262745" g="0.662745" b="0.192157" a="1.0"/>
<color r="0.266667" g="0.670588" b="0.196078" a="1.0"/>
<color r="0.270588" g="0.67451" b="0.196078" a="1.0"/>
<color r="0.278431" g="0.67451" b="0.203922" a="1.0"/>
<color r="0.282353" g="0.682353" b="0.207843" a="1.0"/>
<color r="0.286275" g="0.690196" b="0.211765" a="1.0"/>
<color r="0.290196" g="0.694118" b="0.215686" a="1.0"/>
<color r="0.294118" g="0.694118" b="0.219608" a="1.0"/>
<color r="0.298039" g="0.701961" b="0.223529" a="1.0"/>
<color r="0.301961" g="0.709804" b="0.231373" a="1.0"/>
<color r="0.309804" g="0.709804" b="0.235294" a="1.0"/>
<color r="0.313725" g="0.713725" b="0.239216" a="1.0"/>
<color r="0.317647" g="0.721569" b="0.243137" a="1.0"/>
<color r="0.321569" g="0.729412" b="0.247059" a="1.0"/>
<color r="0.329412" g="0.729412" b="0.254902" a="1.0"/>
<color r="0.333333" g="0.737255" b="0.258824" a="1.0"/>
<color r="0.341176" g="0.741176" b="0.262745" a="1.0"/>
<color r="0.345098" g="0.741176" b="0.266667" a="1.0"/>
<color r="0.34902" g="0.74902" b="0.27451" a="1.0"/>
<color r="0.352941" g="0.74902" b="0.278431" a="1.0"/>
<color r="0.356863" g="0.756863" b="0.282353" a="1.0"/>
<color r="0.364706" g="0.764706" b="0.286275" a="1.0"/>
<color r="0.372549" g="0.764706" b="0.294118" a="1.0"/>
<color r="0.376471" g="0.768627" b="0.298039" a="1.0"/>
<color r="0.380392" g="0.776471" b="0.301961" a="1.0"/>
<color r="0.388235" g="0.776471" b="0.309804" a="1.0"/>
<color r="0.392157" g="0.784314" b="0.317647" a="1.0"/>
<color r="0.396078" g="0.784314" b="0.321569" a="1.0"/>
<color r="0.4" g="0.792157" b="0.32549" a="1.0"/>
<color r="0.411765" g="0.792157" b="0.333333" a="1.0"/>
<color r="0.415686" g="0.796078" b="0.341176" a="1.0"/>
<color r="0.423529" g="0.796078" b="0.345098" a="1.0"/>
<color r="0.427451" g="0.803922" b="0.34902" a="1.0"/>
<color r="0.431373" g="0.811765" b="0.356863" a="1.0"/>
<color r="0.439216" g="0.811765" b="0.364706" a="1.0"/>
<color r="0.443137" g="0.819608" b="0.368627" a="1.0"/>
<color r="0.454902" g="0.819608" b="0.376471" a="1.0"/>
<color r="0.458824" g="0.827451" b="0.380392" a="1.0"/>
<color r="0.462745" g="0.827451" b="0.388235" a="1.0"/>
<color r="0.470588" g="0.831373" b="0.396078" a="1.0"/>
<color r="0.47451" g="0.831373" b="0.4" a="1.0"/>
<color r="0.478431" g="0.839216" b="0.407843" a="1.0"/>
<color r="0.490196" g="0.839216" b="0.415686" a="1.0"/>
<color r="0.498039" g="0.839216" b="0.423529" a="1.0"/>
<color r="0.501961" g="0.847059" b="0.431373" a="1.0"/>
<color r="0.505882" g="0.847059" b="0.439216" a="1.0"/>
<color r="0.513725" g="0.854902" b="0.443137" a="1.0"/>
<color r="0.52549" g="0.854902" b="0.454902" a="1.0"/>
<color r="0.529412" g="0.862745" b="0.458824" a="1.0"/>
<color r="0.537255" g="0.862745" b="0.462745" a="1.0"/>
<color r="0.541176" g="0.870588" b="0.47451" a="1.0"/>
<color r="0.54902" g="0.870588" b="0.478431" a="1.0"/>
<color r="0.560784" g="0.870588" b="0.490196" a="1.0"/>
<color r="0.564706" g="0.878431" b="0.498039" a="1.0"/>
<color r="0.572549" g="0.878431" b="0.501961" a="1.0"/>
<color r="0.576471" g="0.882353" b="0.513725" a="1.0"/>
<color r="0.584314" g="0.882353" b="0.517647" a="1.0"/>
<color r="0.596078" g="0.882353" b="0.529412" a="1.0"/>
<color r="0.6" g="0.890196" b="0.537255" a="1.0"/>
<color r="0.607843" g="0.890196" b="0.541176" a="1.0"/>
<color r="0.611765" g="0.890196" b="0.552941" a="1.0"/>
<color r="0.619608" g="0.898039" b="0.560784" a="1.0"/>
<color r="0.631373" g="0.898039" b="0.572549" a="1.0"/>
<color r="0.639216" g="0.905882" b="0.576471" a="1.0"/>
<color r="0.643137" g="0.905882" b="0.588235" a="1.0"/>
<color r="0.65098" g="0.905882" b="0.596078" a="1.0"/>
<color r="0.658824" g="0.913725" b="0.6" a="1.0"/>
<color r="0.670588" g="0.913725" b="0.611765" a="1.0"/>
<color r="0.67451" g="0.913725" b="0.619608" a="1.0"/>
<color r="0.682353" g="0.921569" b="0.631373" a="1.0"/>
<color r="0.690196" g="0.921569" b="0.639216" a="1.0"/>
<color r="0.701961" g="0.921569" b="0.65098" a="1.0"/>
<color r="0.709804" g="0.929412" b="0.658824" a="1.0"/>
<color r="0.713725" g="0.929412" b="0.670588" a="1.0"/>
<color r="0.721569" g="0.929412" b="0.67451" a="1.0"/>
<color r="0.737255" g="0.929412" b="0.690196" a="1.0"/>
<color r="0.741176" g="0.937255" b="0.694118" a="1.0"/>
<color r="0.74902" g="0.937255" b="0.701961" a="1.0"/>
<color r="0.756863" g="0.937255" b="0.713725" a="1.0"/>
<color r="0.764706" g="0.945098" b="0.721569" a="1.0"/>
<color r="0.776471" g="0.945098" b="0.737255" a="1.0"/>
<color r="0.784314" g="0.945098" b="0.741176" a="1.0"/>
<color r="0.792157" g="0.952941" b="0.756863" a="1.0"/>
<color r="0.796078" g="0.952941" b="0.764706" a="1.0"/>
<color r="0.811765" g="0.952941" b="0.776471" a="1.0"/>
<color r="0.819608" g="0.952941" b="0.784314" a="1.0"/>
<color r="0.827451" g="0.960784" b="0.796078" a="1.0"/>
<color r="0.831373" g="0.960784" b="0.803922" a="1.0"/>
<color r="0.847059" g="0.960784" b="0.819608" a="1.0"/>
<color r="0.854902" g="0.968627" b="0.827451" a="1.0"/>
<color r="0.862745" g="0.968627" b="0.839216" a="1.0"/>
<color r="0.870588" g="0.968627" b="0.847059" a="1.0"/>
<color r="0.882353" g="0.968627" b="0.862745" a="1.0"/>
<color r="0.890196" g="0.976471" b="0.870588" a="1.0"/>
<color r="0.898039" g="0.976471" b="0.882353" a="1.0"/>
<color r="0.905882" g="0.976471" b="0.890196" a="1.0"/>
<color r="0.921569" g="0.976471" b="0.905882" a="1.0"/>
<color r="0.929412" g="0.984314" b="0.913725" a="1.0"/>
<color r="0.937255" g="0.984314" b="0.929412" a="1.0"/>
<color r="0.945098" g="0.984314" b="0.937255" a="1.0"/>
<color r="0.960784" g="0.984314" b="0.952941" a="1.0"/>
<color r="0.968627" g="0.992157" b="0.960784" a="1.0"/>
<color r="0.976471" g="0.992157" b="0.976471" a="1.0"/>
<color r="0.984314" g="0.992157" b="0.984314" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.00784314" g="0.0" b="0.0" a="1.0"/>
<color r="0.00784314" g="0.0" b="0.0" a="1.0"/>
<color r="0.0117647" g="0.0" b="0.0" a="1.0"/>
<color r="0.0156863" g="0.0" b="0.0" a="1.0"/>
<color r="0.0156863" g="0.0" b="0.0" a="1.0"/>
<color r="0.0196078" g="0.0" b="0.0" a="1.0"/>
<color r="0.0196078" g="0.0" b="0.0" a="1.0"/>
<color r="0.0235294" g="0.0" b="0.0" a="1.0"/>
<color r="0.027451" g="0.0" b="0.0" a="1.0"/>
<color r="0.0313725" g="0.0" b="0.0" a="1.0"/>
<color r="0.0352941" g="0.0" b="0.0" a="1.0"/>
<color r="0.0392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.0431373" g="0.0" b="0.0" a="1.0"/>
<color r="0.0470588" g="0.0" b="0.0" a="1.0"/>
<color r="0.0509804" g="0.0" b="0.0" a="1.0"/>
<color r="0.054902" g="0.0" b="0.0" a="1.0"/>
<color r="0.0588235" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0666667" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0705882" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0745098" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0784314" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0862745" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0901961" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0980392" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.101961" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.109804" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.113725" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.121569" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.129412" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.133333" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.141176" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.14902" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.156863" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.160784" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.168627" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.176471" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.184314" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.192157" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.196078" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.207843" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.215686" g="0.0156863" b="0.0" a="1.0"/>
<color r="0.223529" g="0.0156863" b="0.0" a="1.0"/>
<color r="0.231373" g="0.0156863" b="0.0" a="1.0"/>
<color r="0.239216" g="0.0156863" b="0.0" a="1.0"/>
<color r="0.25098" g="0.0156863" b="0.0" a="1.0"/>
<color r="0.258824" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.266667" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.27451" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.282353" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.290196" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.298039" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.309804" g="0.0235294" b="0.0" a="1.0"/>
<color r="0.321569" g="0.0235294" b="0.0" a="1.0"/>
<color r="0.329412" g="0.0235294" b="0.0" a="1.0"/>
<color r="0.341176" g="0.0235294" b="0.0" a="1.0"/>
<color r="0.34902" g="0.027451" b="0.0" a="1.0"/>
<color r="0.356863" g="0.027451" b="0.0" a="1.0"/>
<color r="0.368627" g="0.027451" b="0.0" a="1.0"/>
<color r="0.376471" g="0.027451" b="0.0" a="1.0"/>
<color r="0.388235" g="0.0313725" b="0.0" a="1.0"/>
<color r="0.396078" g="0.0313725" b="0.0" a="1.0"/>
<color r="0.407843" g="0.0313725" b="0.0" a="1.0"/>
<color r="0.415686" g="0.0352941" b="0.0" a="1.0"/>
<color r="0.423529" g="0.0352941" b="0.0" a="1.0"/>
<color r="0.431373" g="0.0352941" b="0.0" a="1.0"/>
<color r="0.443137" g="0.0392157" b="0.0" a="1.0"/>
<color r="0.454902" g="0.0392157" b="0.0" a="1.0"/>
<color r="0.462745" g="0.0392157" b="0.0" a="1.0"/>
<color r="0.47451" g="0.0431373" b="0.0" a="1.0"/>
<color r="0.486275" g="0.0431373" b="0.0" a="1.0"/>
<color r="0.498039" g="0.0431373" b="0.0" a="1.0"/>
<color r="0.501961" g="0.0431373" b="0.0" a="1.0"/>
<color r="0.513725" g="0.0470588" b="0.0" a="1.0"/>
<color r="0.52549" g="0.0470588" b="0.0" a="1.0"/>
<color r="0.537255" g="0.0509804" b="0.0" a="1.0"/>
<color r="0.541176" g="0.0509804" b="0.0" a="1.0"/>
<color r="0.552941" g="0.0509804" b="0.0" a="1.0"/>
<color r="0.564706" g="0.054902" b="0.0" a="1.0"/>
<color r="0.576471" g="0.054902" b="0.0" a="1.0"/>
<color r="0.584314" g="0.0588235" b="0.0" a="1.0"/>
<color r="0.596078" g="0.0588235" b="0.0" a="1.0"/>
<color r="0.607843" g="0.0588235" b="0.0" a="1.0"/>
<color r="0.611765" g="0.0627451" b="0.0" a="1.0"/>
<color r="0.627451" g="0.0627451" b="0.0" a="1.0"/>
<color r="0.631373" g="0.0666667" b="0.0" a="1.0"/>
<color r="0.643137" g="0.0666667" b="0.0" a="1.0"/>
<color r="0.658824" g="0.0705882" b="0.0" a="1.0"/>
<color r="0.662745" g="0.0705882" b="0.0" a="1.0"/>
<color r="0.67451" g="0.0705882" b="0.0" a="1.0"/>
<color r="0.682353" g="0.0745098" b="0.0" a="1.0"/>
<color r="0.694118" g="0.0745098" b="0.0" a="1.0"/>
<color r="0.701961" g="0.0784314" b="0.0" a="1.0"/>
<color r="0.713725" g="0.0784314" b="0.00392157" a="1.0"/>
<color r="0.721569" g="0.0823529" b="0.00392157" a="1.0"/>
<color r="0.737255" g="0.0862745" b="0.00392157" a="1.0"/>
<color r="0.741176" g="0.0862745" b="0.00392157" a="1.0"/>
<color r="0.74902" g="0.0901961" b="0.00392157" a="1.0"/>
<color r="0.764706" g="0.0901961" b="0.00392157" a="1.0"/>
<color r="0.768627" g="0.0901961" b="0.00392157" a="1.0"/>
<color r="0.776471" g="0.0941176" b="0.00392157" a="1.0"/>
<color r="0.792157" g="0.0980392" b="0.00392157" a="1.0"/>
<color r="0.796078" g="0.0980392" b="0.00392157" a="1.0"/>
<color r="0.803922" g="0.101961" b="0.00784314" a="1.0"/>
<color r="0.819608" g="0.105882" b="0.00784314" a="1.0"/>
<color r="0.827451" g="0.105882" b="0.00784314" a="1.0"/>
<color r="0.831373" g="0.109804" b="0.00784314" a="1.0"/>
<color r="0.839216" g="0.113725" b="0.00784314" a="1.0"/>
<color r="0.847059" g="0.113725" b="0.00784314" a="1.0"/>
<color r="0.862745" g="0.117647" b="0.0117647" a="1.0"/>
<color r="0.870588" g="0.121569" b="0.0117647" a="1.0"/>
<color r="0.878431" g="0.121569" b="0.0117647" a="1.0"/>
<color r="0.882353" g="0.12549" b="0.0117647" a="1.0"/>
<color r="0.890196" g="0.129412" b="0.0156863" a="1.0"/>
<color r="0.898039" g="0.129412" b="0.0156863" a="1.0"/>
<color r="0.905882" g="0.133333" b="0.0156863" a="1.0"/>
<color r="0.913725" g="0.137255" b="0.0156863" a="1.0"/>
<color r="0.921569" g="0.141176" b="0.0196078" a="1.0"/>
<color r="0.929412" g="0.141176" b="0.0196078" a="1.0"/>
<color r="0.937255" g="0.145098" b="0.0196078" a="1.0"/>
<color r="0.945098" g="0.14902" b="0.0196078" a="1.0"/>
<color r="0.952941" g="0.152941" b="0.0235294" a="1.0"/>
<color r="0.960784" g="0.156863" b="0.0235294" a="1.0"/>
<color r="0.968627" g="0.156863" b="0.0235294" a="1.0"/>
<color r="0.976471" g="0.160784" b="0.027451" a="1.0"/>
<color r="0.984314" g="0.164706" b="0.027451" a="1.0"/>
<color r="0.992157" g="0.168627" b="0.027451" a="1.0"/>
<color r="1.0" g="0.172549" b="0.0313725" a="1.0"/>
<color r="1.0" g="0.172549" b="0.0313725" a="1.0"/>
<color r="1.0" g="0.176471" b="0.0352941" a="1.0"/>
<color r="1.0" g="0.180392" b="0.0352941" a="1.0"/>
<color r="1.0" g="0.184314" b="0.0392157" a="1.0"/>
<color r="1.0" g="0.188235" b="0.0392157" a="1.0"/>
<color r="1.0" g="0.192157" b="0.0431373" a="1.0"/>
<color r="1.0" g="0.196078" b="0.0431373" a="1.0"/>
<color r="1.0" g="0.196078" b="0.0431373" a="1.0"/>
<color r="1.0" g="0.2" b="0.0470588" a="1.0"/>
<color r="1.0" g="0.203922" b="0.0509804" a="1.0"/>
<color r="1.0" g="0.207843" b="0.0509804" a="1.0"/>
<color r="1.0" g="0.211765" b="0.054902" a="1.0"/>
<color r="1.0" g="0.219608" b="0.0588235" a="1.0"/>
<color r="1.0" g="0.223529" b="0.0588235" a="1.0"/>
<color r="1.0" g="0.227451" b="0.0627451" a="1.0"/>
<color r="1.0" g="0.231373" b="0.0666667" a="1.0"/>
<color r="1.0" g="0.235294" b="0.0666667" a="1.0"/>
<color r="1.0" g="0.239216" b="0.0705882" a="1.0"/>
<color r="1.0" g="0.243137" b="0.0745098" a="1.0"/>
<color r="1.0" g="0.247059" b="0.0745098" a="1.0"/>
<color r="1.0" g="0.25098" b="0.0784314" a="1.0"/>
<color r="1.0" g="0.258824" b="0.0823529" a="1.0"/>
<color r="1.0" g="0.262745" b="0.0862745" a="1.0"/>
<color r="1.0" g="0.266667" b="0.0901961" a="1.0"/>
<color r="1.0" g="0.270588" b="0.0901961" a="1.0"/>
<color r="1.0" g="0.27451" b="0.0980392" a="1.0"/>
<color r="1.0" g="0.278431" b="0.0980392" a="1.0"/>
<color r="1.0" g="0.282353" b="0.101961" a="1.0"/>
<color r="1.0" g="0.290196" b="0.105882" a="1.0"/>
<color r="1.0" g="0.294118" b="0.109804" a="1.0"/>
<color r="1.0" g="0.298039" b="0.113725" a="1.0"/>
<color r="1.0" g="0.301961" b="0.117647" a="1.0"/>
<color r="1.0" g="0.309804" b="0.121569" a="1.0"/>
<color r="1.0" g="0.317647" b="0.129412" a="1.0"/>
<color r="1.0" g="0.321569" b="0.129412" a="1.0"/>
<color r="1.0" g="0.32549" b="0.137255" a="1.0"/>
<color r="1.0" g="0.329412" b="0.141176" a="1.0"/>
<color r="1.0" g="0.333333" b="0.145098" a="1.0"/>
<color r="1.0" g="0.341176" b="0.14902" a="1.0"/>
<color r="1.0" g="0.34902" b="0.156863" a="1.0"/>
<color r="1.0" g="0.352941" b="0.160784" a="1.0"/>
<color r="1.0" g="0.356863" b="0.164706" a="1.0"/>
<color r="1.0" g="0.364706" b="0.172549" a="1.0"/>
<color r="1.0" g="0.372549" b="0.176471" a="1.0"/>
<color r="1.0" g="0.376471" b="0.180392" a="1.0"/>
<color r="1.0" g="0.380392" b="0.188235" a="1.0"/>
<color r="1.0" g="0.388235" b="0.196078" a="1.0"/>
<color r="1.0" g="0.392157" b="0.196078" a="1.0"/>
<color r="1.0" g="0.4" b="0.203922" a="1.0"/>
<color r="1.0" g="0.407843" b="0.211765" a="1.0"/>
<color r="1.0" g="0.411765" b="0.219608" a="1.0"/>
<color r="1.0" g="0.415686" b="0.223529" a="1.0"/>
<color r="1.0" g="0.427451" b="0.231373" a="1.0"/>
<color r="1.0" g="0.431373" b="0.239216" a="1.0"/>
<color r="1.0" g="0.439216" b="0.247059" a="1.0"/>
<color r="1.0" g="0.443137" b="0.25098" a="1.0"/>
<color r="1.0" g="0.454902" b="0.258824" a="1.0"/>
<color r="1.0" g="0.458824" b="0.266667" a="1.0"/>
<color r="1.0" g="0.462745" b="0.27451" a="1.0"/>
<color r="1.0" g="0.47451" b="0.282353" a="1.0"/>
<color r="1.0" g="0.478431" b="0.290196" a="1.0"/>
<color r="1.0" g="0.486275" b="0.294118" a="1.0"/>
<color r="1.0" g="0.490196" b="0.301961" a="1.0"/>
<color r="1.0" g="0.501961" b="0.313725" a="1.0"/>
<color r="1.0" g="0.505882" b="0.321569" a="1.0"/>
<color r="1.0" g="0.513725" b="0.329412" a="1.0"/>
<color r="1.0" g="0.52549" b="0.341176" a="1.0"/>
<color r="1.0" g="0.529412" b="0.34902" a="1.0"/>
<color r="1.0" g="0.537255" b="0.356863" a="1.0"/>
<color r="1.0" g="0.541176" b="0.364706" a="1.0"/>
<color r="1.0" g="0.552941" b="0.372549" a="1.0"/>
<color r="1.0" g="0.560784" b="0.380392" a="1.0"/>
<color r="1.0" g="0.564706" b="0.392157" a="1.0"/>
<color r="1.0" g="0.576471" b="0.4" a="1.0"/>
<color r="1.0" g="0.584314" b="0.411765" a="1.0"/>
<color r="1.0" g="0.588235" b="0.423529" a="1.0"/>
<color r="1.0" g="0.6" b="0.431373" a="1.0"/>
<color r="1.0" g="0.607843" b="0.443137" a="1.0"/>
<color r="1.0" g="0.611765" b="0.454902" a="1.0"/>
<color r="1.0" g="0.627451" b="0.462745" a="1.0"/>
<color r="1.0" g="0.631373" b="0.47451" a="1.0"/>
<color r="1.0" g="0.639216" b="0.486275" a="1.0"/>
<color r="1.0" g="0.65098" b="0.498039" a="1.0"/>
<color r="1.0" g="0.658824" b="0.505882" a="1.0"/>
<color r="1.0" g="0.662745" b="0.517647" a="1.0"/>
<color r="1.0" g="0.67451" b="0.529412" a="1.0"/>
<color r="1.0" g="0.682353" b="0.541176" a="1.0"/>
<color r="1.0" g="0.690196" b="0.552941" a="1.0"/>
<color r="1.0" g="0.701961" b="0.564706" a="1.0"/>
<color r="1.0" g="0.709804" b="0.576471" a="1.0"/>
<color r="1.0" g="0.713725" b="0.588235" a="1.0"/>
<color r="1.0" g="0.729412" b="0.6" a="1.0"/>
<color r="1.0" g="0.737255" b="0.611765" a="1.0"/>
<color r="1.0" g="0.741176" b="0.627451" a="1.0"/>
<color r="1.0" g="0.756863" b="0.639216" a="1.0"/>
<color r="1.0" g="0.764706" b="0.65098" a="1.0"/>
<color r="1.0" g="0.768627" b="0.662745" a="1.0"/>
<color r="1.0" g="0.784314" b="0.67451" a="1.0"/>
<color r="1.0" g="0.792157" b="0.694118" a="1.0"/>
<color r="1.0" g="0.803922" b="0.709804" a="1.0"/>
<color r="1.0" g="0.811765" b="0.721569" a="1.0"/>
<color r="1.0" g="0.819608" b="0.737255" a="1.0"/>
<color r="1.0" g="0.831373" b="0.74902" a="1.0"/>
<color r="1.0" g="0.839216" b="0.764706" a="1.0"/>
<color r="1.0" g="0.847059" b="0.776471" a="1.0"/>
<color r="1.0" g="0.862745" b="0.792157" a="1.0"/>
<color r="1.0" g="0.870588" b="0.803922" a="1.0"/>
<color r="1.0" g="0.878431" b="0.819608" a="1.0"/>
<color r="1.0" g="0.890196" b="0.831373" a="1.0"/>
<color r="1.0" g="0.898039" b="0.854902" a="1.0"/>
<color r="1.0" g="0.913725" b="0.870588" a="1.0"/>
<color r="1.0" g="0.921569" b="0.882353" a="1.0"/>
<color r="1.0" g="0.929412" b="0.898039" a="1.0"/>
<color r="1.0" g="0.945098" b="0.913725" a="1.0"/>
<color r="1.0" g="0.952941" b="0.929412" a="1.0"/>
<color r="1.0" g="0.960784" b="0.945098" a="1.0"/>
<color r="1.0" g="0.976471" b="0.960784" a="1.0"/>
<color r="1.0" g="0.984314" b="0.976471" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.00392156862745" b="0.00392156862745" a="1.0"/>
<color r="0.0" g="0.0078431372549" b="0.0078431372549" a="1.0"/>
<color r="0.0" g="0.0156862745098" b="0.0156862745098" a="1.0"/>
<color r="0.0" g="0.0196078431373" b="0.0196078431373" a="1.0"/>
<color r="0.0" g="0.0274509803922" b="0.0274509803922" a="1.0"/>
<color r="0.0" g="0.0313725490196" b="0.0313725490196" a="1.0"/>
<color r="0.0" g="0.0392156862745" b="0.0392156862745" a="1.0"/>
<color r="0.0" g="0.043137254902" b="0.043137254902" a="1.0"/>
<color r="0.0" g="0.0509803921569" b="0.0509803921569" a="1.0"/>
<color r="0.0" g="0.0549019607843" b="0.0549019607843" a="1.0"/>
<color r="0.0" g="0.0588235294118" b="0.0588235294118" a="1.0"/>
<color r="0.0" g="0.0666666666667" b="0.0666666666667" a="1.0"/>
<color r="0.0" g="0.0705882352941" b="0.0705882352941" a="1.0"/>
<color r="0.0" g="0.078431372549" b="0.078431372549" a="1.0"/>
<color r="0.0" g="0.0823529411765" b="0.0823529411765" a="1.0"/>
<color r="0.0" g="0.0901960784314" b="0.0901960784314" a="1.0"/>
<color r="0.0" g="0.0941176470588" b="0.0941176470588" a="1.0"/>
<color r="0.0" g="0.101960784314" b="0.101960784314" a="1.0"/>
<color r="0.0" g="0.105882352941" b="0.105882352941" a="1.0"/>
<color r="0.0" g="0.109803921569" b="0.109803921569" a="1.0"/>
<color r="0.0" g="0.117647058824" b="0.117647058824" a="1.0"/>
<color r="0.0" g="0.121568627451" b="0.121568627451" a="1.0"/>
<color r="0.0" g="0.129411764706" b="0.129411764706" a="1.0"/>
<color r="0.0" g="0.133333333333" b="0.133333333333" a="1.0"/>
<color r="0.0" g="0.141176470588" b="0.141176470588" a="1.0"/>
<color r="0.0" g="0.145098039216" b="0.145098039216" a="1.0"/>
<color r="0.0" g="0.152941176471" b="0.152941176471" a="1.0"/>
<color r="0.0" g="0.156862745098" b="0.156862745098" a="1.0"/>
<color r="0.0" g="0.164705882353" b="0.164705882353" a="1.0"/>
<color r="0.0" g="0.16862745098" b="0.16862745098" a="1.0"/>
<color r="0.0" g="0.172549019608" b="0.172549019608" a="1.0"/>
<color r="0.0" g="0.180392156863" b="0.180392156863" a="1.0"/>
<color r="0.0" g="0.18431372549" b="0.18431372549" a="1.0"/>
<color r="0.0" g="0.192156862745" b="0.192156862745" a="1.0"/>
<color r="0.0" g="0.196078431373" b="0.196078431373" a="1.0"/>
<color r="0.0" g="0.203921568627" b="0.203921568627" a="1.0"/>
<color r="0.0" g="0.207843137255" b="0.207843137255" a="1.0"/>
<color r="0.0" g="0.21568627451" b="0.21568627451" a="1.0"/>
<color r="0.0" g="0.219607843137" b="0.219607843137" a="1.0"/>
<color r="0.0" g="0.223529411765" b="0.223529411765" a="1.0"/>
<color r="0.0" g="0.23137254902" b="0.23137254902" a="1.0"/>
<color r="0.0" g="0.235294117647" b="0.235294117647" a="1.0"/>
<color r="0.0" g="0.243137254902" b="0.243137254902" a="1.0"/>
<color r="0.0" g="0.247058823529" b="0.247058823529" a="1.0"/>
<color r="0.0" g="0.254901960784" b="0.254901960784" a="1.0"/>
<color r="0.0" g="0.258823529412" b="0.258823529412" a="1.0"/>
<color r="0.0" g="0.266666666667" b="0.266666666667" a="1.0"/>
<color r="0.0" g="0.270588235294" b="0.270588235294" a="1.0"/>
<color r="0.0" g="0.274509803922" b="0.274509803922" a="1.0"/>
<color r="0.0" g="0.282352941176" b="0.282352941176" a="1.0"/>
<color r="0.0" g="0.286274509804" b="0.286274509804" a="1.0"/>
<color r="0.0" g="0.294117647059" b="0.294117647059" a="1.0"/>
<color r="0.0" g="0.298039215686" b="0.298039215686" a="1.0"/>
<color r="0.0" g="0.305882352941" b="0.305882352941" a="1.0"/>
<color r="0.0" g="0.309803921569" b="0.309803921569" a="1.0"/>
<color r="0.0" g="0.317647058824" b="0.317647058824" a="1.0"/>
<color r="0.0" g="0.321568627451" b="0.321568627451" a="1.0"/>
<color r="0.0" g="0.329411764706" b="0.329411764706" a="1.0"/>
<color r="0.0" g="0.333333333333" b="0.333333333333" a="1.0"/>
<color r="0.0" g="0.337254901961" b="0.337254901961" a="1.0"/>
<color r="0.0" g="0.345098039216" b="0.345098039216" a="1.0"/>
<color r="0.0" g="0.349019607843" b="0.349019607843" a="1.0"/>
<color r="0.0" g="0.356862745098" b="0.356862745098" a="1.0"/>
<color r="0.0" g="0.360784313725" b="0.360784313725" a="1.0"/>
<color r="0.0" g="0.36862745098" b="0.36862745098" a="1.0"/>
<color r="0.0" g="0.372549019608" b="0.372549019608" a="1.0"/>
<color r="0.0" g="0.380392156863" b="0.380392156863" a="1.0"/>
<color r="0.0" g="0.38431372549" b="0.38431372549" a="1.0"/>
<color r="0.0" g="0.388235294118" b="0.388235294118" a="1.0"/>
<color r="0.0" g="0.396078431373" b="0.396078431373" a="1.0"/>
<color r="0.0" g="0.4" b="0.4" a="1.0"/>
<color r="0.0" g="0.407843137255" b="0.407843137255" a="1.0"/>
<color r="0.0" g="0.411764705882" b="0.411764705882" a="1.0"/>
<color r="0.0" g="0.419607843137" b="0.419607843137" a="1.0"/>
<color r="0.0" g="0.423529411765" b="0.423529411765" a="1.0"/>
<color r="0.0" g="0.43137254902" b="0.43137254902" a="1.0"/>
<color r="0.0" g="0.435294117647" b="0.435294117647" a="1.0"/>
<color r="0.0" g="0.443137254902" b="0.443137254902" a="1.0"/>
<color r="0.0" g="0.447058823529" b="0.447058823529" a="1.0"/>
<color r="0.0" g="0.450980392157" b="0.450980392157" a="1.0"/>
<color r="0.0" g="0.458823529412" b="0.458823529412" a="1.0"/>
<color r="0.0" g="0.462745098039" b="0.462745098039" a="1.0"/>
<color r="0.0" g="0.470588235294" b="0.470588235294" a="1.0"/>
<color r="0.0" g="0.474509803922" b="0.474509803922" a="1.0"/>
<color r="0.0" g="0.482352941176" b="0.482352941176" a="1.0"/>
<color r="0.0" g="0.486274509804" b="0.486274509804" a="1.0"/>
<color r="0.0" g="0.494117647059" b="0.494117647059" a="1.0"/>
<color r="0.0" g="0.498039215686" b="0.498039215686" a="1.0"/>
<color r="0.0" g="0.501960784314" b="0.501960784314" a="1.0"/>
<color r="0.0" g="0.509803921569" b="0.509803921569" a="1.0"/>
<color r="0.0" g="0.513725490196" b="0.513725490196" a="1.0"/>
<color r="0.0" g="0.521568627451" b="0.521568627451" a="1.0"/>
<color r="0.0" g="0.525490196078" b="0.525490196078" a="1.0"/>
<color r="0.0" g="0.533333333333" b="0.533333333333" a="1.0"/>
<color r="0.0" g="0.537254901961" b="0.537254901961" a="1.0"/>
<color r="0.0" g="0.545098039216" b="0.545098039216" a="1.0"/>
<color r="0.0" g="0.549019607843" b="0.549019607843" a="1.0"/>
<color r="0.0" g="0.552941176471" b="0.552941176471" a="1.0"/>
<color r="0.0" g="0.560784313725" b="0.560784313725" a="1.0"/>
<color r="0.0" g="0.564705882353" b="0.564705882353" a="1.0"/>
<color r="0.0" g="0.572549019608" b="0.572549019608" a="1.0"/>
<color r="0.0" g="0.576470588235" b="0.576470588235" a="1.0"/>
<color r="0.0" g="0.58431372549" b="0.58431372549" a="1.0"/>
<color r="0.0" g="0.588235294118" b="0.588235294118" a="1.0"/>
<color r="0.0" g="0.596078431373" b="0.596078431373" a="1.0"/>
<color r="0.0" g="0.6" b="0.6" a="1.0"/>
<color r="0.0" g="0.607843137255" b="0.607843137255" a="1.0"/>
<color r="0.0" g="0.611764705882" b="0.611764705882" a="1.0"/>
<color r="0.0" g="0.61568627451" b="0.61568627451" a="1.0"/>
<color r="0.0" g="0.623529411765" b="0.623529411765" a="1.0"/>
<color r="0.0" g="0.627450980392" b="0.627450980392" a="1.0"/>
<color r="0.0" g="0.635294117647" b="0.635294117647" a="1.0"/>
<color r="0.0" g="0.639215686275" b="0.639215686275" a="1.0"/>
<color r="0.0" g="0.647058823529" b="0.647058823529" a="1.0"/>
<color r="0.0" g="0.650980392157" b="0.650980392157" a="1.0"/>
<color r="0.0" g="0.658823529412" b="0.658823529412" a="1.0"/>
<color r="0.0" g="0.662745098039" b="0.662745098039" a="1.0"/>
<color r="0.0" g="0.666666666667" b="0.666666666667" a="1.0"/>
<color r="0.0" g="0.674509803922" b="0.674509803922" a="1.0"/>
<color r="0.0" g="0.678431372549" b="0.678431372549" a="1.0"/>
<color r="0.00392156862745" g="0.686274509804" b="0.686274509804" a="1.0"/>
<color r="0.0117647058824" g="0.690196078431" b="0.690196078431" a="1.0"/>
<color r="0.0196078431373" g="0.698039215686" b="0.698039215686" a="1.0"/>
<color r="0.0274509803922" g="0.701960784314" b="0.701960784314" a="1.0"/>
<color r="0.0352941176471" g="0.709803921569" b="0.709803921569" a="1.0"/>
<color r="0.043137254902" g="0.713725490196" b="0.713725490196" a="1.0"/>
<color r="0.0509803921569" g="0.721568627451" b="0.721568627451" a="1.0"/>
<color r="0.0588235294118" g="0.725490196078" b="0.725490196078" a="1.0"/>
<color r="0.0666666666667" g="0.729411764706" b="0.729411764706" a="1.0"/>
<color r="0.0705882352941" g="0.737254901961" b="0.737254901961" a="1.0"/>
<color r="0.078431372549" g="0.741176470588" b="0.741176470588" a="1.0"/>
<color r="0.0862745098039" g="0.749019607843" b="0.749019607843" a="1.0"/>
<color r="0.0941176470588" g="0.752941176471" b="0.752941176471" a="1.0"/>
<color r="0.101960784314" g="0.760784313725" b="0.760784313725" a="1.0"/>
<color r="0.109803921569" g="0.764705882353" b="0.764705882353" a="1.0"/>
<color r="0.117647058824" g="0.772549019608" b="0.772549019608" a="1.0"/>
<color r="0.125490196078" g="0.776470588235" b="0.776470588235" a="1.0"/>
<color r="0.133333333333" g="0.780392156863" b="0.780392156863" a="1.0"/>
<color r="0.137254901961" g="0.788235294118" b="0.788235294118" a="1.0"/>
<color r="0.145098039216" g="0.792156862745" b="0.792156862745" a="1.0"/>
<color r="0.152941176471" g="0.8" b="0.8" a="1.0"/>
<color r="0.160784313725" g="0.803921568627" b="0.803921568627" a="1.0"/>
<color r="0.16862745098" g="0.811764705882" b="0.811764705882" a="1.0"/>
<color r="0.176470588235" g="0.81568627451" b="0.81568627451" a="1.0"/>
<color r="0.18431372549" g="0.823529411765" b="0.823529411765" a="1.0"/>
<color r="0.192156862745" g="0.827450980392" b="0.827450980392" a="1.0"/>
<color r="0.2" g="0.83137254902" b="0.83137254902" a="1.0"/>
<color r="0.203921568627" g="0.839215686275" b="0.839215686275" a="1.0"/>
<color r="0.211764705882" g="0.843137254902" b="0.843137254902" a="1.0"/>
<color r="0.219607843137" g="0.850980392157" b="0.850980392157" a="1.0"/>
<color r="0.227450980392" g="0.854901960784" b="0.854901960784" a="1.0"/>
<color r="0.235294117647" g="0.862745098039" b="0.862745098039" a="1.0"/>
<color r="0.243137254902" g="0.866666666667" b="0.866666666667" a="1.0"/>
<color r="0.250980392157" g="0.874509803922" b="0.874509803922" a="1.0"/>
<color r="0.258823529412" g="0.878431372549" b="0.878431372549" a="1.0"/>
<color r="0.266666666667" g="0.886274509804" b="0.886274509804" a="1.0"/>
<color r="0.270588235294" g="0.890196078431" b="0.890196078431" a="1.0"/>
<color r="0.278431372549" g="0.894117647059" b="0.894117647059" a="1.0"/>
<color r="0.286274509804" g="0.901960784314" b="0.901960784314" a="1.0"/>
<color r="0.294117647059" g="0.905882352941" b="0.905882352941" a="1.0"/>
<color r="0.301960784314" g="0.913725490196" b="0.913725490196" a="1.0"/>
<color r="0.309803921569" g="0.917647058824" b="0.917647058824" a="1.0"/>
<color r="0.317647058824" g="0.925490196078" b="0.925490196078" a="1.0"/>
<color r="0.325490196078" g="0.929411764706" b="0.929411764706" a="1.0"/>
<color r="0.333333333333" g="0.937254901961" b="0.937254901961" a="1.0"/>
<color r="0.337254901961" g="0.941176470588" b="0.941176470588" a="1.0"/>
<color r="0.345098039216" g="0.945098039216" b="0.945098039216" a="1.0"/>
<color r="0.352941176471" g="0.952941176471" b="0.952941176471" a="1.0"/>
<color r="0.360784313725" g="0.956862745098" b="0.956862745098" a="1.0"/>
<color r="0.36862745098" g="0.964705882353" b="0.964705882353" a="1.0"/>
<color r="0.376470588235" g="0.96862745098" b="0.96862745098" a="1.0"/>
<color r="0.38431372549" g="0.976470588235" b="0.976470588235" a="1.0"/>
<color r="0.392156862745" g="0.980392156863" b="0.980392156863" a="1.0"/>
<color r="0.4" g="0.988235294118" b="0.988235294118" a="1.0"/>
<color r="0.403921568627" g="0.992156862745" b="0.992156862745" a="1.0"/>
<color r="0.411764705882" g="1.0" b="1.0" a="1.0"/>
<color r="0.419607843137" g="1.0" b="1.0" a="1.0"/>
<color r="0.427450980392" g="1.0" b="1.0" a="1.0"/>
<color r="0.435294117647" g="1.0" b="1.0" a="1.0"/>
<color r="0.443137254902" g="1.0" b="1.0" a="1.0"/>
<color r="0.450980392157" g="1.0" b="1.0" a="1.0"/>
<color r="0.458823529412" g="1.0" b="1.0" a="1.0"/>
<color r="0.466666666667" g="1.0" b="1.0" a="1.0"/>
<color r="0.470588235294" g="1.0" b="1.0" a="1.0"/>
<color r="0.478431372549" g="1.0" b="1.0" a="1.0"/>
<color r="0.486274509804" g="1.0" b="1.0" a="1.0"/>
<color r="0.494117647059" g="1.0" b="1.0" a="1.0"/>
<color r="0.501960784314" g="1.0" b="1.0" a="1.0"/>
<color r="0.509803921569" g="1.0" b="1.0" a="1.0"/>
<color r="0.517647058824" g="1.0" b="1.0" a="1.0"/>
<color r="0.525490196078" g="1.0" b="1.0" a="1.0"/>
<color r="0.533333333333" g="1.0" b="1.0" a="1.0"/>
<color r="0.537254901961" g="1.0" b="1.0" a="1.0"/>
<color r="0.545098039216" g="1.0" b="1.0" a="1.0"/>
<color r="0.552941176471" g="1.0" b="1.0" a="1.0"/>
<color r="0.560784313725" g="1.0" b="1.0" a="1.0"/>
<color r="0.56862745098" g="1.0" b="1.0" a="1.0"/>
<color r="0.576470588235" g="1.0" b="1.0" a="1.0"/>
<color r="0.58431372549" g="1.0" b="1.0" a="1.0"/>
<color r="0.592156862745" g="1.0" b="1.0" a="1.0"/>
<color r="0.6" g="1.0" b="1.0" a="1.0"/>
<color r="0.603921568627" g="1.0" b="1.0" a="1.0"/>
<color r="0.611764705882" g="1.0" b="1.0" a="1.0"/>
<color r="0.619607843137" g="1.0" b="1.0" a="1.0"/>
<color r="0.627450980392" g="1.0" b="1.0" a="1.0"/>
<color r="0.635294117647" g="1.0" b="1.0" a="1.0"/>
<color r="0.643137254902" g="1.0" b="1.0" a="1.0"/>
<color r="0.650980392157" g="1.0" b="1.0" a="1.0"/>
<color r="0.658823529412" g="1.0" b="1.0" a="1.0"/>
<color r="0.666666666667" g="1.0" b="1.0" a="1.0"/>
<color r="0.670588235294" g="1.0" b="1.0" a="1.0"/>
<color r="0.678431372549" g="1.0" b="1.0" a="1.0"/>
<color r="0.686274509804" g="1.0" b="1.0" a="1.0"/>
<color r="0.694117647059" g="1.0" b="1.0" a="1.0"/>
<color r="0.701960784314" g="1.0" b="1.0" a="1.0"/>
<color r="0.709803921569" g="1.0" b="1.0" a="1.0"/>
<color r="0.717647058824" g="1.0" b="1.0" a="1.0"/>
<color r="0.725490196078" g="1.0" b="1.0" a="1.0"/>
<color r="0.733333333333" g="1.0" b="1.0" a="1.0"/>
<color r="0.737254901961" g="1.0" b="1.0" a="1.0"/>
<color r="0.745098039216" g="1.0" b="1.0" a="1.0"/>
<color r="0.752941176471" g="1.0" b="1.0" a="1.0"/>
<color r="0.760784313725" g="1.0" b="1.0" a="1.0"/>
<color r="0.76862745098" g="1.0" b="1.0" a="1.0"/>
<color r="0.776470588235" g="1.0" b="1.0" a="1.0"/>
<color r="0.78431372549" g="1.0" b="1.0" a="1.0"/>
<color r="0.792156862745" g="1.0" b="1.0" a="1.0"/>
<color r="0.8" g="1.0" b="1.0" a="1.0"/>
<color r="0.803921568627" g="1.0" b="1.0" a="1.0"/>
<color r="0.811764705882" g="1.0" b="1.0" a="1.0"/>
<color r="0.819607843137" g="1.0" b="1.0" a="1.0"/>
<color r="0.827450980392" g="1.0" b="1.0" a="1.0"/>
<color r="0.835294117647" g="1.0" b="1.0" a="1.0"/>
<color r="0.843137254902" g="1.0" b="1.0" a="1.0"/>
<color r="0.850980392157" g="1.0" b="1.0" a="1.0"/>
<color r="0.858823529412" g="1.0" b="1.0" a="1.0"/>
<color r="0.866666666667" g="1.0" b="1.0" a="1.0"/>
<color r="0.870588235294" g="1.0" b="1.0" a="1.0"/>
<color r="0.878431372549" g="1.0" b="1.0" a="1.0"/>
<color r="0.886274509804" g="1.0" b="1.0" a="1.0"/>
<color r="0.894117647059" g="1.0" b="1.0" a="1.0"/>
<color r="0.901960784314" g="1.0" b="1.0" a="1.0"/>
<color r="0.909803921569" g="1.0" b="1.0" a="1.0"/>
<color r="0.917647058824" g="1.0" b="1.0" a="1.0"/>
<color r="0.925490196078" g="1.0" b="1.0" a="1.0"/>
<color r="0.933333333333" g="1.0" b="1.0" a="1.0"/>
<color r="0.937254901961" g="1.0" b="1.0" a="1.0"/>
<color r="0.945098039216" g="1.0" b="1.0" a="1.0"/>
<color r="0.952941176471" g="1.0" b="1.0" a="1.0"/>
<color r="0.960784313725" g="1.0" b="1.0" a="1.0"/>
<color r="0.96862745098" g="1.0" b="1.0" a="1.0"/>
<color r="0.976470588235" g="1.0" b="1.0" a="1.0"/>
<color r="0.98431372549" g="1.0" b="1.0" a="1.0"/>
<color r="0.992156862745" g="1.0" b="1.0" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0417534136305" g="0.0417534136305" b="1.53787014093e-05" a="1.0"/>
<color r="0.059061499203" g="0.059061499203" b="6.15148056372e-05" a="1.0"/>
<color r="0.0723562876383" g="0.0723562876383" b="0.000138408310857" a="1.0"/>
<color r="0.0835785884483" g="0.0835785884483" b="0.000246059222549" a="1.0"/>
<color r="0.0934801587871" g="0.0934801587871" b="0.000384467518797" a="1.0"/>
<color r="0.102446544872" g="0.102446544872" b="0.00055363324343" a="1.0"/>
<color r="0.110706755694" g="0.110706755694" b="0.000753556338011" a="1.0"/>
<color r="0.118410065595" g="0.118410065595" b="0.000984236890194" a="1.0"/>
<color r="0.125660077263" g="0.125660077263" b="0.00124567478311" a="1.0"/>
<color r="0.132532306746" g="0.132532306746" b="0.00153787007519" a="1.0"/>
<color r="0.13908368279" g="0.13908368279" b="0.00186082276643" a="1.0"/>
<color r="0.145358470842" g="0.145358470842" b="0.00221453297372" a="1.0"/>
<color r="0.151391915714" g="0.151391915714" b="0.0025990004633" a="1.0"/>
<color r="0.157212530398" g="0.157212530398" b="0.00301422535204" a="1.0"/>
<color r="0.16284383138" g="0.16284383138" b="0.00346020763996" a="1.0"/>
<color r="0.168305460612" g="0.168305460612" b="0.00393694756078" a="1.0"/>
<color r="0.173614053165" g="0.173614053165" b="0.00444444441328" a="1.0"/>
<color r="0.178783865536" g="0.178783865536" b="0.00498269913243" a="1.0"/>
<color r="0.183827134675" g="0.183827134675" b="0.00555171078327" a="1.0"/>
<color r="0.188754511814" g="0.188754511814" b="0.00615148030075" a="1.0"/>
<color r="0.193575346704" g="0.193575346704" b="0.00678200674992" a="1.0"/>
<color r="0.198297911999" g="0.198297911999" b="0.00744329106574" a="1.0"/>
<color r="0.202929522944" g="0.202929522944" b="0.00813533278073" a="1.0"/>
<color r="0.207476716883" g="0.207476716883" b="0.00885813189488" a="1.0"/>
<color r="0.211945328058" g="0.211945328058" b="0.00961168794071" a="1.0"/>
<color r="0.216340667126" g="0.216340667126" b="0.0103960018532" a="1.0"/>
<color r="0.22066747628" g="0.22066747628" b="0.0112110726974" a="1.0"/>
<color r="0.224930138681" g="0.224930138681" b="0.0120569014082" a="1.0"/>
<color r="0.229132558785" g="0.229132558785" b="0.0129334870507" a="1.0"/>
<color r="0.233278401693" g="0.233278401693" b="0.0138408305598" a="1.0"/>
<color r="0.237370928596" g="0.237370928596" b="0.0147789310007" a="1.0"/>
<color r="0.241413236132" g="0.241413236132" b="0.0157477902431" a="1.0"/>
<color r="0.245408091826" g="0.245408091826" b="0.0167474054823" a="1.0"/>
<color r="0.249358173445" g="0.249358173445" b="0.0177777776531" a="1.0"/>
<color r="0.253265829647" g="0.253265829647" b="0.0188389086256" a="1.0"/>
<color r="0.257133304372" g="0.257133304372" b="0.0199307965297" a="1.0"/>
<color r="0.260962721881" g="0.260962721881" b="0.0210534413656" a="1.0"/>
<color r="0.264755997003" g="0.264755997003" b="0.0222068431331" a="1.0"/>
<color r="0.268514984729" g="0.268514984729" b="0.0233910037022" a="1.0"/>
<color r="0.272241300695" g="0.272241300695" b="0.024605921203" a="1.0"/>
<color r="0.275936680214" g="0.275936680214" b="0.0258515956355" a="1.0"/>
<color r="0.279602499569" g="0.279602499569" b="0.0271280269997" a="1.0"/>
<color r="0.283240224801" g="0.283240224801" b="0.0284352171655" a="1.0"/>
<color r="0.286851202273" g="0.286851202273" b="0.029773164263" a="1.0"/>
<color r="0.290436628753" g="0.290436628753" b="0.0311418682921" a="1.0"/>
<color r="0.293997730928" g="0.293997730928" b="0.0325413311229" a="1.0"/>
<color r="0.297535705566" g="0.297535705566" b="0.0339715508854" a="1.0"/>
<color r="0.301051450243" g="0.301051450243" b="0.0354325275795" a="1.0"/>
<color r="0.304546101888" g="0.304546101888" b="0.0369242612053" a="1.0"/>
<color r="0.308020558077" g="0.308020558077" b="0.0384467517628" a="1.0"/>
<color r="0.311475746304" g="0.311475746304" b="0.039999999252" a="1.0"/>
<color r="0.314912504308" g="0.314912504308" b="0.0415840074128" a="1.0"/>
<color r="0.318331699745" g="0.318331699745" b="0.0431987687653" a="1.0"/>
<color r="0.321734080595" g="0.321734080595" b="0.0448442907894" a="1.0"/>
<color r="0.325120424757" g="0.325120424757" b="0.0465205697452" a="1.0"/>
<color r="0.328491420372" g="0.328491420372" b="0.0482276056327" a="1.0"/>
<color r="0.331847785501" g="0.331847785501" b="0.0499653984519" a="1.0"/>
<color r="0.335190118528" g="0.335190118528" b="0.0517339482027" a="1.0"/>
<color r="0.338519077675" g="0.338519077675" b="0.0535332548852" a="1.0"/>
<color r="0.341835261326" g="0.341835261326" b="0.0553633222393" a="1.0"/>
<color r="0.345139237946" g="0.345139237946" b="0.0572241427852" a="1.0"/>
<color r="0.348431605919" g="0.348431605919" b="0.0591157240026" a="1.0"/>
<color r="0.351712754193" g="0.351712754193" b="0.0610380621517" a="1.0"/>
<color r="0.354983340993" g="0.354983340993" b="0.0629911609724" a="1.0"/>
<color r="0.358243785185" g="0.358243785185" b="0.0649750129849" a="1.0"/>
<color r="0.361494565478" g="0.361494565478" b="0.0669896219291" a="1.0"/>
<color r="0.36473607082" g="0.36473607082" b="0.0690349878049" a="1.0"/>
<color r="0.367968839758" g="0.367968839758" b="0.0711111106125" a="1.0"/>
<color r="0.371193291159" g="0.371193291159" b="0.0732179903517" a="1.0"/>
<color r="0.374409754136" g="0.374409754136" b="0.0753556345023" a="1.0"/>
<color r="0.377618617637" g="0.377618617637" b="0.0775240281049" a="1.0"/>
<color r="0.380820330452" g="0.380820330452" b="0.0797231861189" a="1.0"/>
<color r="0.38401519177" g="0.38401519177" b="0.0819530935848" a="1.0"/>
<color r="0.387203590543" g="0.387203590543" b="0.0842137654622" a="1.0"/>
<color r="0.390385796042" g="0.390385796042" b="0.0865051867915" a="1.0"/>
<color r="0.393562257056" g="0.393562257056" b="0.0888273725323" a="1.0"/>
<color r="0.3967331531" g="0.3967331531" b="0.0911803152047" a="1.0"/>
<color r="0.399898873123" g="0.399898873123" b="0.0935640148088" a="1.0"/>
<color r="0.403059686399" g="0.403059686399" b="0.0959784713446" a="1.0"/>
<color r="0.406215922038" g="0.406215922038" b="0.0984236848121" a="1.0"/>
<color r="0.409367789474" g="0.409367789474" b="0.100899655211" a="1.0"/>
<color r="0.4125155879" g="0.4125155879" b="0.103406382542" a="1.0"/>
<color r="0.415659646427" g="0.415659646427" b="0.105943866805" a="1.0"/>
<color r="0.418800054812" g="0.418800054812" b="0.108512107999" a="1.0"/>
<color r="0.421937231924" g="0.421937231924" b="0.111111113604" a="1.0"/>
<color r="0.425071327359" g="0.425071327359" b="0.113740868662" a="1.0"/>
<color r="0.428202520632" g="0.428202520632" b="0.116401380651" a="1.0"/>
<color r="0.431331170774" g="0.431331170774" b="0.119092657052" a="1.0"/>
<color r="0.43445742738" g="0.43445742738" b="0.121814690384" a="1.0"/>
<color r="0.437581499885" g="0.437581499885" b="0.124567473168" a="1.0"/>
<color r="0.440703627642" g="0.440703627642" b="0.127351020364" a="1.0"/>
<color r="0.443823960248" g="0.443823960248" b="0.130165324492" a="1.0"/>
<color r="0.446942737056" g="0.446942737056" b="0.133010385551" a="1.0"/>
<color r="0.450060077742" g="0.450060077742" b="0.135886203541" a="1.0"/>
<color r="0.453176221661" g="0.453176221661" b="0.138792778464" a="1.0"/>
<color r="0.456291378246" g="0.456291378246" b="0.141730110318" a="1.0"/>
<color r="0.459405667174" g="0.459405667174" b="0.144698199104" a="1.0"/>
<color r="0.46251929788" g="0.46251929788" b="0.147697044821" a="1.0"/>
<color r="0.46563241996" g="0.46563241996" b="0.150726647471" a="1.0"/>
<color r="0.46874518301" g="0.46874518301" b="0.153787007051" a="1.0"/>
<color r="0.471857766544" g="0.471857766544" b="0.156878123564" a="1.0"/>
<color r="0.474970320159" g="0.474970320159" b="0.159999997008" a="1.0"/>
<color r="0.47808302337" g="0.47808302337" b="0.163152627384" a="1.0"/>
<color r="0.481195965935" g="0.481195965935" b="0.166336029651" a="1.0"/>
<color r="0.484309357288" g="0.484309357288" b="0.16955017389" a="1.0"/>
<color r="0.487423317105" g="0.487423317105" b="0.172795075061" a="1.0"/>
<color r="0.490537905226" g="0.490537905226" b="0.176070748123" a="1.0"/>
<color r="0.493653271245" g="0.493653271245" b="0.179377163158" a="1.0"/>
<color r="0.496769684436" g="0.496769684436" b="0.182714335124" a="1.0"/>
<color r="0.499887144799" g="0.499887144799" b="0.186082278981" a="1.0"/>
<color r="0.503005861769" g="0.503005861769" b="0.18948096481" a="1.0"/>
<color r="0.506125835344" g="0.506125835344" b="0.192910422531" a="1.0"/>
<color r="0.509247304879" g="0.509247304879" b="0.196370622223" a="1.0"/>
<color r="0.512370270374" g="0.512370270374" b="0.199861593807" a="1.0"/>
<color r="0.515494911343" g="0.515494911343" b="0.203383307363" a="1.0"/>
<color r="0.518621407303" g="0.518621407303" b="0.206935792811" a="1.0"/>
<color r="0.521749758253" g="0.521749758253" b="0.21051903519" a="1.0"/>
<color r="0.524880143708" g="0.524880143708" b="0.214133019541" a="1.0"/>
<color r="0.528012623506" g="0.528012623506" b="0.217777775783" a="1.0"/>
<color r="0.531147317325" g="0.531147317325" b="0.221453288957" a="1.0"/>
<color r="0.534284344841" g="0.534284344841" b="0.225159559063" a="1.0"/>
<color r="0.537423706055" g="0.537423706055" b="0.228896571141" a="1.0"/>
<color r="0.540565640319" g="0.540565640319" b="0.23266435511" a="1.0"/>
<color r="0.543710207472" g="0.543710207472" b="0.23646289601" a="1.0"/>
<color r="0.546857407514" g="0.546857407514" b="0.240292193843" a="1.0"/>
<color r="0.55000741996" g="0.55000741996" b="0.244152248607" a="1.0"/>
<color r="0.553160304649" g="0.553160304649" b="0.248043060303" a="1.0"/>
<color r="0.556316181258" g="0.556316181258" b="0.25196464389" a="1.0"/>
<color r="0.559474989947" g="0.559474989947" b="0.255916969449" a="1.0"/>
<color r="0.56263702991" g="0.56263702991" b="0.25990005194" a="1.0"/>
<color r="0.565802301145" g="0.565802301145" b="0.263913891362" a="1.0"/>
<color r="0.568970743815" g="0.568970743815" b="0.267958487716" a="1.0"/>
<color r="0.572142657112" g="0.572142657112" b="0.272033841002" a="1.0"/>
<color r="0.575318041035" g="0.575318041035" b="0.27613995122" a="1.0"/>
<color r="0.578496835746" g="0.578496835746" b="0.280276818369" a="1.0"/>
<color r="0.581679280599" g="0.581679280599" b="0.28444444245" a="1.0"/>
<color r="0.584865375594" g="0.584865375594" b="0.288642823462" a="1.0"/>
<color r="0.588055300245" g="0.588055300245" b="0.292871961407" a="1.0"/>
<color r="0.591248994715" g="0.591248994715" b="0.297131886202" a="1.0"/>
<color r="0.59444657868" g="0.59444657868" b="0.301422538009" a="1.0"/>
<color r="0.597648111979" g="0.597648111979" b="0.305743946749" a="1.0"/>
<color r="0.600853594612" g="0.600853594612" b="0.31009611242" a="1.0"/>
<color r="0.604063265931" g="0.604063265931" b="0.314479035022" a="1.0"/>
<color r="0.607277006261" g="0.607277006261" b="0.318892744476" a="1.0"/>
<color r="0.610494995117" g="0.610494995117" b="0.323337180942" a="1.0"/>
<color r="0.613717292337" g="0.613717292337" b="0.327812374339" a="1.0"/>
<color r="0.616943838082" g="0.616943838082" b="0.332318324669" a="1.0"/>
<color r="0.620174871706" g="0.620174871706" b="0.336855061849" a="1.0"/>
<color r="0.623410333372" g="0.623410333372" b="0.341422526042" a="1.0"/>
<color r="0.626650223078" g="0.626650223078" b="0.346020747166" a="1.0"/>
<color r="0.629894780178" g="0.629894780178" b="0.350649755141" a="1.0"/>
<color r="0.633143944834" g="0.633143944834" b="0.355309490129" a="1.0"/>
<color r="0.636397776884" g="0.636397776884" b="0.360000011968" a="1.0"/>
<color r="0.639656336167" g="0.639656336167" b="0.364721260819" a="1.0"/>
<color r="0.64291974236" g="0.64291974236" b="0.369473266602" a="1.0"/>
<color r="0.646187935623" g="0.646187935623" b="0.374256059235" a="1.0"/>
<color r="0.649461095473" g="0.649461095473" b="0.379069578881" a="1.0"/>
<color r="0.652739102233" g="0.652739102233" b="0.383913885378" a="1.0"/>
<color r="0.656022135417" g="0.656022135417" b="0.388788918888" a="1.0"/>
<color r="0.659310254864" g="0.659310254864" b="0.393694739248" a="1.0"/>
<color r="0.662603460574" g="0.662603460574" b="0.398631286621" a="1.0"/>
<color r="0.665901872223" g="0.665901872223" b="0.403598620845" a="1.0"/>
<color r="0.669205310298" g="0.669205310298" b="0.408596682081" a="1.0"/>
<color r="0.672514073989" g="0.672514073989" b="0.413625530168" a="1.0"/>
<color r="0.675828103458" g="0.675828103458" b="0.418685135187" a="1.0"/>
<color r="0.679147518382" g="0.679147518382" b="0.423775467218" a="1.0"/>
<color r="0.682472258923" g="0.682472258923" b="0.4288965861" a="1.0"/>
<color r="0.685802444757" g="0.685802444757" b="0.434048431995" a="1.0"/>
<color r="0.689138075885" g="0.689138075885" b="0.43923106474" a="1.0"/>
<color r="0.692479152305" g="0.692479152305" b="0.444444454418" a="1.0"/>
<color r="0.695825793696" g="0.695825793696" b="0.449688571107" a="1.0"/>
<color r="0.699178119734" g="0.699178119734" b="0.454963474648" a="1.0"/>
<color r="0.702536070581" g="0.702536070581" b="0.46026913512" a="1.0"/>
<color r="0.705899586397" g="0.705899586397" b="0.465605522605" a="1.0"/>
<color r="0.70926878686" g="0.70926878686" b="0.47097269694" a="1.0"/>
<color r="0.712643851486" g="0.712643851486" b="0.476370628207" a="1.0"/>
<color r="0.71602454092" g="0.71602454092" b="0.481799316406" a="1.0"/>
<color r="0.719411274031" g="0.719411274031" b="0.487258761537" a="1.0"/>
<color r="0.722803751628" g="0.722803751628" b="0.49274893368" a="1.0"/>
<color r="0.726201913871" g="0.726201913871" b="0.498269892674" a="1.0"/>
<color r="0.729606239468" g="0.729606239468" b="0.50382157868" a="1.0"/>
<color r="0.733016608743" g="0.733016608743" b="0.509404081457" a="1.0"/>
<color r="0.736432782341" g="0.736432782341" b="0.515017281327" a="1.0"/>
<color r="0.739855119294" g="0.739855119294" b="0.520661297966" a="1.0"/>
<color r="0.743283440085" g="0.743283440085" b="0.5263360117" a="1.0"/>
<color r="0.74671792423" g="0.74671792423" b="0.532041542203" a="1.0"/>
<color r="0.750158452053" g="0.750158452053" b="0.537777769799" a="1.0"/>
<color r="0.753605262906" g="0.753605262906" b="0.543544814166" a="1.0"/>
<color r="0.757058177275" g="0.757058177275" b="0.549342555626" a="1.0"/>
<color r="0.760517494351" g="0.760517494351" b="0.555171113856" a="1.0"/>
<color r="0.763982855105" g="0.763982855105" b="0.561030369179" a="1.0"/>
<color r="0.767454678405" g="0.767454678405" b="0.566920441272" a="1.0"/>
<color r="0.770932724897" g="0.770932724897" b="0.572841210459" a="1.0"/>
<color r="0.774417293773" g="0.774417293773" b="0.578792796415" a="1.0"/>
<color r="0.777908205519" g="0.777908205519" b="0.584775079465" a="1.0"/>
<color r="0.781405400295" g="0.781405400295" b="0.590788179285" a="1.0"/>
<color r="0.784909117456" g="0.784909117456" b="0.596831976199" a="1.0"/>
<color r="0.788419297162" g="0.788419297162" b="0.602906589882" a="1.0"/>
<color r="0.791936059092" g="0.791936059092" b="0.609011900659" a="1.0"/>
<color r="0.795459283567" g="0.795459283567" b="0.615148028205" a="1.0"/>
<color r="0.798989030427" g="0.798989030427" b="0.621314852845" a="1.0"/>
<color r="0.802525479186" g="0.802525479186" b="0.627512494256" a="1.0"/>
<color r="0.806068510168" g="0.806068510168" b="0.633740892597" a="1.0"/>
<color r="0.809618123372" g="0.809618123372" b="0.639999988032" a="1.0"/>
<color r="0.813174498315" g="0.813174498315" b="0.646289900237" a="1.0"/>
<color r="0.816737575157" g="0.816737575157" b="0.652610509536" a="1.0"/>
<color r="0.820307234222" g="0.820307234222" b="0.658961935604" a="1.0"/>
<color r="0.823883655025" g="0.823883655025" b="0.665344118604" a="1.0"/>
<color r="0.827466897403" g="0.827466897403" b="0.671756998698" a="1.0"/>
<color r="0.831057021197" g="0.831057021197" b="0.678200695561" a="1.0"/>
<color r="0.834653906729" g="0.834653906729" b="0.684675149357" a="1.0"/>
<color r="0.838257613837" g="0.838257613837" b="0.691180300245" a="1.0"/>
<color r="0.841868262197" g="0.841868262197" b="0.697716267904" a="1.0"/>
<color r="0.845485791973" g="0.845485791973" b="0.704282992494" a="1.0"/>
<color r="0.849110203163" g="0.849110203163" b="0.710880414177" a="1.0"/>
<color r="0.852741555607" g="0.852741555607" b="0.717508652631" a="1.0"/>
<color r="0.856379909141" g="0.856379909141" b="0.724167648016" a="1.0"/>
<color r="0.860025144091" g="0.860025144091" b="0.730857340495" a="1.0"/>
<color r="0.863677499809" g="0.863677499809" b="0.737577849743" a="1.0"/>
<color r="0.867336856618" g="0.867336856618" b="0.744329115924" a="1.0"/>
<color r="0.871003274357" g="0.871003274357" b="0.751111139036" a="1.0"/>
<color r="0.874676812864" g="0.874676812864" b="0.757923859241" a="1.0"/>
<color r="0.878357352462" g="0.878357352462" b="0.764767396216" a="1.0"/>
<color r="0.882045072668" g="0.882045072668" b="0.771641690123" a="1.0"/>
<color r="0.885739853803" g="0.885739853803" b="0.778546740962" a="1.0"/>
<color r="0.889441875383" g="0.889441875383" b="0.785482488894" a="1.0"/>
<color r="0.893151017731" g="0.893151017731" b="0.792449053596" a="1.0"/>
<color r="0.896867400525" g="0.896867400525" b="0.79944637523" a="1.0"/>
<color r="0.900591023763" g="0.900591023763" b="0.806474453795" a="1.0"/>
<color r="0.904321827608" g="0.904321827608" b="0.813533229454" a="1.0"/>
<color r="0.908059931736" g="0.908059931736" b="0.820622821883" a="1.0"/>
<color r="0.911805336148" g="0.911805336148" b="0.827743171243" a="1.0"/>
<color r="0.915557981005" g="0.915557981005" b="0.834894277535" a="1.0"/>
<color r="0.919317985983" g="0.919317985983" b="0.842076140759" a="1.0"/>
<color r="0.923085351084" g="0.923085351084" b="0.849288760915" a="1.0"/>
<color r="0.926860016468" g="0.926860016468" b="0.856532078163" a="1.0"/>
<color r="0.93064216165" g="0.93064216165" b="0.863806212182" a="1.0"/>
<color r="0.934431547277" g="0.934431547277" b="0.871111103133" a="1.0"/>
<color r="0.938228412703" g="0.938228412703" b="0.878446751015" a="1.0"/>
<color r="0.942032698089" g="0.942032698089" b="0.885813155829" a="1.0"/>
<color r="0.945844403435" g="0.945844403435" b="0.893210317574" a="1.0"/>
<color r="0.94966358858" g="0.94966358858" b="0.900638236252" a="1.0"/>
<color r="0.953490313362" g="0.953490313362" b="0.90809691186" a="1.0"/>
<color r="0.957324517942" g="0.957324517942" b="0.915586284563" a="1.0"/>
<color r="0.961166142482" g="0.961166142482" b="0.923106474035" a="1.0"/>
<color r="0.965015486175" g="0.965015486175" b="0.930657420439" a="1.0"/>
<color r="0.968872249828" g="0.968872249828" b="0.938239123775" a="1.0"/>
<color r="0.972736553117" g="0.972736553117" b="0.945851584042" a="1.0"/>
<color r="0.976608455882" g="0.976608455882" b="0.953494801241" a="1.0"/>
<color r="0.980487958123" g="0.980487958123" b="0.961168775371" a="1.0"/>
<color r="0.984375059838" g="0.984375059838" b="0.968873506434" a="1.0"/>
<color r="0.988269820868" g="0.988269820868" b="0.976608994428" a="1.0"/>
<color r="0.992172181373" g="0.992172181373" b="0.984375239354" a="1.0"/>
<color r="0.996082261029" g="0.996082261029" b="0.992172241211" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0626224293428" g="0.00392156862745" b="0.00392156862745" a="1.0"/>
<color r="0.0885614881329" g="0.0078431372549" b="0.0078431372549" a="1.0"/>
<color r="0.108465224621" g="0.0117647058824" b="0.0117647058824" a="1.0"/>
<color r="0.125244858686" g="0.0156862745098" b="0.0156862745098" a="1.0"/>
<color r="0.140028007358" g="0.0196078431373" b="0.0196078431373" a="1.0"/>
<color r="0.153393001182" g="0.0235294117647" b="0.0235294117647" a="1.0"/>
<color r="0.165683372348" g="0.0274509803922" b="0.0274509803922" a="1.0"/>
<color r="0.177122976266" g="0.0313725490196" b="0.0313725490196" a="1.0"/>
<color r="0.187867288028" g="0.0352941176471" b="0.0352941176471" a="1.0"/>
<color r="0.198029506908" g="0.0392156862745" b="0.0392156862745" a="1.0"/>
<color r="0.207695112041" g="0.043137254902" b="0.043137254902" a="1.0"/>
<color r="0.216930449243" g="0.0470588235294" b="0.0470588235294" a="1.0"/>
<color r="0.225788370768" g="0.0509803921569" b="0.0509803921569" a="1.0"/>
<color r="0.234311676025" g="0.0549019607843" b="0.0549019607843" a="1.0"/>
<color r="0.242535639744" g="0.0588235294118" b="0.0588235294118" a="1.0"/>
<color r="0.250489717371" g="0.0627450980392" b="0.0627450980392" a="1.0"/>
<color r="0.258198876474" g="0.0666666666667" b="0.0666666666667" a="1.0"/>
<color r="0.265684449439" g="0.0705882352941" b="0.0705882352941" a="1.0"/>
<color r="0.272964866489" g="0.0745098039216" b="0.0745098039216" a="1.0"/>
<color r="0.280056014715" g="0.078431372549" b="0.078431372549" a="1.0"/>
<color r="0.286972015979" g="0.0823529411765" b="0.0823529411765" a="1.0"/>
<color r="0.293725226907" g="0.0862745098039" b="0.0862745098039" a="1.0"/>
<color r="0.300326627844" g="0.0901960784314" b="0.0901960784314" a="1.0"/>
<color r="0.306786002365" g="0.0941176470588" b="0.0941176470588" a="1.0"/>
<color r="0.313112146714" g="0.0980392156863" b="0.0980392156863" a="1.0"/>
<color r="0.319312989478" g="0.101960784314" b="0.101960784314" a="1.0"/>
<color r="0.325395681344" g="0.105882352941" b="0.105882352941" a="1.0"/>
<color r="0.331366744696" g="0.109803921569" b="0.109803921569" a="1.0"/>
<color r="0.337232103535" g="0.113725490196" b="0.113725490196" a="1.0"/>
<color r="0.342997173235" g="0.117647058824" b="0.117647058824" a="1.0"/>
<color r="0.348666920381" g="0.121568627451" b="0.121568627451" a="1.0"/>
<color r="0.354245952531" g="0.125490196078" b="0.125490196078" a="1.0"/>
<color r="0.359738458372" g="0.129411764706" b="0.129411764706" a="1.0"/>
<color r="0.365148357317" g="0.133333333333" b="0.133333333333" a="1.0"/>
<color r="0.370479299508" g="0.137254901961" b="0.137254901961" a="1.0"/>
<color r="0.375734576057" g="0.141176470588" b="0.141176470588" a="1.0"/>
<color r="0.380917388318" g="0.145098039216" b="0.145098039216" a="1.0"/>
<color r="0.386030578613" g="0.149019607843" b="0.149019607843" a="1.0"/>
<color r="0.391076959348" g="0.152941176471" b="0.152941176471" a="1.0"/>
<color r="0.396059013815" g="0.156862745098" b="0.156862745098" a="1.0"/>
<color r="0.400979195389" g="0.160784313725" b="0.160784313725" a="1.0"/>
<color r="0.405839718089" g="0.164705882353" b="0.164705882353" a="1.0"/>
<color r="0.410642736098" g="0.16862745098" b="0.16862745098" a="1.0"/>
<color r="0.415390224083" g="0.172549019608" b="0.172549019608" a="1.0"/>
<color r="0.420084007114" g="0.176470588235" b="0.176470588235" a="1.0"/>
<color r="0.4247259701" g="0.180392156863" b="0.180392156863" a="1.0"/>
<color r="0.429317758598" g="0.18431372549" b="0.18431372549" a="1.0"/>
<color r="0.433860898485" g="0.188235294118" b="0.188235294118" a="1.0"/>
<color r="0.4383570054" g="0.192156862745" b="0.192156862745" a="1.0"/>
<color r="0.442807455624" g="0.196078431373" b="0.196078431373" a="1.0"/>
<color r="0.447213595521" g="0.2" b="0.2" a="1.0"/>
<color r="0.451576741536" g="0.203921568627" b="0.203921568627" a="1.0"/>
<color r="0.455898180195" g="0.207843137255" b="0.207843137255" a="1.0"/>
<color r="0.460178988588" g="0.211764705882" b="0.211764705882" a="1.0"/>
<color r="0.464420363482" g="0.21568627451" b="0.21568627451" a="1.0"/>
<color r="0.468623352051" g="0.219607843137" b="0.219607843137" a="1.0"/>
<color r="0.472788971546" g="0.223529411765" b="0.223529411765" a="1.0"/>
<color r="0.4769182093" g="0.227450980392" b="0.227450980392" a="1.0"/>
<color r="0.48101199281" g="0.23137254902" b="0.23137254902" a="1.0"/>
<color r="0.485071279488" g="0.235294117647" b="0.235294117647" a="1.0"/>
<color r="0.489096817316" g="0.239215686275" b="0.239215686275" a="1.0"/>
<color r="0.493089503868" g="0.243137254902" b="0.243137254902" a="1.0"/>
<color r="0.497050117044" g="0.247058823529" b="0.247058823529" a="1.0"/>
<color r="0.500979434743" g="0.250980392157" b="0.250980392157" a="1.0"/>
<color r="0.504878145106" g="0.254901960784" b="0.254901960784" a="1.0"/>
<color r="0.508747055951" g="0.258823529412" b="0.258823529412" a="1.0"/>
<color r="0.512586645987" g="0.262745098039" b="0.262745098039" a="1.0"/>
<color r="0.516397752949" g="0.266666666667" b="0.266666666667" a="1.0"/>
<color r="0.520180915384" g="0.270588235294" b="0.270588235294" a="1.0"/>
<color r="0.523936791513" g="0.274509803922" b="0.274509803922" a="1.0"/>
<color r="0.527665919884" g="0.278431372549" b="0.278431372549" a="1.0"/>
<color r="0.531368898878" g="0.282352941176" b="0.282352941176" a="1.0"/>
<color r="0.535046267042" g="0.286274509804" b="0.286274509804" a="1.0"/>
<color r="0.538698503083" g="0.290196078431" b="0.290196078431" a="1.0"/>
<color r="0.542326145546" g="0.294117647059" b="0.294117647059" a="1.0"/>
<color r="0.545929732977" g="0.298039215686" b="0.298039215686" a="1.0"/>
<color r="0.549509564568" g="0.301960784314" b="0.301960784314" a="1.0"/>
<color r="0.553066298541" g="0.305882352941" b="0.305882352941" a="1.0"/>
<color r="0.556600293926" g="0.309803921569" b="0.309803921569" a="1.0"/>
<color r="0.560112029431" g="0.313725490196" b="0.313725490196" a="1.0"/>
<color r="0.563601864085" g="0.317647058824" b="0.317647058824" a="1.0"/>
<color r="0.567070216759" g="0.321568627451" b="0.321568627451" a="1.0"/>
<color r="0.570517506319" g="0.325490196078" b="0.325490196078" a="1.0"/>
<color r="0.573944031958" g="0.329411764706" b="0.329411764706" a="1.0"/>
<color r="0.577350272384" g="0.333333333333" b="0.333333333333" a="1.0"/>
<color r="0.580736526788" g="0.337254901961" b="0.337254901961" a="1.0"/>
<color r="0.584103154201" g="0.341176470588" b="0.341176470588" a="1.0"/>
<color r="0.587450453814" g="0.345098039216" b="0.345098039216" a="1.0"/>
<color r="0.590778784658" g="0.349019607843" b="0.349019607843" a="1.0"/>
<color r="0.594088505764" g="0.352941176471" b="0.352941176471" a="1.0"/>
<color r="0.597379916322" g="0.356862745098" b="0.356862745098" a="1.0"/>
<color r="0.600653255687" g="0.360784313725" b="0.360784313725" a="1.0"/>
<color r="0.603908882889" g="0.364705882353" b="0.364705882353" a="1.0"/>
<color r="0.607147037282" g="0.36862745098" b="0.36862745098" a="1.0"/>
<color r="0.610367958218" g="0.372549019608" b="0.372549019608" a="1.0"/>
<color r="0.61357200473" g="0.376470588235" b="0.376470588235" a="1.0"/>
<color r="0.616759416169" g="0.380392156863" b="0.380392156863" a="1.0"/>
<color r="0.61993043189" g="0.38431372549" b="0.38431372549" a="1.0"/>
<color r="0.623085291245" g="0.388235294118" b="0.388235294118" a="1.0"/>
<color r="0.626224293428" g="0.392156862745" b="0.392156862745" a="1.0"/>
<color r="0.629347617953" g="0.396078431373" b="0.396078431373" a="1.0"/>
<color r="0.632455504174" g="0.4" b="0.4" a="1.0"/>
<color r="0.635548251283" g="0.403921568627" b="0.403921568627" a="1.0"/>
<color r="0.638625978956" g="0.407843137255" b="0.407843137255" a="1.0"/>
<color r="0.641688986386" g="0.411764705882" b="0.411764705882" a="1.0"/>
<color r="0.644737393248" g="0.41568627451" b="0.41568627451" a="1.0"/>
<color r="0.647771438898" g="0.419607843137" b="0.419607843137" a="1.0"/>
<color r="0.650791362688" g="0.423529411765" b="0.423529411765" a="1.0"/>
<color r="0.653797344133" g="0.427450980392" b="0.427450980392" a="1.0"/>
<color r="0.656789562749" g="0.43137254902" b="0.43137254902" a="1.0"/>
<color r="0.659768257889" g="0.435294117647" b="0.435294117647" a="1.0"/>
<color r="0.662733489392" g="0.439215686275" b="0.439215686275" a="1.0"/>
<color r="0.665685556449" g="0.443137254902" b="0.443137254902" a="1.0"/>
<color r="0.668624578738" g="0.447058823529" b="0.447058823529" a="1.0"/>
<color r="0.671550735773" g="0.450980392157" b="0.450980392157" a="1.0"/>
<color r="0.67446420707" g="0.454901960784" b="0.454901960784" a="1.0"/>
<color r="0.677365172143" g="0.458823529412" b="0.458823529412" a="1.0"/>
<color r="0.680253690832" g="0.462745098039" b="0.462745098039" a="1.0"/>
<color r="0.683130062328" g="0.466666666667" b="0.466666666667" a="1.0"/>
<color r="0.685994346469" g="0.470588235294" b="0.470588235294" a="1.0"/>
<color r="0.688846722771" g="0.474509803922" b="0.474509803922" a="1.0"/>
<color r="0.691687310911" g="0.478431372549" b="0.478431372549" a="1.0"/>
<color r="0.694516290403" g="0.482352941176" b="0.482352941176" a="1.0"/>
<color r="0.697333840763" g="0.486274509804" b="0.486274509804" a="1.0"/>
<color r="0.700140021829" g="0.490196078431" b="0.490196078431" a="1.0"/>
<color r="0.702935013117" g="0.494117647059" b="0.494117647059" a="1.0"/>
<color r="0.705718934302" g="0.498039215686" b="0.498039215686" a="1.0"/>
<color r="0.708491905063" g="0.501960784314" b="0.501960784314" a="1.0"/>
<color r="0.711254045075" g="0.505882352941" b="0.505882352941" a="1.0"/>
<color r="0.714005533854" g="0.509803921569" b="0.509803921569" a="1.0"/>
<color r="0.716746491077" g="0.513725490196" b="0.513725490196" a="1.0"/>
<color r="0.719476916743" g="0.517647058824" b="0.517647058824" a="1.0"/>
<color r="0.722197050207" g="0.521568627451" b="0.521568627451" a="1.0"/>
<color r="0.724907070983" g="0.525490196078" b="0.525490196078" a="1.0"/>
<color r="0.727606859394" g="0.529411764706" b="0.529411764706" a="1.0"/>
<color r="0.730296714633" g="0.533333333333" b="0.533333333333" a="1.0"/>
<color r="0.732976696538" g="0.537254901961" b="0.537254901961" a="1.0"/>
<color r="0.735646984624" g="0.541176470588" b="0.541176470588" a="1.0"/>
<color r="0.738307578891" g="0.545098039216" b="0.545098039216" a="1.0"/>
<color r="0.740958599016" g="0.549019607843" b="0.549019607843" a="1.0"/>
<color r="0.743600164675" g="0.552941176471" b="0.552941176471" a="1.0"/>
<color r="0.746232335708" g="0.556862745098" b="0.556862745098" a="1.0"/>
<color r="0.748855351467" g="0.560784313725" b="0.560784313725" a="1.0"/>
<color r="0.751469152114" g="0.564705882353" b="0.564705882353" a="1.0"/>
<color r="0.754073917165" g="0.56862745098" b="0.56862745098" a="1.0"/>
<color r="0.756669706457" g="0.572549019608" b="0.572549019608" a="1.0"/>
<color r="0.759256579829" g="0.576470588235" b="0.576470588235" a="1.0"/>
<color r="0.761834776635" g="0.580392156863" b="0.580392156863" a="1.0"/>
<color r="0.764404177198" g="0.58431372549" b="0.58431372549" a="1.0"/>
<color r="0.766965020872" g="0.588235294118" b="0.588235294118" a="1.0"/>
<color r="0.769517307655" g="0.592156862745" b="0.592156862745" a="1.0"/>
<color r="0.772061157227" g="0.596078431373" b="0.596078431373" a="1.0"/>
<color r="0.774596689262" g="0.6" b="0.6" a="1.0"/>
<color r="0.777123903761" g="0.603921568627" b="0.603921568627" a="1.0"/>
<color r="0.779642980239" g="0.607843137255" b="0.607843137255" a="1.0"/>
<color r="0.782153918696" g="0.611764705882" b="0.611764705882" a="1.0"/>
<color r="0.78465683881" g="0.61568627451" b="0.61568627451" a="1.0"/>
<color r="0.787151740579" g="0.619607843137" b="0.619607843137" a="1.0"/>
<color r="0.789638743681" g="0.623529411765" b="0.623529411765" a="1.0"/>
<color r="0.792118027631" g="0.627450980392" b="0.627450980392" a="1.0"/>
<color r="0.79458953259" g="0.63137254902" b="0.63137254902" a="1.0"/>
<color r="0.797053438074" g="0.635294117647" b="0.635294117647" a="1.0"/>
<color r="0.799509624406" g="0.639215686275" b="0.639215686275" a="1.0"/>
<color r="0.801958390778" g="0.643137254902" b="0.643137254902" a="1.0"/>
<color r="0.804399677351" g="0.647058823529" b="0.647058823529" a="1.0"/>
<color r="0.806833603803" g="0.650980392157" b="0.650980392157" a="1.0"/>
<color r="0.809260110294" g="0.654901960784" b="0.654901960784" a="1.0"/>
<color r="0.811679436179" g="0.658823529412" b="0.658823529412" a="1.0"/>
<color r="0.814091581457" g="0.662745098039" b="0.662745098039" a="1.0"/>
<color r="0.816496546128" g="0.666666666667" b="0.666666666667" a="1.0"/>
<color r="0.818894509708" g="0.670588235294" b="0.670588235294" a="1.0"/>
<color r="0.821285472197" g="0.674509803922" b="0.674509803922" a="1.0"/>
<color r="0.823669433594" g="0.678431372549" b="0.678431372549" a="1.0"/>
<color r="0.826046573415" g="0.682352941176" b="0.682352941176" a="1.0"/>
<color r="0.828416891659" g="0.686274509804" b="0.686274509804" a="1.0"/>
<color r="0.830780448166" g="0.690196078431" b="0.690196078431" a="1.0"/>
<color r="0.833137242934" g="0.694117647059" b="0.694117647059" a="1.0"/>
<color r="0.83548745548" g="0.698039215686" b="0.698039215686" a="1.0"/>
<color r="0.837831025965" g="0.701960784314" b="0.701960784314" a="1.0"/>
<color r="0.840168014227" g="0.705882352941" b="0.705882352941" a="1.0"/>
<color r="0.842498599782" g="0.709803921569" b="0.709803921569" a="1.0"/>
<color r="0.844822782629" g="0.713725490196" b="0.713725490196" a="1.0"/>
<color r="0.84714050293" g="0.717647058824" b="0.717647058824" a="1.0"/>
<color r="0.8494519402" g="0.721568627451" b="0.721568627451" a="1.0"/>
<color r="0.851757154278" g="0.725490196078" b="0.725490196078" a="1.0"/>
<color r="0.854056085325" g="0.729411764706" b="0.729411764706" a="1.0"/>
<color r="0.856348853018" g="0.733333333333" b="0.733333333333" a="1.0"/>
<color r="0.858635517195" g="0.737254901961" b="0.737254901961" a="1.0"/>
<color r="0.860916077857" g="0.741176470588" b="0.741176470588" a="1.0"/>
<color r="0.86319065468" g="0.745098039216" b="0.745098039216" a="1.0"/>
<color r="0.865459187826" g="0.749019607843" b="0.749019607843" a="1.0"/>
<color r="0.867721796971" g="0.752941176471" b="0.752941176471" a="1.0"/>
<color r="0.869978541954" g="0.756862745098" b="0.756862745098" a="1.0"/>
<color r="0.872229542452" g="0.760784313725" b="0.760784313725" a="1.0"/>
<color r="0.874474618949" g="0.764705882353" b="0.764705882353" a="1.0"/>
<color r="0.8767140108" g="0.76862745098" b="0.76862745098" a="1.0"/>
<color r="0.878947658165" g="0.772549019608" b="0.772549019608" a="1.0"/>
<color r="0.881175680722" g="0.776470588235" b="0.776470588235" a="1.0"/>
<color r="0.88339807847" g="0.780392156863" b="0.780392156863" a="1.0"/>
<color r="0.885614911248" g="0.78431372549" b="0.78431372549" a="1.0"/>
<color r="0.887826179056" g="0.788235294118" b="0.788235294118" a="1.0"/>
<color r="0.890031941732" g="0.792156862745" b="0.792156862745" a="1.0"/>
<color r="0.892232259115" g="0.796078431373" b="0.796078431373" a="1.0"/>
<color r="0.894427191042" g="0.8" b="0.8" a="1.0"/>
<color r="0.896616737515" g="0.803921568627" b="0.803921568627" a="1.0"/>
<color r="0.898800958372" g="0.807843137255" b="0.807843137255" a="1.0"/>
<color r="0.90097991345" g="0.811764705882" b="0.811764705882" a="1.0"/>
<color r="0.903153483073" g="0.81568627451" b="0.81568627451" a="1.0"/>
<color r="0.905321906595" g="0.819607843137" b="0.819607843137" a="1.0"/>
<color r="0.907485243853" g="0.823529411765" b="0.823529411765" a="1.0"/>
<color r="0.909643315334" g="0.827450980392" b="0.827450980392" a="1.0"/>
<color r="0.91179636039" g="0.83137254902" b="0.83137254902" a="1.0"/>
<color r="0.913944259344" g="0.835294117647" b="0.835294117647" a="1.0"/>
<color r="0.916087131874" g="0.839215686275" b="0.839215686275" a="1.0"/>
<color r="0.918225037818" g="0.843137254902" b="0.843137254902" a="1.0"/>
<color r="0.920357977175" g="0.847058823529" b="0.847058823529" a="1.0"/>
<color r="0.922486009785" g="0.850980392157" b="0.850980392157" a="1.0"/>
<color r="0.924609075808" g="0.854901960784" b="0.854901960784" a="1.0"/>
<color r="0.92672735476" g="0.858823529412" b="0.858823529412" a="1.0"/>
<color r="0.928840726965" g="0.862745098039" b="0.862745098039" a="1.0"/>
<color r="0.930949371936" g="0.866666666667" b="0.866666666667" a="1.0"/>
<color r="0.933053229837" g="0.870588235294" b="0.870588235294" a="1.0"/>
<color r="0.935152300666" g="0.874509803922" b="0.874509803922" a="1.0"/>
<color r="0.937246704102" g="0.878431372549" b="0.878431372549" a="1.0"/>
<color r="0.939336440142" g="0.882352941176" b="0.882352941176" a="1.0"/>
<color r="0.941421568627" g="0.886274509804" b="0.886274509804" a="1.0"/>
<color r="0.943502029718" g="0.890196078431" b="0.890196078431" a="1.0"/>
<color r="0.945577943091" g="0.894117647059" b="0.894117647059" a="1.0"/>
<color r="0.947649308747" g="0.898039215686" b="0.898039215686" a="1.0"/>
<color r="0.949716126685" g="0.901960784314" b="0.901960784314" a="1.0"/>
<color r="0.951778516582" g="0.905882352941" b="0.905882352941" a="1.0"/>
<color r="0.953836418601" g="0.909803921569" b="0.909803921569" a="1.0"/>
<color r="0.955889892578" g="0.913725490196" b="0.913725490196" a="1.0"/>
<color r="0.957938938515" g="0.917647058824" b="0.917647058824" a="1.0"/>
<color r="0.959983676088" g="0.921568627451" b="0.921568627451" a="1.0"/>
<color r="0.96202398562" g="0.925490196078" b="0.925490196078" a="1.0"/>
<color r="0.964060046626" g="0.929411764706" b="0.929411764706" a="1.0"/>
<color r="0.966091799269" g="0.933333333333" b="0.933333333333" a="1.0"/>
<color r="0.968119303385" g="0.937254901961" b="0.937254901961" a="1.0"/>
<color r="0.970142558977" g="0.941176470588" b="0.941176470588" a="1.0"/>
<color r="0.972161506204" g="0.945098039216" b="0.945098039216" a="1.0"/>
<color r="0.974176324583" g="0.949019607843" b="0.949019607843" a="1.0"/>
<color r="0.976187073951" g="0.952941176471" b="0.952941176471" a="1.0"/>
<color r="0.978193634632" g="0.956862745098" b="0.956862745098" a="1.0"/>
<color r="0.980196066464" g="0.960784313725" b="0.960784313725" a="1.0"/>
<color r="0.982194429285" g="0.964705882353" b="0.964705882353" a="1.0"/>
<color r="0.984188723097" g="0.96862745098" b="0.96862745098" a="1.0"/>
<color r="0.986179007736" g="0.972549019608" b="0.972549019608" a="1.0"/>
<color r="0.988165283203" g="0.976470588235" b="0.976470588235" a="1.0"/>
<color r="0.990147549498" g="0.980392156863" b="0.980392156863" a="1.0"/>
<color r="0.99212586646" g="0.98431372549" b="0.98431372549" a="1.0"/>
<color r="0.994100234088" g="0.988235294118" b="0.988235294118" a="1.0"/>
<color r="0.99607071222" g="0.992156862745" b="0.992156862745" a="1.0"/>
<color r="0.998037241019" g="0.996078431373" b="0.996078431373" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392156862745" g="0.00392156862745" b="0.0" a="1.0"/>
<color r="0.0078431372549" g="0.0078431372549" b="0.0" a="1.0"/>
<color r="0.0156862745098" g="0.0117647058824" b="0.0" a="1.0"/>
<color r="0.0196078431373" g="0.0156862745098" b="0.0" a="1.0"/>
<color r="0.0274509803922" g="0.0196078431373" b="0.0" a="1.0"/>
<color r="0.0313725490196" g="0.0235294117647" b="0.0" a="1.0"/>
<color r="0.0392156862745" g="0.0274509803922" b="0.0" a="1.0"/>
<color r="0.043137254902" g="0.0313725490196" b="0.0" a="1.0"/>
<color r="0.0509803921569" g="0.0352941176471" b="0.0" a="1.0"/>
<color r="0.0549019607843" g="0.0392156862745" b="0.0" a="1.0"/>
<color r="0.0588235294118" g="0.043137254902" b="0.0" a="1.0"/>
<color r="0.0666666666667" g="0.0470588235294" b="0.0" a="1.0"/>
<color r="0.0705882352941" g="0.0509803921569" b="0.0" a="1.0"/>
<color r="0.078431372549" g="0.0549019607843" b="0.0" a="1.0"/>
<color r="0.0823529411765" g="0.0588235294118" b="0.0" a="1.0"/>
<color r="0.0901960784314" g="0.0627450980392" b="0.0" a="1.0"/>
<color r="0.0941176470588" g="0.0666666666667" b="0.0" a="1.0"/>
<color r="0.101960784314" g="0.0705882352941" b="0.0" a="1.0"/>
<color r="0.105882352941" g="0.0745098039216" b="0.0" a="1.0"/>
<color r="0.109803921569" g="0.078431372549" b="0.0" a="1.0"/>
<color r="0.117647058824" g="0.0823529411765" b="0.0" a="1.0"/>
<color r="0.121568627451" g="0.0862745098039" b="0.0" a="1.0"/>
<color r="0.129411764706" g="0.0901960784314" b="0.0" a="1.0"/>
<color r="0.133333333333" g="0.0941176470588" b="0.0" a="1.0"/>
<color r="0.141176470588" g="0.0980392156863" b="0.0" a="1.0"/>
<color r="0.145098039216" g="0.101960784314" b="0.0" a="1.0"/>
<color r="0.152941176471" g="0.105882352941" b="0.0" a="1.0"/>
<color r="0.156862745098" g="0.109803921569" b="0.0" a="1.0"/>
<color r="0.164705882353" g="0.113725490196" b="0.0" a="1.0"/>
<color r="0.16862745098" g="0.117647058824" b="0.0" a="1.0"/>
<color r="0.172549019608" g="0.121568627451" b="0.0" a="1.0"/>
<color r="0.180392156863" g="0.125490196078" b="0.0" a="1.0"/>
<color r="0.18431372549" g="0.129411764706" b="0.0" a="1.0"/>
<color r="0.192156862745" g="0.133333333333" b="0.0" a="1.0"/>
<color r="0.196078431373" g="0.137254901961" b="0.0" a="1.0"/>
<color r="0.203921568627" g="0.141176470588" b="0.0" a="1.0"/>
<color r="0.207843137255" g="0.145098039216" b="0.0" a="1.0"/>
<color r="0.21568627451" g="0.149019607843" b="0.0" a="1.0"/>
<color r="0.219607843137" g="0.152941176471" b="0.0" a="1.0"/>
<color r="0.223529411765" g="0.156862745098" b="0.0" a="1.0"/>
<color r="0.23137254902" g="0.160784313725" b="0.0" a="1.0"/>
<color r="0.235294117647" g="0.164705882353" b="0.0" a="1.0"/>
<color r="0.243137254902" g="0.16862745098" b="0.0" a="1.0"/>
<color r="0.247058823529" g="0.172549019608" b="0.0" a="1.0"/>
<color r="0.254901960784" g="0.176470588235" b="0.0" a="1.0"/>
<color r="0.258823529412" g="0.180392156863" b="0.0" a="1.0"/>
<color r="0.266666666667" g="0.18431372549" b="0.0" a="1.0"/>
<color r="0.270588235294" g="0.188235294118" b="0.0" a="1.0"/>
<color r="0.274509803922" g="0.192156862745" b="0.0" a="1.0"/>
<color r="0.282352941176" g="0.196078431373" b="0.0" a="1.0"/>
<color r="0.286274509804" g="0.2" b="0.0" a="1.0"/>
<color r="0.294117647059" g="0.203921568627" b="0.0" a="1.0"/>
<color r="0.298039215686" g="0.207843137255" b="0.0" a="1.0"/>
<color r="0.305882352941" g="0.211764705882" b="0.0" a="1.0"/>
<color r="0.309803921569" g="0.21568627451" b="0.0" a="1.0"/>
<color r="0.317647058824" g="0.219607843137" b="0.0" a="1.0"/>
<color r="0.321568627451" g="0.223529411765" b="0.0" a="1.0"/>
<color r="0.329411764706" g="0.227450980392" b="0.0" a="1.0"/>
<color r="0.333333333333" g="0.23137254902" b="0.0" a="1.0"/>
<color r="0.337254901961" g="0.235294117647" b="0.0" a="1.0"/>
<color r="0.345098039216" g="0.239215686275" b="0.0" a="1.0"/>
<color r="0.349019607843" g="0.243137254902" b="0.0" a="1.0"/>
<color r="0.356862745098" g="0.247058823529" b="0.0" a="1.0"/>
<color r="0.360784313725" g="0.250980392157" b="0.0" a="1.0"/>
<color r="0.36862745098" g="0.254901960784" b="0.0" a="1.0"/>
<color r="0.372549019608" g="0.258823529412" b="0.0" a="1.0"/>
<color r="0.380392156863" g="0.262745098039" b="0.0" a="1.0"/>
<color r="0.38431372549" g="0.266666666667" b="0.0" a="1.0"/>
<color r="0.388235294118" g="0.270588235294" b="0.0" a="1.0"/>
<color r="0.396078431373" g="0.274509803922" b="0.0" a="1.0"/>
<color r="0.4" g="0.278431372549" b="0.0" a="1.0"/>
<color r="0.407843137255" g="0.282352941176" b="0.0" a="1.0"/>
<color r="0.411764705882" g="0.286274509804" b="0.0" a="1.0"/>
<color r="0.419607843137" g="0.290196078431" b="0.0" a="1.0"/>
<color r="0.423529411765" g="0.294117647059" b="0.0" a="1.0"/>
<color r="0.43137254902" g="0.298039215686" b="0.0" a="1.0"/>
<color r="0.435294117647" g="0.301960784314" b="0.0" a="1.0"/>
<color r="0.443137254902" g="0.305882352941" b="0.0" a="1.0"/>
<color r="0.447058823529" g="0.309803921569" b="0.0" a="1.0"/>
<color r="0.450980392157" g="0.313725490196" b="0.0" a="1.0"/>
<color r="0.458823529412" g="0.317647058824" b="0.0" a="1.0"/>
<color r="0.462745098039" g="0.321568627451" b="0.0" a="1.0"/>
<color r="0.470588235294" g="0.325490196078" b="0.0" a="1.0"/>
<color r="0.474509803922" g="0.329411764706" b="0.0" a="1.0"/>
<color r="0.482352941176" g="0.333333333333" b="0.0" a="1.0"/>
<color r="0.486274509804" g="0.337254901961" b="0.0" a="1.0"/>
<color r="0.494117647059" g="0.341176470588" b="0.0" a="1.0"/>
<color r="0.498039215686" g="0.345098039216" b="0.0" a="1.0"/>
<color r="0.501960784314" g="0.349019607843" b="0.0" a="1.0"/>
<color r="0.509803921569" g="0.352941176471" b="0.0" a="1.0"/>
<color r="0.513725490196" g="0.356862745098" b="0.0" a="1.0"/>
<color r="0.521568627451" g="0.360784313725" b="0.0" a="1.0"/>
<color r="0.525490196078" g="0.364705882353" b="0.0" a="1.0"/>
<color r="0.533333333333" g="0.36862745098" b="0.0" a="1.0"/>
<color r="0.537254901961" g="0.372549019608" b="0.0" a="1.0"/>
<color r="0.545098039216" g="0.376470588235" b="0.0" a="1.0"/>
<color r="0.549019607843" g="0.380392156863" b="0.0" a="1.0"/>
<color r="0.552941176471" g="0.38431372549" b="0.0" a="1.0"/>
<color r="0.560784313725" g="0.388235294118" b="0.0" a="1.0"/>
<color r="0.564705882353" g="0.392156862745" b="0.0" a="1.0"/>
<color r="0.572549019608" g="0.396078431373" b="0.0" a="1.0"/>
<color r="0.576470588235" g="0.4" b="0.0" a="1.0"/>
<color r="0.58431372549" g="0.403921568627" b="0.0" a="1.0"/>
<color r="0.588235294118" g="0.407843137255" b="0.0" a="1.0"/>
<color r="0.596078431373" g="0.411764705882" b="0.0" a="1.0"/>
<color r="0.6" g="0.41568627451" b="0.0" a="1.0"/>
<color r="0.607843137255" g="0.419607843137" b="0.0" a="1.0"/>
<color r="0.611764705882" g="0.423529411765" b="0.0" a="1.0"/>
<color r="0.61568627451" g="0.427450980392" b="0.0" a="1.0"/>
<color r="0.623529411765" g="0.43137254902" b="0.0" a="1.0"/>
<color r="0.627450980392" g="0.435294117647" b="0.0" a="1.0"/>
<color r="0.635294117647" g="0.439215686275" b="0.0" a="1.0"/>
<color r="0.639215686275" g="0.443137254902" b="0.0" a="1.0"/>
<color r="0.647058823529" g="0.447058823529" b="0.0" a="1.0"/>
<color r="0.650980392157" g="0.450980392157" b="0.0" a="1.0"/>
<color r="0.658823529412" g="0.454901960784" b="0.0" a="1.0"/>
<color r="0.662745098039" g="0.458823529412" b="0.0" a="1.0"/>
<color r="0.666666666667" g="0.462745098039" b="0.0" a="1.0"/>
<color r="0.674509803922" g="0.466666666667" b="0.0" a="1.0"/>
<color r="0.678431372549" g="0.470588235294" b="0.0" a="1.0"/>
<color r="0.686274509804" g="0.474509803922" b="0.0" a="1.0"/>
<color r="0.690196078431" g="0.478431372549" b="0.0" a="1.0"/>
<color r="0.698039215686" g="0.482352941176" b="0.0" a="1.0"/>
<color r="0.701960784314" g="0.486274509804" b="0.0" a="1.0"/>
<color r="0.709803921569" g="0.490196078431" b="0.0" a="1.0"/>
<color r="0.713725490196" g="0.494117647059" b="0.0" a="1.0"/>
<color r="0.721568627451" g="0.498039215686" b="0.0" a="1.0"/>
<color r="0.725490196078" g="0.501960784314" b="0.0" a="1.0"/>
<color r="0.729411764706" g="0.505882352941" b="0.0" a="1.0"/>
<color r="0.737254901961" g="0.509803921569" b="0.0" a="1.0"/>
<color r="0.741176470588" g="0.513725490196" b="0.0" a="1.0"/>
<color r="0.749019607843" g="0.517647058824" b="0.0" a="1.0"/>
<color r="0.752941176471" g="0.521568627451" b="0.0" a="1.0"/>
<color r="0.760784313725" g="0.525490196078" b="0.0" a="1.0"/>
<color r="0.764705882353" g="0.529411764706" b="0.0" a="1.0"/>
<color r="0.772549019608" g="0.533333333333" b="0.0" a="1.0"/>
<color r="0.776470588235" g="0.537254901961" b="0.0" a="1.0"/>
<color r="0.780392156863" g="0.541176470588" b="0.0" a="1.0"/>
<color r="0.788235294118" g="0.545098039216" b="0.0" a="1.0"/>
<color r="0.792156862745" g="0.549019607843" b="0.0" a="1.0"/>
<color r="0.8" g="0.552941176471" b="0.0" a="1.0"/>
<color r="0.803921568627" g="0.556862745098" b="0.0" a="1.0"/>
<color r="0.811764705882" g="0.560784313725" b="0.0" a="1.0"/>
<color r="0.81568627451" g="0.564705882353" b="0.0" a="1.0"/>
<color r="0.823529411765" g="0.56862745098" b="0.0" a="1.0"/>
<color r="0.827450980392" g="0.572549019608" b="0.0" a="1.0"/>
<color r="0.83137254902" g="0.576470588235" b="0.0" a="1.0"/>
<color r="0.839215686275" g="0.580392156863" b="0.0" a="1.0"/>
<color r="0.843137254902" g="0.58431372549" b="0.0" a="1.0"/>
<color r="0.850980392157" g="0.588235294118" b="0.0" a="1.0"/>
<color r="0.854901960784" g="0.592156862745" b="0.0" a="1.0"/>
<color r="0.862745098039" g="0.596078431373" b="0.0" a="1.0"/>
<color r="0.866666666667" g="0.6" b="0.0" a="1.0"/>
<color r="0.874509803922" g="0.603921568627" b="0.0" a="1.0"/>
<color r="0.878431372549" g="0.607843137255" b="0.0" a="1.0"/>
<color r="0.886274509804" g="0.611764705882" b="0.0" a="1.0"/>
<color r="0.890196078431" g="0.61568627451" b="0.0" a="1.0"/>
<color r="0.894117647059" g="0.619607843137" b="0.0" a="1.0"/>
<color r="0.901960784314" g="0.623529411765" b="0.0" a="1.0"/>
<color r="0.905882352941" g="0.627450980392" b="0.0" a="1.0"/>
<color r="0.913725490196" g="0.63137254902" b="0.0" a="1.0"/>
<color r="0.917647058824" g="0.635294117647" b="0.0" a="1.0"/>
<color r="0.925490196078" g="0.639215686275" b="0.0" a="1.0"/>
<color r="0.929411764706" g="0.643137254902" b="0.0" a="1.0"/>
<color r="0.937254901961" g="0.647058823529" b="0.0" a="1.0"/>
<color r="0.941176470588" g="0.650980392157" b="0.0" a="1.0"/>
<color r="0.945098039216" g="0.654901960784" b="0.0" a="1.0"/>
<color r="0.952941176471" g="0.658823529412" b="0.0" a="1.0"/>
<color r="0.956862745098" g="0.662745098039" b="0.0" a="1.0"/>
<color r="0.964705882353" g="0.666666666667" b="0.0" a="1.0"/>
<color r="0.96862745098" g="0.670588235294" b="0.0" a="1.0"/>
<color r="0.976470588235" g="0.674509803922" b="0.0" a="1.0"/>
<color r="0.980392156863" g="0.678431372549" b="0.0" a="1.0"/>
<color r="0.988235294118" g="0.682352941176" b="0.0" a="1.0"/>
<color r="0.992156862745" g="0.686274509804" b="0.0" a="1.0"/>
<color r="1.0" g="0.690196078431" b="0.0" a="1.0"/>
<color r="1.0" g="0.694117647059" b="0.0" a="1.0"/>
<color r="1.0" g="0.698039215686" b="0.0" a="1.0"/>
<color r="1.0" g="0.701960784314" b="0.0" a="1.0"/>
<color r="1.0" g="0.705882352941" b="0.0" a="1.0"/>
<color r="1.0" g="0.709803921569" b="0.0" a="1.0"/>
<color r="1.0" g="0.713725490196" b="0.0" a="1.0"/>
<color r="1.0" g="0.717647058824" b="0.0" a="1.0"/>
<color r="1.0" g="0.721568627451" b="0.0" a="1.0"/>
<color r="1.0" g="0.725490196078" b="0.0" a="1.0"/>
<color r="1.0" g="0.729411764706" b="0.0" a="1.0"/>
<color r="1.0" g="0.733333333333" b="0.0" a="1.0"/>
<color r="1.0" g="0.737254901961" b="0.0" a="1.0"/>
<color r="1.0" g="0.741176470588" b="0.0" a="1.0"/>
<color r="1.0" g="0.745098039216" b="0.0" a="1.0"/>
<color r="1.0" g="0.749019607843" b="0.0117647058824" a="1.0"/>
<color r="1.0" g="0.752941176471" b="0.0274509803922" a="1.0"/>
<color r="1.0" g="0.756862745098" b="0.043137254902" a="1.0"/>
<color r="1.0" g="0.760784313725" b="0.0588235294118" a="1.0"/>
<color r="1.0" g="0.764705882353" b="0.0745098039216" a="1.0"/>
<color r="1.0" g="0.76862745098" b="0.0901960784314" a="1.0"/>
<color r="1.0" g="0.772549019608" b="0.105882352941" a="1.0"/>
<color r="1.0" g="0.776470588235" b="0.121568627451" a="1.0"/>
<color r="1.0" g="0.780392156863" b="0.137254901961" a="1.0"/>
<color r="1.0" g="0.78431372549" b="0.152941176471" a="1.0"/>
<color r="1.0" g="0.788235294118" b="0.16862745098" a="1.0"/>
<color r="1.0" g="0.792156862745" b="0.18431372549" a="1.0"/>
<color r="1.0" g="0.796078431373" b="0.2" a="1.0"/>
<color r="1.0" g="0.8" b="0.211764705882" a="1.0"/>
<color r="1.0" g="0.803921568627" b="0.227450980392" a="1.0"/>
<color r="1.0" g="0.807843137255" b="0.243137254902" a="1.0"/>
<color r="1.0" g="0.811764705882" b="0.258823529412" a="1.0"/>
<color r="1.0" g="0.81568627451" b="0.274509803922" a="1.0"/>
<color r="1.0" g="0.819607843137" b="0.290196078431" a="1.0"/>
<color r="1.0" g="0.823529411765" b="0.305882352941" a="1.0"/>
<color r="1.0" g="0.827450980392" b="0.321568627451" a="1.0"/>
<color r="1.0" g="0.83137254902" b="0.337254901961" a="1.0"/>
<color r="1.0" g="0.835294117647" b="0.352941176471" a="1.0"/>
<color r="1.0" g="0.839215686275" b="0.36862745098" a="1.0"/>
<color r="1.0" g="0.843137254902" b="0.38431372549" a="1.0"/>
<color r="1.0" g="0.847058823529" b="0.4" a="1.0"/>
<color r="1.0" g="0.850980392157" b="0.411764705882" a="1.0"/>
<color r="1.0" g="0.854901960784" b="0.427450980392" a="1.0"/>
<color r="1.0" g="0.858823529412" b="0.443137254902" a="1.0"/>
<color r="1.0" g="0.862745098039" b="0.458823529412" a="1.0"/>
<color r="1.0" g="0.866666666667" b="0.474509803922" a="1.0"/>
<color r="1.0" g="0.870588235294" b="0.490196078431" a="1.0"/>
<color r="1.0" g="0.874509803922" b="0.505882352941" a="1.0"/>
<color r="1.0" g="0.878431372549" b="0.521568627451" a="1.0"/>
<color r="1.0" g="0.882352941176" b="0.537254901961" a="1.0"/>
<color r="1.0" g="0.886274509804" b="0.552941176471" a="1.0"/>
<color r="1.0" g="0.890196078431" b="0.56862745098" a="1.0"/>
<color r="1.0" g="0.894117647059" b="0.58431372549" a="1.0"/>
<color r="1.0" g="0.898039215686" b="0.6" a="1.0"/>
<color r="1.0" g="0.901960784314" b="0.611764705882" a="1.0"/>
<color r="1.0" g="0.905882352941" b="0.627450980392" a="1.0"/>
<color r="1.0" g="0.909803921569" b="0.643137254902" a="1.0"/>
<color r="1.0" g="0.913725490196" b="0.658823529412" a="1.0"/>
<color r="1.0" g="0.917647058824" b="0.674509803922" a="1.0"/>
<color r="1.0" g="0.921568627451" b="0.690196078431" a="1.0"/>
<color r="1.0" g="0.925490196078" b="0.705882352941" a="1.0"/>
<color r="1.0" g="0.929411764706" b="0.721568627451" a="1.0"/>
<color r="1.0" g="0.933333333333" b="0.737254901961" a="1.0"/>
<color r="1.0" g="0.937254901961" b="0.752941176471" a="1.0"/>
<color r="1.0" g="0.941176470588" b="0.76862745098" a="1.0"/>
<color r="1.0" g="0.945098039216" b="0.78431372549" a="1.0"/>
<color r="1.0" g="0.949019607843" b="0.8" a="1.0"/>
<color r="1.0" g="0.952941176471" b="0.811764705882" a="1.0"/>
<color r="1.0" g="0.956862745098" b="0.827450980392" a="1.0"/>
<color r="1.0" g="0.960784313725" b="0.843137254902" a="1.0"/>
<color r="1.0" g="0.964705882353" b="0.858823529412" a="1.0"/>
<color r="1.0" g="0.96862745098" b="0.874509803922" a="1.0"/>
<color r="1.0" g="0.972549019608" b="0.890196078431" a="1.0"/>
<color r="1.0" g="0.976470588235" b="0.905882352941" a="1.0"/>
<color r="1.0" g="0.980392156863" b="0.921568627451" a="1.0"/>
<color r="1.0" g="0.98431372549" b="0.937254901961" a="1.0"/>
<color r="1.0" g="0.988235294118" b="0.952941176471" a="1.0"/>
<color r="1.0" g="0.992156862745" b="0.96862745098" a="1.0"/>
<color r="1.0" g="0.996078431373" b="0.98431372549" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0626224293428" g="0.00392156862745" b="1.53787014093e-05" a="1.0"/>
<color r="0.0885614881329" g="0.0078431372549" b="6.15148056372e-05" a="1.0"/>
<color r="0.108465224621" g="0.0117647058824" b="0.000138408310857" a="1.0"/>
<color r="0.125244858686" g="0.0156862745098" b="0.000246059222549" a="1.0"/>
<color r="0.140028007358" g="0.0196078431373" b="0.000384467518797" a="1.0"/>
<color r="0.153393001182" g="0.0235294117647" b="0.00055363324343" a="1.0"/>
<color r="0.165683372348" g="0.0274509803922" b="0.000753556338011" a="1.0"/>
<color r="0.177122976266" g="0.0313725490196" b="0.000984236890194" a="1.0"/>
<color r="0.187867288028" g="0.0352941176471" b="0.00124567478311" a="1.0"/>
<color r="0.198029506908" g="0.0392156862745" b="0.00153787007519" a="1.0"/>
<color r="0.207695112041" g="0.043137254902" b="0.00186082276643" a="1.0"/>
<color r="0.216930449243" g="0.0470588235294" b="0.00221453297372" a="1.0"/>
<color r="0.225788370768" g="0.0509803921569" b="0.0025990004633" a="1.0"/>
<color r="0.234311676025" g="0.0549019607843" b="0.00301422535204" a="1.0"/>
<color r="0.242535639744" g="0.0588235294118" b="0.00346020763996" a="1.0"/>
<color r="0.250489717371" g="0.0627450980392" b="0.00393694756078" a="1.0"/>
<color r="0.258198876474" g="0.0666666666667" b="0.00444444441328" a="1.0"/>
<color r="0.265684449439" g="0.0705882352941" b="0.00498269913243" a="1.0"/>
<color r="0.272964866489" g="0.0745098039216" b="0.00555171078327" a="1.0"/>
<color r="0.280056014715" g="0.078431372549" b="0.00615148030075" a="1.0"/>
<color r="0.286972015979" g="0.0823529411765" b="0.00678200674992" a="1.0"/>
<color r="0.293725226907" g="0.0862745098039" b="0.00744329106574" a="1.0"/>
<color r="0.300326627844" g="0.0901960784314" b="0.00813533278073" a="1.0"/>
<color r="0.306786002365" g="0.0941176470588" b="0.00885813189488" a="1.0"/>
<color r="0.313112146714" g="0.0980392156863" b="0.00961168794071" a="1.0"/>
<color r="0.319312989478" g="0.101960784314" b="0.0103960018532" a="1.0"/>
<color r="0.325395681344" g="0.105882352941" b="0.0112110726974" a="1.0"/>
<color r="0.331366744696" g="0.109803921569" b="0.0120569014082" a="1.0"/>
<color r="0.337232103535" g="0.113725490196" b="0.0129334870507" a="1.0"/>
<color r="0.342997173235" g="0.117647058824" b="0.0138408305598" a="1.0"/>
<color r="0.348666920381" g="0.121568627451" b="0.0147789310007" a="1.0"/>
<color r="0.354245952531" g="0.125490196078" b="0.0157477902431" a="1.0"/>
<color r="0.359738458372" g="0.129411764706" b="0.0167474054823" a="1.0"/>
<color r="0.365148357317" g="0.133333333333" b="0.0177777776531" a="1.0"/>
<color r="0.370479299508" g="0.137254901961" b="0.0188389086256" a="1.0"/>
<color r="0.375734576057" g="0.141176470588" b="0.0199307965297" a="1.0"/>
<color r="0.380917388318" g="0.145098039216" b="0.0210534413656" a="1.0"/>
<color r="0.386030578613" g="0.149019607843" b="0.0222068431331" a="1.0"/>
<color r="0.391076959348" g="0.152941176471" b="0.0233910037022" a="1.0"/>
<color r="0.396059013815" g="0.156862745098" b="0.024605921203" a="1.0"/>
<color r="0.400979195389" g="0.160784313725" b="0.0258515956355" a="1.0"/>
<color r="0.405839718089" g="0.164705882353" b="0.0271280269997" a="1.0"/>
<color r="0.410642736098" g="0.16862745098" b="0.0284352171655" a="1.0"/>
<color r="0.415390224083" g="0.172549019608" b="0.029773164263" a="1.0"/>
<color r="0.420084007114" g="0.176470588235" b="0.0311418682921" a="1.0"/>
<color r="0.4247259701" g="0.180392156863" b="0.0325413311229" a="1.0"/>
<color r="0.429317758598" g="0.18431372549" b="0.0339715508854" a="1.0"/>
<color r="0.433860898485" g="0.188235294118" b="0.0354325275795" a="1.0"/>
<color r="0.4383570054" g="0.192156862745" b="0.0369242612053" a="1.0"/>
<color r="0.442807455624" g="0.196078431373" b="0.0384467517628" a="1.0"/>
<color r="0.447213595521" g="0.2" b="0.039999999252" a="1.0"/>
<color r="0.451576741536" g="0.203921568627" b="0.0415840074128" a="1.0"/>
<color r="0.455898180195" g="0.207843137255" b="0.0431987687653" a="1.0"/>
<color r="0.460178988588" g="0.211764705882" b="0.0448442907894" a="1.0"/>
<color r="0.464420363482" g="0.21568627451" b="0.0465205697452" a="1.0"/>
<color r="0.468623352051" g="0.219607843137" b="0.0482276056327" a="1.0"/>
<color r="0.472788971546" g="0.223529411765" b="0.0499653984519" a="1.0"/>
<color r="0.4769182093" g="0.227450980392" b="0.0517339482027" a="1.0"/>
<color r="0.48101199281" g="0.23137254902" b="0.0535332548852" a="1.0"/>
<color r="0.485071279488" g="0.235294117647" b="0.0553633222393" a="1.0"/>
<color r="0.489096817316" g="0.239215686275" b="0.0572241427852" a="1.0"/>
<color r="0.493089503868" g="0.243137254902" b="0.0591157240026" a="1.0"/>
<color r="0.497050117044" g="0.247058823529" b="0.0610380621517" a="1.0"/>
<color r="0.500979434743" g="0.250980392157" b="0.0629911609724" a="1.0"/>
<color r="0.504878145106" g="0.254901960784" b="0.0649750129849" a="1.0"/>
<color r="0.508747055951" g="0.258823529412" b="0.0669896219291" a="1.0"/>
<color r="0.512586645987" g="0.262745098039" b="0.0690349878049" a="1.0"/>
<color r="0.516397752949" g="0.266666666667" b="0.0711111106125" a="1.0"/>
<color r="0.520180915384" g="0.270588235294" b="0.0732179903517" a="1.0"/>
<color r="0.523936791513" g="0.274509803922" b="0.0753556345023" a="1.0"/>
<color r="0.527665919884" g="0.278431372549" b="0.0775240281049" a="1.0"/>
<color r="0.531368898878" g="0.282352941176" b="0.0797231861189" a="1.0"/>
<color r="0.535046267042" g="0.286274509804" b="0.0819530935848" a="1.0"/>
<color r="0.538698503083" g="0.290196078431" b="0.0842137654622" a="1.0"/>
<color r="0.542326145546" g="0.294117647059" b="0.0865051867915" a="1.0"/>
<color r="0.545929732977" g="0.298039215686" b="0.0888273725323" a="1.0"/>
<color r="0.549509564568" g="0.301960784314" b="0.0911803152047" a="1.0"/>
<color r="0.553066298541" g="0.305882352941" b="0.0935640148088" a="1.0"/>
<color r="0.556600293926" g="0.309803921569" b="0.0959784713446" a="1.0"/>
<color r="0.560112029431" g="0.313725490196" b="0.0984236848121" a="1.0"/>
<color r="0.563601864085" g="0.317647058824" b="0.100899655211" a="1.0"/>
<color r="0.567070216759" g="0.321568627451" b="0.103406382542" a="1.0"/>
<color r="0.570517506319" g="0.325490196078" b="0.105943866805" a="1.0"/>
<color r="0.573944031958" g="0.329411764706" b="0.108512107999" a="1.0"/>
<color r="0.577350272384" g="0.333333333333" b="0.111111113604" a="1.0"/>
<color r="0.580736526788" g="0.337254901961" b="0.113740868662" a="1.0"/>
<color r="0.584103154201" g="0.341176470588" b="0.116401380651" a="1.0"/>
<color r="0.587450453814" g="0.345098039216" b="0.119092657052" a="1.0"/>
<color r="0.590778784658" g="0.349019607843" b="0.121814690384" a="1.0"/>
<color r="0.594088505764" g="0.352941176471" b="0.124567473168" a="1.0"/>
<color r="0.597379916322" g="0.356862745098" b="0.127351020364" a="1.0"/>
<color r="0.600653255687" g="0.360784313725" b="0.130165324492" a="1.0"/>
<color r="0.603908882889" g="0.364705882353" b="0.133010385551" a="1.0"/>
<color r="0.607147037282" g="0.36862745098" b="0.135886203541" a="1.0"/>
<color r="0.610367958218" g="0.372549019608" b="0.138792778464" a="1.0"/>
<color r="0.61357200473" g="0.376470588235" b="0.141730110318" a="1.0"/>
<color r="0.616759416169" g="0.380392156863" b="0.144698199104" a="1.0"/>
<color r="0.61993043189" g="0.38431372549" b="0.147697044821" a="1.0"/>
<color r="0.623085291245" g="0.388235294118" b="0.150726647471" a="1.0"/>
<color r="0.626224293428" g="0.392156862745" b="0.153787007051" a="1.0"/>
<color r="0.629347617953" g="0.396078431373" b="0.156878123564" a="1.0"/>
<color r="0.632455504174" g="0.4" b="0.159999997008" a="1.0"/>
<color r="0.635548251283" g="0.403921568627" b="0.163152627384" a="1.0"/>
<color r="0.638625978956" g="0.407843137255" b="0.166336029651" a="1.0"/>
<color r="0.641688986386" g="0.411764705882" b="0.16955017389" a="1.0"/>
<color r="0.644737393248" g="0.41568627451" b="0.172795075061" a="1.0"/>
<color r="0.647771438898" g="0.419607843137" b="0.176070748123" a="1.0"/>
<color r="0.650791362688" g="0.423529411765" b="0.179377163158" a="1.0"/>
<color r="0.653797344133" g="0.427450980392" b="0.182714335124" a="1.0"/>
<color r="0.656789562749" g="0.43137254902" b="0.186082278981" a="1.0"/>
<color r="0.659768257889" g="0.435294117647" b="0.18948096481" a="1.0"/>
<color r="0.662733489392" g="0.439215686275" b="0.192910422531" a="1.0"/>
<color r="0.665685556449" g="0.443137254902" b="0.196370622223" a="1.0"/>
<color r="0.668624578738" g="0.447058823529" b="0.199861593807" a="1.0"/>
<color r="0.671550735773" g="0.450980392157" b="0.203383307363" a="1.0"/>
<color r="0.67446420707" g="0.454901960784" b="0.206935792811" a="1.0"/>
<color r="0.677365172143" g="0.458823529412" b="0.21051903519" a="1.0"/>
<color r="0.680253690832" g="0.462745098039" b="0.214133019541" a="1.0"/>
<color r="0.683130062328" g="0.466666666667" b="0.217777775783" a="1.0"/>
<color r="0.685994346469" g="0.470588235294" b="0.221453288957" a="1.0"/>
<color r="0.688846722771" g="0.474509803922" b="0.225159559063" a="1.0"/>
<color r="0.691687310911" g="0.478431372549" b="0.228896571141" a="1.0"/>
<color r="0.694516290403" g="0.482352941176" b="0.23266435511" a="1.0"/>
<color r="0.697333840763" g="0.486274509804" b="0.23646289601" a="1.0"/>
<color r="0.700140021829" g="0.490196078431" b="0.240292193843" a="1.0"/>
<color r="0.702935013117" g="0.494117647059" b="0.244152248607" a="1.0"/>
<color r="0.705718934302" g="0.498039215686" b="0.248043060303" a="1.0"/>
<color r="0.708491905063" g="0.501960784314" b="0.25196464389" a="1.0"/>
<color r="0.711254045075" g="0.505882352941" b="0.255916969449" a="1.0"/>
<color r="0.714005533854" g="0.509803921569" b="0.25990005194" a="1.0"/>
<color r="0.716746491077" g="0.513725490196" b="0.263913891362" a="1.0"/>
<color r="0.719476916743" g="0.517647058824" b="0.267958487716" a="1.0"/>
<color r="0.722197050207" g="0.521568627451" b="0.272033841002" a="1.0"/>
<color r="0.724907070983" g="0.525490196078" b="0.27613995122" a="1.0"/>
<color r="0.727606859394" g="0.529411764706" b="0.280276818369" a="1.0"/>
<color r="0.730296714633" g="0.533333333333" b="0.28444444245" a="1.0"/>
<color r="0.732976696538" g="0.537254901961" b="0.288642823462" a="1.0"/>
<color r="0.735646984624" g="0.541176470588" b="0.292871961407" a="1.0"/>
<color r="0.738307578891" g="0.545098039216" b="0.297131886202" a="1.0"/>
<color r="0.740958599016" g="0.549019607843" b="0.301422538009" a="1.0"/>
<color r="0.743600164675" g="0.552941176471" b="0.305743946749" a="1.0"/>
<color r="0.746232335708" g="0.556862745098" b="0.31009611242" a="1.0"/>
<color r="0.748855351467" g="0.560784313725" b="0.314479035022" a="1.0"/>
<color r="0.751469152114" g="0.564705882353" b="0.318892744476" a="1.0"/>
<color r="0.754073917165" g="0.56862745098" b="0.323337180942" a="1.0"/>
<color r="0.756669706457" g="0.572549019608" b="0.327812374339" a="1.0"/>
<color r="0.759256579829" g="0.576470588235" b="0.332318324669" a="1.0"/>
<color r="0.761834776635" g="0.580392156863" b="0.336855061849" a="1.0"/>
<color r="0.764404177198" g="0.58431372549" b="0.341422526042" a="1.0"/>
<color r="0.766965020872" g="0.588235294118" b="0.346020747166" a="1.0"/>
<color r="0.769517307655" g="0.592156862745" b="0.350649755141" a="1.0"/>
<color r="0.772061157227" g="0.596078431373" b="0.355309490129" a="1.0"/>
<color r="0.774596689262" g="0.6" b="0.360000011968" a="1.0"/>
<color r="0.777123903761" g="0.603921568627" b="0.364721260819" a="1.0"/>
<color r="0.779642980239" g="0.607843137255" b="0.369473266602" a="1.0"/>
<color r="0.782153918696" g="0.611764705882" b="0.374256059235" a="1.0"/>
<color r="0.78465683881" g="0.61568627451" b="0.379069578881" a="1.0"/>
<color r="0.787151740579" g="0.619607843137" b="0.383913885378" a="1.0"/>
<color r="0.789638743681" g="0.623529411765" b="0.388788918888" a="1.0"/>
<color r="0.792118027631" g="0.627450980392" b="0.393694739248" a="1.0"/>
<color r="0.79458953259" g="0.63137254902" b="0.398631286621" a="1.0"/>
<color r="0.797053438074" g="0.635294117647" b="0.403598620845" a="1.0"/>
<color r="0.799509624406" g="0.639215686275" b="0.408596682081" a="1.0"/>
<color r="0.801958390778" g="0.643137254902" b="0.413625530168" a="1.0"/>
<color r="0.804399677351" g="0.647058823529" b="0.418685135187" a="1.0"/>
<color r="0.806833603803" g="0.650980392157" b="0.423775467218" a="1.0"/>
<color r="0.809260110294" g="0.654901960784" b="0.4288965861" a="1.0"/>
<color r="0.811679436179" g="0.658823529412" b="0.434048431995" a="1.0"/>
<color r="0.814091581457" g="0.662745098039" b="0.43923106474" a="1.0"/>
<color r="0.816496546128" g="0.666666666667" b="0.444444454418" a="1.0"/>
<color r="0.818894509708" g="0.670588235294" b="0.449688571107" a="1.0"/>
<color r="0.821285472197" g="0.674509803922" b="0.454963474648" a="1.0"/>
<color r="0.823669433594" g="0.678431372549" b="0.46026913512" a="1.0"/>
<color r="0.826046573415" g="0.682352941176" b="0.465605522605" a="1.0"/>
<color r="0.828416891659" g="0.686274509804" b="0.47097269694" a="1.0"/>
<color r="0.830780448166" g="0.690196078431" b="0.476370628207" a="1.0"/>
<color r="0.833137242934" g="0.694117647059" b="0.481799316406" a="1.0"/>
<color r="0.83548745548" g="0.698039215686" b="0.487258761537" a="1.0"/>
<color r="0.837831025965" g="0.701960784314" b="0.49274893368" a="1.0"/>
<color r="0.840168014227" g="0.705882352941" b="0.498269892674" a="1.0"/>
<color r="0.842498599782" g="0.709803921569" b="0.50382157868" a="1.0"/>
<color r="0.844822782629" g="0.713725490196" b="0.509404081457" a="1.0"/>
<color r="0.84714050293" g="0.717647058824" b="0.515017281327" a="1.0"/>
<color r="0.8494519402" g="0.721568627451" b="0.520661297966" a="1.0"/>
<color r="0.851757154278" g="0.725490196078" b="0.5263360117" a="1.0"/>
<color r="0.854056085325" g="0.729411764706" b="0.532041542203" a="1.0"/>
<color r="0.856348853018" g="0.733333333333" b="0.537777769799" a="1.0"/>
<color r="0.858635517195" g="0.737254901961" b="0.543544814166" a="1.0"/>
<color r="0.860916077857" g="0.741176470588" b="0.549342555626" a="1.0"/>
<color r="0.86319065468" g="0.745098039216" b="0.555171113856" a="1.0"/>
<color r="0.865459187826" g="0.749019607843" b="0.561030369179" a="1.0"/>
<color r="0.867721796971" g="0.752941176471" b="0.566920441272" a="1.0"/>
<color r="0.869978541954" g="0.756862745098" b="0.572841210459" a="1.0"/>
<color r="0.872229542452" g="0.760784313725" b="0.578792796415" a="1.0"/>
<color r="0.874474618949" g="0.764705882353" b="0.584775079465" a="1.0"/>
<color r="0.8767140108" g="0.76862745098" b="0.590788179285" a="1.0"/>
<color r="0.878947658165" g="0.772549019608" b="0.596831976199" a="1.0"/>
<color r="0.881175680722" g="0.776470588235" b="0.602906589882" a="1.0"/>
<color r="0.88339807847" g="0.780392156863" b="0.609011900659" a="1.0"/>
<color r="0.885614911248" g="0.78431372549" b="0.615148028205" a="1.0"/>
<color r="0.887826179056" g="0.788235294118" b="0.621314852845" a="1.0"/>
<color r="0.890031941732" g="0.792156862745" b="0.627512494256" a="1.0"/>
<color r="0.892232259115" g="0.796078431373" b="0.633740892597" a="1.0"/>
<color r="0.894427191042" g="0.8" b="0.639999988032" a="1.0"/>
<color r="0.896616737515" g="0.803921568627" b="0.646289900237" a="1.0"/>
<color r="0.898800958372" g="0.807843137255" b="0.652610509536" a="1.0"/>
<color r="0.90097991345" g="0.811764705882" b="0.658961935604" a="1.0"/>
<color r="0.903153483073" g="0.81568627451" b="0.665344118604" a="1.0"/>
<color r="0.905321906595" g="0.819607843137" b="0.671756998698" a="1.0"/>
<color r="0.907485243853" g="0.823529411765" b="0.678200695561" a="1.0"/>
<color r="0.909643315334" g="0.827450980392" b="0.684675149357" a="1.0"/>
<color r="0.91179636039" g="0.83137254902" b="0.691180300245" a="1.0"/>
<color r="0.913944259344" g="0.835294117647" b="0.697716267904" a="1.0"/>
<color r="0.916087131874" g="0.839215686275" b="0.704282992494" a="1.0"/>
<color r="0.918225037818" g="0.843137254902" b="0.710880414177" a="1.0"/>
<color r="0.920357977175" g="0.847058823529" b="0.717508652631" a="1.0"/>
<color r="0.922486009785" g="0.850980392157" b="0.724167648016" a="1.0"/>
<color r="0.924609075808" g="0.854901960784" b="0.730857340495" a="1.0"/>
<color r="0.92672735476" g="0.858823529412" b="0.737577849743" a="1.0"/>
<color r="0.928840726965" g="0.862745098039" b="0.744329115924" a="1.0"/>
<color r="0.930949371936" g="0.866666666667" b="0.751111139036" a="1.0"/>
<color r="0.933053229837" g="0.870588235294" b="0.757923859241" a="1.0"/>
<color r="0.935152300666" g="0.874509803922" b="0.764767396216" a="1.0"/>
<color r="0.937246704102" g="0.878431372549" b="0.771641690123" a="1.0"/>
<color r="0.939336440142" g="0.882352941176" b="0.778546740962" a="1.0"/>
<color r="0.941421568627" g="0.886274509804" b="0.785482488894" a="1.0"/>
<color r="0.943502029718" g="0.890196078431" b="0.792449053596" a="1.0"/>
<color r="0.945577943091" g="0.894117647059" b="0.79944637523" a="1.0"/>
<color r="0.947649308747" g="0.898039215686" b="0.806474453795" a="1.0"/>
<color r="0.949716126685" g="0.901960784314" b="0.813533229454" a="1.0"/>
<color r="0.951778516582" g="0.905882352941" b="0.820622821883" a="1.0"/>
<color r="0.953836418601" g="0.909803921569" b="0.827743171243" a="1.0"/>
<color r="0.955889892578" g="0.913725490196" b="0.834894277535" a="1.0"/>
<color r="0.957938938515" g="0.917647058824" b="0.842076140759" a="1.0"/>
<color r="0.959983676088" g="0.921568627451" b="0.849288760915" a="1.0"/>
<color r="0.96202398562" g="0.925490196078" b="0.856532078163" a="1.0"/>
<color r="0.964060046626" g="0.929411764706" b="0.863806212182" a="1.0"/>
<color r="0.966091799269" g="0.933333333333" b="0.871111103133" a="1.0"/>
<color r="0.968119303385" g="0.937254901961" b="0.878446751015" a="1.0"/>
<color r="0.970142558977" g="0.941176470588" b="0.885813155829" a="1.0"/>
<color r="0.972161506204" g="0.945098039216" b="0.893210317574" a="1.0"/>
<color r="0.974176324583" g="0.949019607843" b="0.900638236252" a="1.0"/>
<color r="0.976187073951" g="0.952941176471" b="0.90809691186" a="1.0"/>
<color r="0.978193634632" g="0.956862745098" b="0.915586284563" a="1.0"/>
<color r="0.980196066464" g="0.960784313725" b="0.923106474035" a="1.0"/>
<color r="0.982194429285" g="0.964705882353" b="0.930657420439" a="1.0"/>
<color r="0.984188723097" g="0.96862745098" b="0.938239123775" a="1.0"/>
<color r="0.986179007736" g="0.972549019608" b="0.945851584042" a="1.0"/>
<color r="0.988165283203" g="0.976470588235" b="0.953494801241" a="1.0"/>
<color r="0.990147549498" g="0.980392156863" b="0.961168775371" a="1.0"/>
<color r="0.99212586646" g="0.98431372549" b="0.968873506434" a="1.0"/>
<color r="0.994100234088" g="0.988235294118" b="0.976608994428" a="1.0"/>
<color r="0.99607071222" g="0.992156862745" b="0.984375239354" a="1.0"/>
<color r="0.998037241019" g="0.996078431373" b="0.992172241211" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0626224293428" g="0.00392156862745" b="0.0417534136305" a="1.0"/>
<color r="0.0885614881329" g="0.0078431372549" b="0.059061499203" a="1.0"/>
<color r="0.108465224621" g="0.0117647058824" b="0.0723562876383" a="1.0"/>
<color r="0.125244858686" g="0.0156862745098" b="0.0835785884483" a="1.0"/>
<color r="0.140028007358" g="0.0196078431373" b="0.0934801587871" a="1.0"/>
<color r="0.153393001182" g="0.0235294117647" b="0.102446544872" a="1.0"/>
<color r="0.165683372348" g="0.0274509803922" b="0.110706755694" a="1.0"/>
<color r="0.177122976266" g="0.0313725490196" b="0.118410065595" a="1.0"/>
<color r="0.187867288028" g="0.0352941176471" b="0.125660077263" a="1.0"/>
<color r="0.198029506908" g="0.0392156862745" b="0.132532306746" a="1.0"/>
<color r="0.207695112041" g="0.043137254902" b="0.13908368279" a="1.0"/>
<color r="0.216930449243" g="0.0470588235294" b="0.145358470842" a="1.0"/>
<color r="0.225788370768" g="0.0509803921569" b="0.151391915714" a="1.0"/>
<color r="0.234311676025" g="0.0549019607843" b="0.157212530398" a="1.0"/>
<color r="0.242535639744" g="0.0588235294118" b="0.16284383138" a="1.0"/>
<color r="0.250489717371" g="0.0627450980392" b="0.168305460612" a="1.0"/>
<color r="0.258198876474" g="0.0666666666667" b="0.173614053165" a="1.0"/>
<color r="0.265684449439" g="0.0705882352941" b="0.178783865536" a="1.0"/>
<color r="0.272964866489" g="0.0745098039216" b="0.183827134675" a="1.0"/>
<color r="0.280056014715" g="0.078431372549" b="0.188754511814" a="1.0"/>
<color r="0.286972015979" g="0.0823529411765" b="0.193575346704" a="1.0"/>
<color r="0.293725226907" g="0.0862745098039" b="0.198297911999" a="1.0"/>
<color r="0.300326627844" g="0.0901960784314" b="0.202929522944" a="1.0"/>
<color r="0.306786002365" g="0.0941176470588" b="0.207476716883" a="1.0"/>
<color r="0.313112146714" g="0.0980392156863" b="0.211945328058" a="1.0"/>
<color r="0.319312989478" g="0.101960784314" b="0.216340667126" a="1.0"/>
<color r="0.325395681344" g="0.105882352941" b="0.22066747628" a="1.0"/>
<color r="0.331366744696" g="0.109803921569" b="0.224930138681" a="1.0"/>
<color r="0.337232103535" g="0.113725490196" b="0.229132558785" a="1.0"/>
<color r="0.342997173235" g="0.117647058824" b="0.233278401693" a="1.0"/>
<color r="0.348666920381" g="0.121568627451" b="0.237370928596" a="1.0"/>
<color r="0.354245952531" g="0.125490196078" b="0.241413236132" a="1.0"/>
<color r="0.359738458372" g="0.129411764706" b="0.245408091826" a="1.0"/>
<color r="0.365148357317" g="0.133333333333" b="0.249358173445" a="1.0"/>
<color r="0.370479299508" g="0.137254901961" b="0.253265829647" a="1.0"/>
<color r="0.375734576057" g="0.141176470588" b="0.257133304372" a="1.0"/>
<color r="0.380917388318" g="0.145098039216" b="0.260962721881" a="1.0"/>
<color r="0.386030578613" g="0.149019607843" b="0.264755997003" a="1.0"/>
<color r="0.391076959348" g="0.152941176471" b="0.268514984729" a="1.0"/>
<color r="0.396059013815" g="0.156862745098" b="0.272241300695" a="1.0"/>
<color r="0.400979195389" g="0.160784313725" b="0.275936680214" a="1.0"/>
<color r="0.405839718089" g="0.164705882353" b="0.279602499569" a="1.0"/>
<color r="0.410642736098" g="0.16862745098" b="0.283240224801" a="1.0"/>
<color r="0.415390224083" g="0.172549019608" b="0.286851202273" a="1.0"/>
<color r="0.420084007114" g="0.176470588235" b="0.290436628753" a="1.0"/>
<color r="0.4247259701" g="0.180392156863" b="0.293997730928" a="1.0"/>
<color r="0.429317758598" g="0.18431372549" b="0.297535705566" a="1.0"/>
<color r="0.433860898485" g="0.188235294118" b="0.301051450243" a="1.0"/>
<color r="0.4383570054" g="0.192156862745" b="0.304546101888" a="1.0"/>
<color r="0.442807455624" g="0.196078431373" b="0.308020558077" a="1.0"/>
<color r="0.447213595521" g="0.2" b="0.311475746304" a="1.0"/>
<color r="0.451576741536" g="0.203921568627" b="0.314912504308" a="1.0"/>
<color r="0.455898180195" g="0.207843137255" b="0.318331699745" a="1.0"/>
<color r="0.460178988588" g="0.211764705882" b="0.321734080595" a="1.0"/>
<color r="0.464420363482" g="0.21568627451" b="0.325120424757" a="1.0"/>
<color r="0.468623352051" g="0.219607843137" b="0.328491420372" a="1.0"/>
<color r="0.472788971546" g="0.223529411765" b="0.331847785501" a="1.0"/>
<color r="0.4769182093" g="0.227450980392" b="0.335190118528" a="1.0"/>
<color r="0.48101199281" g="0.23137254902" b="0.338519077675" a="1.0"/>
<color r="0.485071279488" g="0.235294117647" b="0.341835261326" a="1.0"/>
<color r="0.489096817316" g="0.239215686275" b="0.345139237946" a="1.0"/>
<color r="0.493089503868" g="0.243137254902" b="0.348431605919" a="1.0"/>
<color r="0.497050117044" g="0.247058823529" b="0.351712754193" a="1.0"/>
<color r="0.500979434743" g="0.250980392157" b="0.354983340993" a="1.0"/>
<color r="0.504878145106" g="0.254901960784" b="0.358243785185" a="1.0"/>
<color r="0.508747055951" g="0.258823529412" b="0.361494565478" a="1.0"/>
<color r="0.512586645987" g="0.262745098039" b="0.36473607082" a="1.0"/>
<color r="0.516397752949" g="0.266666666667" b="0.367968839758" a="1.0"/>
<color r="0.520180915384" g="0.270588235294" b="0.371193291159" a="1.0"/>
<color r="0.523936791513" g="0.274509803922" b="0.374409754136" a="1.0"/>
<color r="0.527665919884" g="0.278431372549" b="0.377618617637" a="1.0"/>
<color r="0.531368898878" g="0.282352941176" b="0.380820330452" a="1.0"/>
<color r="0.535046267042" g="0.286274509804" b="0.38401519177" a="1.0"/>
<color r="0.538698503083" g="0.290196078431" b="0.387203590543" a="1.0"/>
<color r="0.542326145546" g="0.294117647059" b="0.390385796042" a="1.0"/>
<color r="0.545929732977" g="0.298039215686" b="0.393562257056" a="1.0"/>
<color r="0.549509564568" g="0.301960784314" b="0.3967331531" a="1.0"/>
<color r="0.553066298541" g="0.305882352941" b="0.399898873123" a="1.0"/>
<color r="0.556600293926" g="0.309803921569" b="0.403059686399" a="1.0"/>
<color r="0.560112029431" g="0.313725490196" b="0.406215922038" a="1.0"/>
<color r="0.563601864085" g="0.317647058824" b="0.409367789474" a="1.0"/>
<color r="0.567070216759" g="0.321568627451" b="0.4125155879" a="1.0"/>
<color r="0.570517506319" g="0.325490196078" b="0.415659646427" a="1.0"/>
<color r="0.573944031958" g="0.329411764706" b="0.418800054812" a="1.0"/>
<color r="0.577350272384" g="0.333333333333" b="0.421937231924" a="1.0"/>
<color r="0.580736526788" g="0.337254901961" b="0.425071327359" a="1.0"/>
<color r="0.584103154201" g="0.341176470588" b="0.428202520632" a="1.0"/>
<color r="0.587450453814" g="0.345098039216" b="0.431331170774" a="1.0"/>
<color r="0.590778784658" g="0.349019607843" b="0.43445742738" a="1.0"/>
<color r="0.594088505764" g="0.352941176471" b="0.437581499885" a="1.0"/>
<color r="0.597379916322" g="0.356862745098" b="0.440703627642" a="1.0"/>
<color r="0.600653255687" g="0.360784313725" b="0.443823960248" a="1.0"/>
<color r="0.603908882889" g="0.364705882353" b="0.446942737056" a="1.0"/>
<color r="0.607147037282" g="0.36862745098" b="0.450060077742" a="1.0"/>
<color r="0.610367958218" g="0.372549019608" b="0.453176221661" a="1.0"/>
<color r="0.61357200473" g="0.376470588235" b="0.456291378246" a="1.0"/>
<color r="0.616759416169" g="0.380392156863" b="0.459405667174" a="1.0"/>
<color r="0.61993043189" g="0.38431372549" b="0.46251929788" a="1.0"/>
<color r="0.623085291245" g="0.388235294118" b="0.46563241996" a="1.0"/>
<color r="0.626224293428" g="0.392156862745" b="0.46874518301" a="1.0"/>
<color r="0.629347617953" g="0.396078431373" b="0.471857766544" a="1.0"/>
<color r="0.632455504174" g="0.4" b="0.474970320159" a="1.0"/>
<color r="0.635548251283" g="0.403921568627" b="0.47808302337" a="1.0"/>
<color r="0.638625978956" g="0.407843137255" b="0.481195965935" a="1.0"/>
<color r="0.641688986386" g="0.411764705882" b="0.484309357288" a="1.0"/>
<color r="0.644737393248" g="0.41568627451" b="0.487423317105" a="1.0"/>
<color r="0.647771438898" g="0.419607843137" b="0.490537905226" a="1.0"/>
<color r="0.650791362688" g="0.423529411765" b="0.493653271245" a="1.0"/>
<color r="0.653797344133" g="0.427450980392" b="0.496769684436" a="1.0"/>
<color r="0.656789562749" g="0.43137254902" b="0.499887144799" a="1.0"/>
<color r="0.659768257889" g="0.435294117647" b="0.503005861769" a="1.0"/>
<color r="0.662733489392" g="0.439215686275" b="0.506125835344" a="1.0"/>
<color r="0.665685556449" g="0.443137254902" b="0.509247304879" a="1.0"/>
<color r="0.668624578738" g="0.447058823529" b="0.512370270374" a="1.0"/>
<color r="0.671550735773" g="0.450980392157" b="0.515494911343" a="1.0"/>
<color r="0.67446420707" g="0.454901960784" b="0.518621407303" a="1.0"/>
<color r="0.677365172143" g="0.458823529412" b="0.521749758253" a="1.0"/>
<color r="0.680253690832" g="0.462745098039" b="0.524880143708" a="1.0"/>
<color r="0.683130062328" g="0.466666666667" b="0.528012623506" a="1.0"/>
<color r="0.685994346469" g="0.470588235294" b="0.531147317325" a="1.0"/>
<color r="0.688846722771" g="0.474509803922" b="0.534284344841" a="1.0"/>
<color r="0.691687310911" g="0.478431372549" b="0.537423706055" a="1.0"/>
<color r="0.694516290403" g="0.482352941176" b="0.540565640319" a="1.0"/>
<color r="0.697333840763" g="0.486274509804" b="0.543710207472" a="1.0"/>
<color r="0.700140021829" g="0.490196078431" b="0.546857407514" a="1.0"/>
<color r="0.702935013117" g="0.494117647059" b="0.55000741996" a="1.0"/>
<color r="0.705718934302" g="0.498039215686" b="0.553160304649" a="1.0"/>
<color r="0.708491905063" g="0.501960784314" b="0.556316181258" a="1.0"/>
<color r="0.711254045075" g="0.505882352941" b="0.559474989947" a="1.0"/>
<color r="0.714005533854" g="0.509803921569" b="0.56263702991" a="1.0"/>
<color r="0.716746491077" g="0.513725490196" b="0.565802301145" a="1.0"/>
<color r="0.719476916743" g="0.517647058824" b="0.568970743815" a="1.0"/>
<color r="0.722197050207" g="0.521568627451" b="0.572142657112" a="1.0"/>
<color r="0.724907070983" g="0.525490196078" b="0.575318041035" a="1.0"/>
<color r="0.727606859394" g="0.529411764706" b="0.578496835746" a="1.0"/>
<color r="0.730296714633" g="0.533333333333" b="0.581679280599" a="1.0"/>
<color r="0.732976696538" g="0.537254901961" b="0.584865375594" a="1.0"/>
<color r="0.735646984624" g="0.541176470588" b="0.588055300245" a="1.0"/>
<color r="0.738307578891" g="0.545098039216" b="0.591248994715" a="1.0"/>
<color r="0.740958599016" g="0.549019607843" b="0.59444657868" a="1.0"/>
<color r="0.743600164675" g="0.552941176471" b="0.597648111979" a="1.0"/>
<color r="0.746232335708" g="0.556862745098" b="0.600853594612" a="1.0"/>
<color r="0.748855351467" g="0.560784313725" b="0.604063265931" a="1.0"/>
<color r="0.751469152114" g="0.564705882353" b="0.607277006261" a="1.0"/>
<color r="0.754073917165" g="0.56862745098" b="0.610494995117" a="1.0"/>
<color r="0.756669706457" g="0.572549019608" b="0.613717292337" a="1.0"/>
<color r="0.759256579829" g="0.576470588235" b="0.616943838082" a="1.0"/>
<color r="0.761834776635" g="0.580392156863" b="0.620174871706" a="1.0"/>
<color r="0.764404177198" g="0.58431372549" b="0.623410333372" a="1.0"/>
<color r="0.766965020872" g="0.588235294118" b="0.626650223078" a="1.0"/>
<color r="0.769517307655" g="0.592156862745" b="0.629894780178" a="1.0"/>
<color r="0.772061157227" g="0.596078431373" b="0.633143944834" a="1.0"/>
<color r="0.774596689262" g="0.6" b="0.636397776884" a="1.0"/>
<color r="0.777123903761" g="0.603921568627" b="0.639656336167" a="1.0"/>
<color r="0.779642980239" g="0.607843137255" b="0.64291974236" a="1.0"/>
<color r="0.782153918696" g="0.611764705882" b="0.646187935623" a="1.0"/>
<color r="0.78465683881" g="0.61568627451" b="0.649461095473" a="1.0"/>
<color r="0.787151740579" g="0.619607843137" b="0.652739102233" a="1.0"/>
<color r="0.789638743681" g="0.623529411765" b="0.656022135417" a="1.0"/>
<color r="0.792118027631" g="0.627450980392" b="0.659310254864" a="1.0"/>
<color r="0.79458953259" g="0.63137254902" b="0.662603460574" a="1.0"/>
<color r="0.797053438074" g="0.635294117647" b="0.665901872223" a="1.0"/>
<color r="0.799509624406" g="0.639215686275" b="0.669205310298" a="1.0"/>
<color r="0.801958390778" g="0.643137254902" b="0.672514073989" a="1.0"/>
<color r="0.804399677351" g="0.647058823529" b="0.675828103458" a="1.0"/>
<color r="0.806833603803" g="0.650980392157" b="0.679147518382" a="1.0"/>
<color r="0.809260110294" g="0.654901960784" b="0.682472258923" a="1.0"/>
<color r="0.811679436179" g="0.658823529412" b="0.685802444757" a="1.0"/>
<color r="0.814091581457" g="0.662745098039" b="0.689138075885" a="1.0"/>
<color r="0.816496546128" g="0.666666666667" b="0.692479152305" a="1.0"/>
<color r="0.818894509708" g="0.670588235294" b="0.695825793696" a="1.0"/>
<color r="0.821285472197" g="0.674509803922" b="0.699178119734" a="1.0"/>
<color r="0.823669433594" g="0.678431372549" b="0.702536070581" a="1.0"/>
<color r="0.826046573415" g="0.682352941176" b="0.705899586397" a="1.0"/>
<color r="0.828416891659" g="0.686274509804" b="0.70926878686" a="1.0"/>
<color r="0.830780448166" g="0.690196078431" b="0.712643851486" a="1.0"/>
<color r="0.833137242934" g="0.694117647059" b="0.71602454092" a="1.0"/>
<color r="0.83548745548" g="0.698039215686" b="0.719411274031" a="1.0"/>
<color r="0.837831025965" g="0.701960784314" b="0.722803751628" a="1.0"/>
<color r="0.840168014227" g="0.705882352941" b="0.726201913871" a="1.0"/>
<color r="0.842498599782" g="0.709803921569" b="0.729606239468" a="1.0"/>
<color r="0.844822782629" g="0.713725490196" b="0.733016608743" a="1.0"/>
<color r="0.84714050293" g="0.717647058824" b="0.736432782341" a="1.0"/>
<color r="0.8494519402" g="0.721568627451" b="0.739855119294" a="1.0"/>
<color r="0.851757154278" g="0.725490196078" b="0.743283440085" a="1.0"/>
<color r="0.854056085325" g="0.729411764706" b="0.74671792423" a="1.0"/>
<color r="0.856348853018" g="0.733333333333" b="0.750158452053" a="1.0"/>
<color r="0.858635517195" g="0.737254901961" b="0.753605262906" a="1.0"/>
<color r="0.860916077857" g="0.741176470588" b="0.757058177275" a="1.0"/>
<color r="0.86319065468" g="0.745098039216" b="0.760517494351" a="1.0"/>
<color r="0.865459187826" g="0.749019607843" b="0.763982855105" a="1.0"/>
<color r="0.867721796971" g="0.752941176471" b="0.767454678405" a="1.0"/>
<color r="0.869978541954" g="0.756862745098" b="0.770932724897" a="1.0"/>
<color r="0.872229542452" g="0.760784313725" b="0.774417293773" a="1.0"/>
<color r="0.874474618949" g="0.764705882353" b="0.777908205519" a="1.0"/>
<color r="0.8767140108" g="0.76862745098" b="0.781405400295" a="1.0"/>
<color r="0.878947658165" g="0.772549019608" b="0.784909117456" a="1.0"/>
<color r="0.881175680722" g="0.776470588235" b="0.788419297162" a="1.0"/>
<color r="0.88339807847" g="0.780392156863" b="0.791936059092" a="1.0"/>
<color r="0.885614911248" g="0.78431372549" b="0.795459283567" a="1.0"/>
<color r="0.887826179056" g="0.788235294118" b="0.798989030427" a="1.0"/>
<color r="0.890031941732" g="0.792156862745" b="0.802525479186" a="1.0"/>
<color r="0.892232259115" g="0.796078431373" b="0.806068510168" a="1.0"/>
<color r="0.894427191042" g="0.8" b="0.809618123372" a="1.0"/>
<color r="0.896616737515" g="0.803921568627" b="0.813174498315" a="1.0"/>
<color r="0.898800958372" g="0.807843137255" b="0.816737575157" a="1.0"/>
<color r="0.90097991345" g="0.811764705882" b="0.820307234222" a="1.0"/>
<color r="0.903153483073" g="0.81568627451" b="0.823883655025" a="1.0"/>
<color r="0.905321906595" g="0.819607843137" b="0.827466897403" a="1.0"/>
<color r="0.907485243853" g="0.823529411765" b="0.831057021197" a="1.0"/>
<color r="0.909643315334" g="0.827450980392" b="0.834653906729" a="1.0"/>
<color r="0.91179636039" g="0.83137254902" b="0.838257613837" a="1.0"/>
<color r="0.913944259344" g="0.835294117647" b="0.841868262197" a="1.0"/>
<color r="0.916087131874" g="0.839215686275" b="0.845485791973" a="1.0"/>
<color r="0.918225037818" g="0.843137254902" b="0.849110203163" a="1.0"/>
<color r="0.920357977175" g="0.847058823529" b="0.852741555607" a="1.0"/>
<color r="0.922486009785" g="0.850980392157" b="0.856379909141" a="1.0"/>
<color r="0.924609075808" g="0.854901960784" b="0.860025144091" a="1.0"/>
<color r="0.92672735476" g="0.858823529412" b="0.863677499809" a="1.0"/>
<color r="0.928840726965" g="0.862745098039" b="0.867336856618" a="1.0"/>
<color r="0.930949371936" g="0.866666666667" b="0.871003274357" a="1.0"/>
<color r="0.933053229837" g="0.870588235294" b="0.874676812864" a="1.0"/>
<color r="0.935152300666" g="0.874509803922" b="0.878357352462" a="1.0"/>
<color r="0.937246704102" g="0.878431372549" b="0.882045072668" a="1.0"/>
<color r="0.939336440142" g="0.882352941176" b="0.885739853803" a="1.0"/>
<color r="0.941421568627" g="0.886274509804" b="0.889441875383" a="1.0"/>
<color r="0.943502029718" g="0.890196078431" b="0.893151017731" a="1.0"/>
<color r="0.945577943091" g="0.894117647059" b="0.896867400525" a="1.0"/>
<color r="0.947649308747" g="0.898039215686" b="0.900591023763" a="1.0"/>
<color r="0.949716126685" g="0.901960784314" b="0.904321827608" a="1.0"/>
<color r="0.951778516582" g="0.905882352941" b="0.908059931736" a="1.0"/>
<color r="0.953836418601" g="0.909803921569" b="0.911805336148" a="1.0"/>
<color r="0.955889892578" g="0.913725490196" b="0.915557981005" a="1.0"/>
<color r="0.957938938515" g="0.917647058824" b="0.919317985983" a="1.0"/>
<color r="0.959983676088" g="0.921568627451" b="0.923085351084" a="1.0"/>
<color r="0.96202398562" g="0.925490196078" b="0.926860016468" a="1.0"/>
<color r="0.964060046626" g="0.929411764706" b="0.93064216165" a="1.0"/>
<color r="0.966091799269" g="0.933333333333" b="0.934431547277" a="1.0"/>
<color r="0.968119303385" g="0.937254901961" b="0.938228412703" a="1.0"/>
<color r="0.970142558977" g="0.941176470588" b="0.942032698089" a="1.0"/>
<color r="0.972161506204" g="0.945098039216" b="0.945844403435" a="1.0"/>
<color r="0.974176324583" g="0.949019607843" b="0.94966358858" a="1.0"/>
<color r="0.976187073951" g="0.952941176471" b="0.953490313362" a="1.0"/>
<color r="0.978193634632" g="0.956862745098" b="0.957324517942" a="1.0"/>
<color r="0.980196066464" g="0.960784313725" b="0.961166142482" a="1.0"/>
<color r="0.982194429285" g="0.964705882353" b="0.965015486175" a="1.0"/>
<color r="0.984188723097" g="0.96862745098" b="0.968872249828" a="1.0"/>
<color r="0.986179007736" g="0.972549019608" b="0.972736553117" a="1.0"/>
<color r="0.988165283203" g="0.976470588235" b="0.976608455882" a="1.0"/>
<color r="0.990147549498" g="0.980392156863" b="0.980487958123" a="1.0"/>
<color r="0.99212586646" g="0.98431372549" b="0.984375059838" a="1.0"/>
<color r="0.994100234088" g="0.988235294118" b="0.988269820868" a="1.0"/>
<color r="0.99607071222" g="0.992156862745" b="0.992172181373" a="1.0"/>
<color r="0.998037241019" g="0.996078431373" b="0.996082261029" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392156862745" g="0.0" b="0.0" a="1.0"/>
<color r="0.0078431372549" g="0.0" b="0.0" a="1.0"/>
<color r="0.0156862745098" g="0.0" b="0.0" a="1.0"/>
<color r="0.0196078431373" g="0.0" b="0.0" a="1.0"/>
<color r="0.0274509803922" g="0.0" b="0.0" a="1.0"/>
<color r="0.0313725490196" g="0.0" b="0.0" a="1.0"/>
<color r="0.0392156862745" g="0.0" b="0.0" a="1.0"/>
<color r="0.043137254902" g="0.0" b="0.0" a="1.0"/>
<color r="0.0509803921569" g="0.0" b="0.0" a="1.0"/>
<color r="0.0549019607843" g="0.0" b="0.0" a="1.0"/>
<color r="0.0588235294118" g="0.0" b="0.0" a="1.0"/>
<color r="0.0666666666667" g="0.0" b="0.0" a="1.0"/>
<color r="0.0705882352941" g="0.0" b="0.0" a="1.0"/>
<color r="0.078431372549" g="0.0" b="0.0" a="1.0"/>
<color r="0.0823529411765" g="0.0" b="0.0" a="1.0"/>
<color r="0.0901960784314" g="0.0" b="0.0" a="1.0"/>
<color r="0.0941176470588" g="0.0" b="0.0" a="1.0"/>
<color r="0.101960784314" g="0.0" b="0.0" a="1.0"/>
<color r="0.105882352941" g="0.0" b="0.0" a="1.0"/>
<color r="0.109803921569" g="0.0" b="0.0" a="1.0"/>
<color r="0.117647058824" g="0.0" b="0.0" a="1.0"/>
<color r="0.121568627451" g="0.0" b="0.0" a="1.0"/>
<color r="0.129411764706" g="0.0" b="0.0" a="1.0"/>
<color r="0.133333333333" g="0.0" b="0.0" a="1.0"/>
<color r="0.141176470588" g="0.0" b="0.0" a="1.0"/>
<color r="0.145098039216" g="0.0" b="0.0" a="1.0"/>
<color r="0.152941176471" g="0.0" b="0.0" a="1.0"/>
<color r="0.156862745098" g="0.0" b="0.0" a="1.0"/>
<color r="0.164705882353" g="0.0" b="0.0" a="1.0"/>
<color r="0.16862745098" g="0.0" b="0.0" a="1.0"/>
<color r="0.172549019608" g="0.0" b="0.0" a="1.0"/>
<color r="0.180392156863" g="0.0" b="0.0" a="1.0"/>
<color r="0.18431372549" g="0.0" b="0.0" a="1.0"/>
<color r="0.192156862745" g="0.0" b="0.0" a="1.0"/>
<color r="0.196078431373" g="0.0" b="0.0" a="1.0"/>
<color r="0.203921568627" g="0.0" b="0.0" a="1.0"/>
<color r="0.207843137255" g="0.0" b="0.0" a="1.0"/>
<color r="0.21568627451" g="0.0" b="0.0" a="1.0"/>
<color r="0.219607843137" g="0.0" b="0.0" a="1.0"/>
<color r="0.223529411765" g="0.0" b="0.0" a="1.0"/>
<color r="0.23137254902" g="0.0" b="0.0" a="1.0"/>
<color r="0.235294117647" g="0.0" b="0.0" a="1.0"/>
<color r="0.243137254902" g="0.0" b="0.0" a="1.0"/>
<color r="0.247058823529" g="0.0" b="0.0" a="1.0"/>
<color r="0.254901960784" g="0.0" b="0.0" a="1.0"/>
<color r="0.258823529412" g="0.0" b="0.0" a="1.0"/>
<color r="0.266666666667" g="0.0" b="0.0" a="1.0"/>
<color r="0.270588235294" g="0.0" b="0.0" a="1.0"/>
<color r="0.274509803922" g="0.0" b="0.0" a="1.0"/>
<color r="0.282352941176" g="0.0" b="0.0" a="1.0"/>
<color r="0.286274509804" g="0.0" b="0.0" a="1.0"/>
<color r="0.294117647059" g="0.0" b="0.0" a="1.0"/>
<color r="0.298039215686" g="0.0" b="0.0" a="1.0"/>
<color r="0.305882352941" g="0.0" b="0.0" a="1.0"/>
<color r="0.309803921569" g="0.0" b="0.0" a="1.0"/>
<color r="0.317647058824" g="0.0" b="0.0" a="1.0"/>
<color r="0.321568627451" g="0.0" b="0.0" a="1.0"/>
<color r="0.329411764706" g="0.0" b="0.0" a="1.0"/>
<color r="0.333333333333" g="0.0" b="0.0" a="1.0"/>
<color r="0.337254901961" g="0.0" b="0.0" a="1.0"/>
<color r="0.345098039216" g="0.0" b="0.0" a="1.0"/>
<color r="0.349019607843" g="0.0" b="0.0" a="1.0"/>
<color r="0.356862745098" g="0.0" b="0.0" a="1.0"/>
<color r="0.360784313725" g="0.0" b="0.0" a="1.0"/>
<color r="0.36862745098" g="0.0" b="0.0" a="1.0"/>
<color r="0.372549019608" g="0.0" b="0.0" a="1.0"/>
<color r="0.380392156863" g="0.0" b="0.0" a="1.0"/>
<color r="0.38431372549" g="0.0" b="0.0" a="1.0"/>
<color r="0.388235294118" g="0.0" b="0.0" a="1.0"/>
<color r="0.396078431373" g="0.0" b="0.0" a="1.0"/>
<color r="0.4" g="0.0" b="0.0" a="1.0"/>
<color r="0.407843137255" g="0.0" b="0.0" a="1.0"/>
<color r="0.411764705882" g="0.0" b="0.0" a="1.0"/>
<color r="0.419607843137" g="0.0" b="0.0" a="1.0"/>
<color r="0.423529411765" g="0.0" b="0.0" a="1.0"/>
<color r="0.43137254902" g="0.0" b="0.0" a="1.0"/>
<color r="0.435294117647" g="0.0" b="0.0" a="1.0"/>
<color r="0.443137254902" g="0.0" b="0.0" a="1.0"/>
<color r="0.447058823529" g="0.0" b="0.0" a="1.0"/>
<color r="0.450980392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.458823529412" g="0.0" b="0.0" a="1.0"/>
<color r="0.462745098039" g="0.0" b="0.0" a="1.0"/>
<color r="0.470588235294" g="0.0" b="0.0" a="1.0"/>
<color r="0.474509803922" g="0.0" b="0.0" a="1.0"/>
<color r="0.482352941176" g="0.0" b="0.0" a="1.0"/>
<color r="0.486274509804" g="0.0" b="0.0" a="1.0"/>
<color r="0.494117647059" g="0.0" b="0.0" a="1.0"/>
<color r="0.498039215686" g="0.0" b="0.0" a="1.0"/>
<color r="0.501960784314" g="0.0" b="0.0" a="1.0"/>
<color r="0.509803921569" g="0.0" b="0.0" a="1.0"/>
<color r="0.513725490196" g="0.0" b="0.0" a="1.0"/>
<color r="0.521568627451" g="0.0" b="0.0" a="1.0"/>
<color r="0.525490196078" g="0.0" b="0.0" a="1.0"/>
<color r="0.533333333333" g="0.0" b="0.0" a="1.0"/>
<color r="0.537254901961" g="0.0" b="0.0" a="1.0"/>
<color r="0.545098039216" g="0.0" b="0.0" a="1.0"/>
<color r="0.549019607843" g="0.0" b="0.0" a="1.0"/>
<color r="0.552941176471" g="0.0" b="0.0" a="1.0"/>
<color r="0.560784313725" g="0.0" b="0.0" a="1.0"/>
<color r="0.564705882353" g="0.0" b="0.0" a="1.0"/>
<color r="0.572549019608" g="0.0" b="0.0" a="1.0"/>
<color r="0.576470588235" g="0.0" b="0.0" a="1.0"/>
<color r="0.58431372549" g="0.0" b="0.0" a="1.0"/>
<color r="0.588235294118" g="0.0" b="0.0" a="1.0"/>
<color r="0.596078431373" g="0.0" b="0.0" a="1.0"/>
<color r="0.6" g="0.0" b="0.0" a="1.0"/>
<color r="0.607843137255" g="0.0" b="0.0" a="1.0"/>
<color r="0.611764705882" g="0.0" b="0.0" a="1.0"/>
<color r="0.61568627451" g="0.0" b="0.0" a="1.0"/>
<color r="0.623529411765" g="0.0" b="0.0" a="1.0"/>
<color r="0.627450980392" g="0.0" b="0.0" a="1.0"/>
<color r="0.635294117647" g="0.0" b="0.0" a="1.0"/>
<color r="0.639215686275" g="0.0" b="0.0" a="1.0"/>
<color r="0.647058823529" g="0.0" b="0.0" a="1.0"/>
<color r="0.650980392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.658823529412" g="0.0" b="0.0" a="1.0"/>
<color r="0.662745098039" g="0.0" b="0.0" a="1.0"/>
<color r="0.666666666667" g="0.0" b="0.0" a="1.0"/>
<color r="0.674509803922" g="0.0" b="0.0" a="1.0"/>
<color r="0.678431372549" g="0.0" b="0.0" a="1.0"/>
<color r="0.686274509804" g="0.00392156862745" b="0.0" a="1.0"/>
<color r="0.690196078431" g="0.0117647058824" b="0.0" a="1.0"/>
<color r="0.698039215686" g="0.0196078431373" b="0.0" a="1.0"/>
<color r="0.701960784314" g="0.0274509803922" b="0.0" a="1.0"/>
<color r="0.709803921569" g="0.0352941176471" b="0.0" a="1.0"/>
<color r="0.713725490196" g="0.043137254902" b="0.0" a="1.0"/>
<color r="0.721568627451" g="0.0509803921569" b="0.0" a="1.0"/>
<color r="0.725490196078" g="0.0588235294118" b="0.0" a="1.0"/>
<color r="0.729411764706" g="0.0666666666667" b="0.0" a="1.0"/>
<color r="0.737254901961" g="0.0705882352941" b="0.0" a="1.0"/>
<color r="0.741176470588" g="0.078431372549" b="0.0" a="1.0"/>
<color r="0.749019607843" g="0.0862745098039" b="0.0" a="1.0"/>
<color r="0.752941176471" g="0.0941176470588" b="0.0" a="1.0"/>
<color r="0.760784313725" g="0.101960784314" b="0.0" a="1.0"/>
<color r="0.764705882353" g="0.109803921569" b="0.0" a="1.0"/>
<color r="0.772549019608" g="0.117647058824" b="0.0" a="1.0"/>
<color r="0.776470588235" g="0.125490196078" b="0.0" a="1.0"/>
<color r="0.780392156863" g="0.133333333333" b="0.0" a="1.0"/>
<color r="0.788235294118" g="0.137254901961" b="0.0" a="1.0"/>
<color r="0.792156862745" g="0.145098039216" b="0.0" a="1.0"/>
<color r="0.8" g="0.152941176471" b="0.0" a="1.0"/>
<color r="0.803921568627" g="0.160784313725" b="0.0" a="1.0"/>
<color r="0.811764705882" g="0.16862745098" b="0.0" a="1.0"/>
<color r="0.81568627451" g="0.176470588235" b="0.0" a="1.0"/>
<color r="0.823529411765" g="0.18431372549" b="0.0" a="1.0"/>
<color r="0.827450980392" g="0.192156862745" b="0.0" a="1.0"/>
<color r="0.83137254902" g="0.2" b="0.0" a="1.0"/>
<color r="0.839215686275" g="0.203921568627" b="0.0" a="1.0"/>
<color r="0.843137254902" g="0.211764705882" b="0.0" a="1.0"/>
<color r="0.850980392157" g="0.219607843137" b="0.0" a="1.0"/>
<color r="0.854901960784" g="0.227450980392" b="0.0" a="1.0"/>
<color r="0.862745098039" g="0.235294117647" b="0.0" a="1.0"/>
<color r="0.866666666667" g="0.243137254902" b="0.0" a="1.0"/>
<color r="0.874509803922" g="0.250980392157" b="0.0" a="1.0"/>
<color r="0.878431372549" g="0.258823529412" b="0.0" a="1.0"/>
<color r="0.886274509804" g="0.266666666667" b="0.0" a="1.0"/>
<color r="0.890196078431" g="0.270588235294" b="0.0" a="1.0"/>
<color r="0.894117647059" g="0.278431372549" b="0.0" a="1.0"/>
<color r="0.901960784314" g="0.286274509804" b="0.0" a="1.0"/>
<color r="0.905882352941" g="0.294117647059" b="0.0" a="1.0"/>
<color r="0.913725490196" g="0.301960784314" b="0.0" a="1.0"/>
<color r="0.917647058824" g="0.309803921569" b="0.0" a="1.0"/>
<color r="0.925490196078" g="0.317647058824" b="0.0" a="1.0"/>
<color r="0.929411764706" g="0.325490196078" b="0.0" a="1.0"/>
<color r="0.937254901961" g="0.333333333333" b="0.0" a="1.0"/>
<color r="0.941176470588" g="0.337254901961" b="0.0" a="1.0"/>
<color r="0.945098039216" g="0.345098039216" b="0.0" a="1.0"/>
<color r="0.952941176471" g="0.352941176471" b="0.0" a="1.0"/>
<color r="0.956862745098" g="0.360784313725" b="0.0" a="1.0"/>
<color r="0.964705882353" g="0.36862745098" b="0.0" a="1.0"/>
<color r="0.96862745098" g="0.376470588235" b="0.0" a="1.0"/>
<color r="0.976470588235" g="0.38431372549" b="0.0" a="1.0"/>
<color r="0.980392156863" g="0.392156862745" b="0.0" a="1.0"/>
<color r="0.988235294118" g="0.4" b="0.0" a="1.0"/>
<color r="0.992156862745" g="0.403921568627" b="0.0" a="1.0"/>
<color r="1.0" g="0.411764705882" b="0.0" a="1.0"/>
<color r="1.0" g="0.419607843137" b="0.0" a="1.0"/>
<color r="1.0" g="0.427450980392" b="0.0" a="1.0"/>
<color r="1.0" g="0.435294117647" b="0.0" a="1.0"/>
<color r="1.0" g="0.443137254902" b="0.0" a="1.0"/>
<color r="1.0" g="0.450980392157" b="0.0" a="1.0"/>
<color r="1.0" g="0.458823529412" b="0.0" a="1.0"/>
<color r="1.0" g="0.466666666667" b="0.0" a="1.0"/>
<color r="1.0" g="0.470588235294" b="0.0" a="1.0"/>
<color r="1.0" g="0.478431372549" b="0.0" a="1.0"/>
<color r="1.0" g="0.486274509804" b="0.0" a="1.0"/>
<color r="1.0" g="0.494117647059" b="0.0" a="1.0"/>
<color r="1.0" g="0.501960784314" b="0.0" a="1.0"/>
<color r="1.0" g="0.509803921569" b="0.0" a="1.0"/>
<color r="1.0" g="0.517647058824" b="0.0" a="1.0"/>
<color r="1.0" g="0.525490196078" b="0.0117647058824" a="1.0"/>
<color r="1.0" g="0.533333333333" b="0.0274509803922" a="1.0"/>
<color r="1.0" g="0.537254901961" b="0.043137254902" a="1.0"/>
<color r="1.0" g="0.545098039216" b="0.0588235294118" a="1.0"/>
<color r="1.0" g="0.552941176471" b="0.0745098039216" a="1.0"/>
<color r="1.0" g="0.560784313725" b="0.0901960784314" a="1.0"/>
<color r="1.0" g="0.56862745098" b="0.105882352941" a="1.0"/>
<color r="1.0" g="0.576470588235" b="0.121568627451" a="1.0"/>
<color r="1.0" g="0.58431372549" b="0.137254901961" a="1.0"/>
<color r="1.0" g="0.592156862745" b="0.152941176471" a="1.0"/>
<color r="1.0" g="0.6" b="0.16862745098" a="1.0"/>
<color r="1.0" g="0.603921568627" b="0.18431372549" a="1.0"/>
<color r="1.0" g="0.611764705882" b="0.2" a="1.0"/>
<color r="1.0" g="0.619607843137" b="0.211764705882" a="1.0"/>
<color r="1.0" g="0.627450980392" b="0.227450980392" a="1.0"/>
<color r="1.0" g="0.635294117647" b="0.243137254902" a="1.0"/>
<color r="1.0" g="0.643137254902" b="0.258823529412" a="1.0"/>
<color r="1.0" g="0.650980392157" b="0.274509803922" a="1.0"/>
<color r="1.0" g="0.658823529412" b="0.290196078431" a="1.0"/>
<color r="1.0" g="0.666666666667" b="0.305882352941" a="1.0"/>
<color r="1.0" g="0.670588235294" b="0.321568627451" a="1.0"/>
<color r="1.0" g="0.678431372549" b="0.337254901961" a="1.0"/>
<color r="1.0" g="0.686274509804" b="0.352941176471" a="1.0"/>
<color r="1.0" g="0.694117647059" b="0.36862745098" a="1.0"/>
<color r="1.0" g="0.701960784314" b="0.38431372549" a="1.0"/>
<color r="1.0" g="0.709803921569" b="0.4" a="1.0"/>
<color r="1.0" g="0.717647058824" b="0.411764705882" a="1.0"/>
<color r="1.0" g="0.725490196078" b="0.427450980392" a="1.0"/>
<color r="1.0" g="0.733333333333" b="0.443137254902" a="1.0"/>
<color r="1.0" g="0.737254901961" b="0.458823529412" a="1.0"/>
<color r="1.0" g="0.745098039216" b="0.474509803922" a="1.0"/>
<color r="1.0" g="0.752941176471" b="0.490196078431" a="1.0"/>
<color r="1.0" g="0.760784313725" b="0.505882352941" a="1.0"/>
<color r="1.0" g="0.76862745098" b="0.521568627451" a="1.0"/>
<color r="1.0" g="0.776470588235" b="0.537254901961" a="1.0"/>
<color r="1.0" g="0.78431372549" b="0.552941176471" a="1.0"/>
<color r="1.0" g="0.792156862745" b="0.56862745098" a="1.0"/>
<color r="1.0" g="0.8" b="0.58431372549" a="1.0"/>
<color r="1.0" g="0.803921568627" b="0.6" a="1.0"/>
<color r="1.0" g="0.811764705882" b="0.611764705882" a="1.0"/>
<color r="1.0" g="0.819607843137" b="0.627450980392" a="1.0"/>
<color r="1.0" g="0.827450980392" b="0.643137254902" a="1.0"/>
<color r="1.0" g="0.835294117647" b="0.658823529412" a="1.0"/>
<color r="1.0" g="0.843137254902" b="0.674509803922" a="1.0"/>
<color r="1.0" g="0.850980392157" b="0.690196078431" a="1.0"/>
<color r="1.0" g="0.858823529412" b="0.705882352941" a="1.0"/>
<color r="1.0" g="0.866666666667" b="0.721568627451" a="1.0"/>
<color r="1.0" g="0.870588235294" b="0.737254901961" a="1.0"/>
<color r="1.0" g="0.878431372549" b="0.752941176471" a="1.0"/>
<color r="1.0" g="0.886274509804" b="0.76862745098" a="1.0"/>
<color r="1.0" g="0.894117647059" b="0.78431372549" a="1.0"/>
<color r="1.0" g="0.901960784314" b="0.8" a="1.0"/>
<color r="1.0" g="0.909803921569" b="0.811764705882" a="1.0"/>
<color r="1.0" g="0.917647058824" b="0.827450980392" a="1.0"/>
<color r="1.0" g="0.925490196078" b="0.843137254902" a="1.0"/>
<color r="1.0" g="0.933333333333" b="0.858823529412" a="1.0"/>
<color r="1.0" g="0.937254901961" b="0.874509803922" a="1.0"/>
<color r="1.0" g="0.945098039216" b="0.890196078431" a="1.0"/>
<color r="1.0" g="0.952941176471" b="0.905882352941" a="1.0"/>
<color r="1.0" g="0.960784313725" b="0.921568627451" a="1.0"/>
<color r="1.0" g="0.96862745098" b="0.937254901961" a="1.0"/>
<color r="1.0" g="0.976470588235" b="0.952941176471" a="1.0"/>
<color r="1.0" g="0.98431372549" b="0.96862745098" a="1.0"/>
<color r="1.0" g="0.992156862745" b="0.98431372549" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.53787014093e-05" g="0.00392156862745" b="0.0626224293428" a="1.0"/>
<color r="6.15148056372e-05" g="0.0078431372549" b="0.0885614881329" a="1.0"/>
<color r="0.000138408310857" g="0.0117647058824" b="0.108465224621" a="1.0"/>
<color r="0.000246059222549" g="0.0156862745098" b="0.125244858686" a="1.0"/>
<color r="0.000384467518797" g="0.0196078431373" b="0.140028007358" a="1.0"/>
<color r="0.00055363324343" g="0.0235294117647" b="0.153393001182" a="1.0"/>
<color r="0.000753556338011" g="0.0274509803922" b="0.165683372348" a="1.0"/>
<color r="0.000984236890194" g="0.0313725490196" b="0.177122976266" a="1.0"/>
<color r="0.00124567478311" g="0.0352941176471" b="0.187867288028" a="1.0"/>
<color r="0.00153787007519" g="0.0392156862745" b="0.198029506908" a="1.0"/>
<color r="0.00186082276643" g="0.043137254902" b="0.207695112041" a="1.0"/>
<color r="0.00221453297372" g="0.0470588235294" b="0.216930449243" a="1.0"/>
<color r="0.0025990004633" g="0.0509803921569" b="0.225788370768" a="1.0"/>
<color r="0.00301422535204" g="0.0549019607843" b="0.234311676025" a="1.0"/>
<color r="0.00346020763996" g="0.0588235294118" b="0.242535639744" a="1.0"/>
<color r="0.00393694756078" g="0.0627450980392" b="0.250489717371" a="1.0"/>
<color r="0.00444444441328" g="0.0666666666667" b="0.258198876474" a="1.0"/>
<color r="0.00498269913243" g="0.0705882352941" b="0.265684449439" a="1.0"/>
<color r="0.00555171078327" g="0.0745098039216" b="0.272964866489" a="1.0"/>
<color r="0.00615148030075" g="0.078431372549" b="0.280056014715" a="1.0"/>
<color r="0.00678200674992" g="0.0823529411765" b="0.286972015979" a="1.0"/>
<color r="0.00744329106574" g="0.0862745098039" b="0.293725226907" a="1.0"/>
<color r="0.00813533278073" g="0.0901960784314" b="0.300326627844" a="1.0"/>
<color r="0.00885813189488" g="0.0941176470588" b="0.306786002365" a="1.0"/>
<color r="0.00961168794071" g="0.0980392156863" b="0.313112146714" a="1.0"/>
<color r="0.0103960018532" g="0.101960784314" b="0.319312989478" a="1.0"/>
<color r="0.0112110726974" g="0.105882352941" b="0.325395681344" a="1.0"/>
<color r="0.0120569014082" g="0.109803921569" b="0.331366744696" a="1.0"/>
<color r="0.0129334870507" g="0.113725490196" b="0.337232103535" a="1.0"/>
<color r="0.0138408305598" g="0.117647058824" b="0.342997173235" a="1.0"/>
<color r="0.0147789310007" g="0.121568627451" b="0.348666920381" a="1.0"/>
<color r="0.0157477902431" g="0.125490196078" b="0.354245952531" a="1.0"/>
<color r="0.0167474054823" g="0.129411764706" b="0.359738458372" a="1.0"/>
<color r="0.0177777776531" g="0.133333333333" b="0.365148357317" a="1.0"/>
<color r="0.0188389086256" g="0.137254901961" b="0.370479299508" a="1.0"/>
<color r="0.0199307965297" g="0.141176470588" b="0.375734576057" a="1.0"/>
<color r="0.0210534413656" g="0.145098039216" b="0.380917388318" a="1.0"/>
<color r="0.0222068431331" g="0.149019607843" b="0.386030578613" a="1.0"/>
<color r="0.0233910037022" g="0.152941176471" b="0.391076959348" a="1.0"/>
<color r="0.024605921203" g="0.156862745098" b="0.396059013815" a="1.0"/>
<color r="0.0258515956355" g="0.160784313725" b="0.400979195389" a="1.0"/>
<color r="0.0271280269997" g="0.164705882353" b="0.405839718089" a="1.0"/>
<color r="0.0284352171655" g="0.16862745098" b="0.410642736098" a="1.0"/>
<color r="0.029773164263" g="0.172549019608" b="0.415390224083" a="1.0"/>
<color r="0.0311418682921" g="0.176470588235" b="0.420084007114" a="1.0"/>
<color r="0.0325413311229" g="0.180392156863" b="0.4247259701" a="1.0"/>
<color r="0.0339715508854" g="0.18431372549" b="0.429317758598" a="1.0"/>
<color r="0.0354325275795" g="0.188235294118" b="0.433860898485" a="1.0"/>
<color r="0.0369242612053" g="0.192156862745" b="0.4383570054" a="1.0"/>
<color r="0.0384467517628" g="0.196078431373" b="0.442807455624" a="1.0"/>
<color r="0.039999999252" g="0.2" b="0.447213595521" a="1.0"/>
<color r="0.0415840074128" g="0.203921568627" b="0.451576741536" a="1.0"/>
<color r="0.0431987687653" g="0.207843137255" b="0.455898180195" a="1.0"/>
<color r="0.0448442907894" g="0.211764705882" b="0.460178988588" a="1.0"/>
<color r="0.0465205697452" g="0.21568627451" b="0.464420363482" a="1.0"/>
<color r="0.0482276056327" g="0.219607843137" b="0.468623352051" a="1.0"/>
<color r="0.0499653984519" g="0.223529411765" b="0.472788971546" a="1.0"/>
<color r="0.0517339482027" g="0.227450980392" b="0.4769182093" a="1.0"/>
<color r="0.0535332548852" g="0.23137254902" b="0.48101199281" a="1.0"/>
<color r="0.0553633222393" g="0.235294117647" b="0.485071279488" a="1.0"/>
<color r="0.0572241427852" g="0.239215686275" b="0.489096817316" a="1.0"/>
<color r="0.0591157240026" g="0.243137254902" b="0.493089503868" a="1.0"/>
<color r="0.0610380621517" g="0.247058823529" b="0.497050117044" a="1.0"/>
<color r="0.0629911609724" g="0.250980392157" b="0.500979434743" a="1.0"/>
<color r="0.0649750129849" g="0.254901960784" b="0.504878145106" a="1.0"/>
<color r="0.0669896219291" g="0.258823529412" b="0.508747055951" a="1.0"/>
<color r="0.0690349878049" g="0.262745098039" b="0.512586645987" a="1.0"/>
<color r="0.0711111106125" g="0.266666666667" b="0.516397752949" a="1.0"/>
<color r="0.0732179903517" g="0.270588235294" b="0.520180915384" a="1.0"/>
<color r="0.0753556345023" g="0.274509803922" b="0.523936791513" a="1.0"/>
<color r="0.0775240281049" g="0.278431372549" b="0.527665919884" a="1.0"/>
<color r="0.0797231861189" g="0.282352941176" b="0.531368898878" a="1.0"/>
<color r="0.0819530935848" g="0.286274509804" b="0.535046267042" a="1.0"/>
<color r="0.0842137654622" g="0.290196078431" b="0.538698503083" a="1.0"/>
<color r="0.0865051867915" g="0.294117647059" b="0.542326145546" a="1.0"/>
<color r="0.0888273725323" g="0.298039215686" b="0.545929732977" a="1.0"/>
<color r="0.0911803152047" g="0.301960784314" b="0.549509564568" a="1.0"/>
<color r="0.0935640148088" g="0.305882352941" b="0.553066298541" a="1.0"/>
<color r="0.0959784713446" g="0.309803921569" b="0.556600293926" a="1.0"/>
<color r="0.0984236848121" g="0.313725490196" b="0.560112029431" a="1.0"/>
<color r="0.100899655211" g="0.317647058824" b="0.563601864085" a="1.0"/>
<color r="0.103406382542" g="0.321568627451" b="0.567070216759" a="1.0"/>
<color r="0.105943866805" g="0.325490196078" b="0.570517506319" a="1.0"/>
<color r="0.108512107999" g="0.329411764706" b="0.573944031958" a="1.0"/>
<color r="0.111111113604" g="0.333333333333" b="0.577350272384" a="1.0"/>
<color r="0.113740868662" g="0.337254901961" b="0.580736526788" a="1.0"/>
<color r="0.116401380651" g="0.341176470588" b="0.584103154201" a="1.0"/>
<color r="0.119092657052" g="0.345098039216" b="0.587450453814" a="1.0"/>
<color r="0.121814690384" g="0.349019607843" b="0.590778784658" a="1.0"/>
<color r="0.124567473168" g="0.352941176471" b="0.594088505764" a="1.0"/>
<color r="0.127351020364" g="0.356862745098" b="0.597379916322" a="1.0"/>
<color r="0.130165324492" g="0.360784313725" b="0.600653255687" a="1.0"/>
<color r="0.133010385551" g="0.364705882353" b="0.603908882889" a="1.0"/>
<color r="0.135886203541" g="0.36862745098" b="0.607147037282" a="1.0"/>
<color r="0.138792778464" g="0.372549019608" b="0.610367958218" a="1.0"/>
<color r="0.141730110318" g="0.376470588235" b="0.61357200473" a="1.0"/>
<color r="0.144698199104" g="0.380392156863" b="0.616759416169" a="1.0"/>
<color r="0.147697044821" g="0.38431372549" b="0.61993043189" a="1.0"/>
<color r="0.150726647471" g="0.388235294118" b="0.623085291245" a="1.0"/>
<color r="0.153787007051" g="0.392156862745" b="0.626224293428" a="1.0"/>
<color r="0.156878123564" g="0.396078431373" b="0.629347617953" a="1.0"/>
<color r="0.159999997008" g="0.4" b="0.632455504174" a="1.0"/>
<color r="0.163152627384" g="0.403921568627" b="0.635548251283" a="1.0"/>
<color r="0.166336029651" g="0.407843137255" b="0.638625978956" a="1.0"/>
<color r="0.16955017389" g="0.411764705882" b="0.641688986386" a="1.0"/>
<color r="0.172795075061" g="0.41568627451" b="0.644737393248" a="1.0"/>
<color r="0.176070748123" g="0.419607843137" b="0.647771438898" a="1.0"/>
<color r="0.179377163158" g="0.423529411765" b="0.650791362688" a="1.0"/>
<color r="0.182714335124" g="0.427450980392" b="0.653797344133" a="1.0"/>
<color r="0.186082278981" g="0.43137254902" b="0.656789562749" a="1.0"/>
<color r="0.18948096481" g="0.435294117647" b="0.659768257889" a="1.0"/>
<color r="0.192910422531" g="0.439215686275" b="0.662733489392" a="1.0"/>
<color r="0.196370622223" g="0.443137254902" b="0.665685556449" a="1.0"/>
<color r="0.199861593807" g="0.447058823529" b="0.668624578738" a="1.0"/>
<color r="0.203383307363" g="0.450980392157" b="0.671550735773" a="1.0"/>
<color r="0.206935792811" g="0.454901960784" b="0.67446420707" a="1.0"/>
<color r="0.21051903519" g="0.458823529412" b="0.677365172143" a="1.0"/>
<color r="0.214133019541" g="0.462745098039" b="0.680253690832" a="1.0"/>
<color r="0.217777775783" g="0.466666666667" b="0.683130062328" a="1.0"/>
<color r="0.221453288957" g="0.470588235294" b="0.685994346469" a="1.0"/>
<color r="0.225159559063" g="0.474509803922" b="0.688846722771" a="1.0"/>
<color r="0.228896571141" g="0.478431372549" b="0.691687310911" a="1.0"/>
<color r="0.23266435511" g="0.482352941176" b="0.694516290403" a="1.0"/>
<color r="0.23646289601" g="0.486274509804" b="0.697333840763" a="1.0"/>
<color r="0.240292193843" g="0.490196078431" b="0.700140021829" a="1.0"/>
<color r="0.244152248607" g="0.494117647059" b="0.702935013117" a="1.0"/>
<color r="0.248043060303" g="0.498039215686" b="0.705718934302" a="1.0"/>
<color r="0.25196464389" g="0.501960784314" b="0.708491905063" a="1.0"/>
<color r="0.255916969449" g="0.505882352941" b="0.711254045075" a="1.0"/>
<color r="0.25990005194" g="0.509803921569" b="0.714005533854" a="1.0"/>
<color r="0.263913891362" g="0.513725490196" b="0.716746491077" a="1.0"/>
<color r="0.267958487716" g="0.517647058824" b="0.719476916743" a="1.0"/>
<color r="0.272033841002" g="0.521568627451" b="0.722197050207" a="1.0"/>
<color r="0.27613995122" g="0.525490196078" b="0.724907070983" a="1.0"/>
<color r="0.280276818369" g="0.529411764706" b="0.727606859394" a="1.0"/>
<color r="0.28444444245" g="0.533333333333" b="0.730296714633" a="1.0"/>
<color r="0.288642823462" g="0.537254901961" b="0.732976696538" a="1.0"/>
<color r="0.292871961407" g="0.541176470588" b="0.735646984624" a="1.0"/>
<color r="0.297131886202" g="0.545098039216" b="0.738307578891" a="1.0"/>
<color r="0.301422538009" g="0.549019607843" b="0.740958599016" a="1.0"/>
<color r="0.305743946749" g="0.552941176471" b="0.743600164675" a="1.0"/>
<color r="0.31009611242" g="0.556862745098" b="0.746232335708" a="1.0"/>
<color r="0.314479035022" g="0.560784313725" b="0.748855351467" a="1.0"/>
<color r="0.318892744476" g="0.564705882353" b="0.751469152114" a="1.0"/>
<color r="0.323337180942" g="0.56862745098" b="0.754073917165" a="1.0"/>
<color r="0.327812374339" g="0.572549019608" b="0.756669706457" a="1.0"/>
<color r="0.332318324669" g="0.576470588235" b="0.759256579829" a="1.0"/>
<color r="0.336855061849" g="0.580392156863" b="0.761834776635" a="1.0"/>
<color r="0.341422526042" g="0.58431372549" b="0.764404177198" a="1.0"/>
<color r="0.346020747166" g="0.588235294118" b="0.766965020872" a="1.0"/>
<color r="0.350649755141" g="0.592156862745" b="0.769517307655" a="1.0"/>
<color r="0.355309490129" g="0.596078431373" b="0.772061157227" a="1.0"/>
<color r="0.360000011968" g="0.6" b="0.774596689262" a="1.0"/>
<color r="0.364721260819" g="0.603921568627" b="0.777123903761" a="1.0"/>
<color r="0.369473266602" g="0.607843137255" b="0.779642980239" a="1.0"/>
<color r="0.374256059235" g="0.611764705882" b="0.782153918696" a="1.0"/>
<color r="0.379069578881" g="0.61568627451" b="0.78465683881" a="1.0"/>
<color r="0.383913885378" g="0.619607843137" b="0.787151740579" a="1.0"/>
<color r="0.388788918888" g="0.623529411765" b="0.789638743681" a="1.0"/>
<color r="0.393694739248" g="0.627450980392" b="0.792118027631" a="1.0"/>
<color r="0.398631286621" g="0.63137254902" b="0.79458953259" a="1.0"/>
<color r="0.403598620845" g="0.635294117647" b="0.797053438074" a="1.0"/>
<color r="0.408596682081" g="0.639215686275" b="0.799509624406" a="1.0"/>
<color r="0.413625530168" g="0.643137254902" b="0.801958390778" a="1.0"/>
<color r="0.418685135187" g="0.647058823529" b="0.804399677351" a="1.0"/>
<color r="0.423775467218" g="0.650980392157" b="0.806833603803" a="1.0"/>
<color r="0.4288965861" g="0.654901960784" b="0.809260110294" a="1.0"/>
<color r="0.434048431995" g="0.658823529412" b="0.811679436179" a="1.0"/>
<color r="0.43923106474" g="0.662745098039" b="0.814091581457" a="1.0"/>
<color r="0.444444454418" g="0.666666666667" b="0.816496546128" a="1.0"/>
<color r="0.449688571107" g="0.670588235294" b="0.818894509708" a="1.0"/>
<color r="0.454963474648" g="0.674509803922" b="0.821285472197" a="1.0"/>
<color r="0.46026913512" g="0.678431372549" b="0.823669433594" a="1.0"/>
<color r="0.465605522605" g="0.682352941176" b="0.826046573415" a="1.0"/>
<color r="0.47097269694" g="0.686274509804" b="0.828416891659" a="1.0"/>
<color r="0.476370628207" g="0.690196078431" b="0.830780448166" a="1.0"/>
<color r="0.481799316406" g="0.694117647059" b="0.833137242934" a="1.0"/>
<color r="0.487258761537" g="0.698039215686" b="0.83548745548" a="1.0"/>
<color r="0.49274893368" g="0.701960784314" b="0.837831025965" a="1.0"/>
<color r="0.498269892674" g="0.705882352941" b="0.840168014227" a="1.0"/>
<color r="0.50382157868" g="0.709803921569" b="0.842498599782" a="1.0"/>
<color r="0.509404081457" g="0.713725490196" b="0.844822782629" a="1.0"/>
<color r="0.515017281327" g="0.717647058824" b="0.84714050293" a="1.0"/>
<color r="0.520661297966" g="0.721568627451" b="0.8494519402" a="1.0"/>
<color r="0.5263360117" g="0.725490196078" b="0.851757154278" a="1.0"/>
<color r="0.532041542203" g="0.729411764706" b="0.854056085325" a="1.0"/>
<color r="0.537777769799" g="0.733333333333" b="0.856348853018" a="1.0"/>
<color r="0.543544814166" g="0.737254901961" b="0.858635517195" a="1.0"/>
<color r="0.549342555626" g="0.741176470588" b="0.860916077857" a="1.0"/>
<color r="0.555171113856" g="0.745098039216" b="0.86319065468" a="1.0"/>
<color r="0.561030369179" g="0.749019607843" b="0.865459187826" a="1.0"/>
<color r="0.566920441272" g="0.752941176471" b="0.867721796971" a="1.0"/>
<color r="0.572841210459" g="0.756862745098" b="0.869978541954" a="1.0"/>
<color r="0.578792796415" g="0.760784313725" b="0.872229542452" a="1.0"/>
<color r="0.584775079465" g="0.764705882353" b="0.874474618949" a="1.0"/>
<color r="0.590788179285" g="0.76862745098" b="0.8767140108" a="1.0"/>
<color r="0.596831976199" g="0.772549019608" b="0.878947658165" a="1.0"/>
<color r="0.602906589882" g="0.776470588235" b="0.881175680722" a="1.0"/>
<color r="0.609011900659" g="0.780392156863" b="0.88339807847" a="1.0"/>
<color r="0.615148028205" g="0.78431372549" b="0.885614911248" a="1.0"/>
<color r="0.621314852845" g="0.788235294118" b="0.887826179056" a="1.0"/>
<color r="0.627512494256" g="0.792156862745" b="0.890031941732" a="1.0"/>
<color r="0.633740892597" g="0.796078431373" b="0.892232259115" a="1.0"/>
<color r="0.639999988032" g="0.8" b="0.894427191042" a="1.0"/>
<color r="0.646289900237" g="0.803921568627" b="0.896616737515" a="1.0"/>
<color r="0.652610509536" g="0.807843137255" b="0.898800958372" a="1.0"/>
<color r="0.658961935604" g="0.811764705882" b="0.90097991345" a="1.0"/>
<color r="0.665344118604" g="0.81568627451" b="0.903153483073" a="1.0"/>
<color r="0.671756998698" g="0.819607843137" b="0.905321906595" a="1.0"/>
<color r="0.678200695561" g="0.823529411765" b="0.907485243853" a="1.0"/>
<color r="0.684675149357" g="0.827450980392" b="0.909643315334" a="1.0"/>
<color r="0.691180300245" g="0.83137254902" b="0.91179636039" a="1.0"/>
<color r="0.697716267904" g="0.835294117647" b="0.913944259344" a="1.0"/>
<color r="0.704282992494" g="0.839215686275" b="0.916087131874" a="1.0"/>
<color r="0.710880414177" g="0.843137254902" b="0.918225037818" a="1.0"/>
<color r="0.717508652631" g="0.847058823529" b="0.920357977175" a="1.0"/>
<color r="0.724167648016" g="0.850980392157" b="0.922486009785" a="1.0"/>
<color r="0.730857340495" g="0.854901960784" b="0.924609075808" a="1.0"/>
<color r="0.737577849743" g="0.858823529412" b="0.92672735476" a="1.0"/>
<color r="0.744329115924" g="0.862745098039" b="0.928840726965" a="1.0"/>
<color r="0.751111139036" g="0.866666666667" b="0.930949371936" a="1.0"/>
<color r="0.757923859241" g="0.870588235294" b="0.933053229837" a="1.0"/>
<color r="0.764767396216" g="0.874509803922" b="0.935152300666" a="1.0"/>
<color r="0.771641690123" g="0.878431372549" b="0.937246704102" a="1.0"/>
<color r="0.778546740962" g="0.882352941176" b="0.939336440142" a="1.0"/>
<color r="0.785482488894" g="0.886274509804" b="0.941421568627" a="1.0"/>
<color r="0.792449053596" g="0.890196078431" b="0.943502029718" a="1.0"/>
<color r="0.79944637523" g="0.894117647059" b="0.945577943091" a="1.0"/>
<color r="0.806474453795" g="0.898039215686" b="0.947649308747" a="1.0"/>
<color r="0.813533229454" g="0.901960784314" b="0.949716126685" a="1.0"/>
<color r="0.820622821883" g="0.905882352941" b="0.951778516582" a="1.0"/>
<color r="0.827743171243" g="0.909803921569" b="0.953836418601" a="1.0"/>
<color r="0.834894277535" g="0.913725490196" b="0.955889892578" a="1.0"/>
<color r="0.842076140759" g="0.917647058824" b="0.957938938515" a="1.0"/>
<color r="0.849288760915" g="0.921568627451" b="0.959983676088" a="1.0"/>
<color r="0.856532078163" g="0.925490196078" b="0.96202398562" a="1.0"/>
<color r="0.863806212182" g="0.929411764706" b="0.964060046626" a="1.0"/>
<color r="0.871111103133" g="0.933333333333" b="0.966091799269" a="1.0"/>
<color r="0.878446751015" g="0.937254901961" b="0.968119303385" a="1.0"/>
<color r="0.885813155829" g="0.941176470588" b="0.970142558977" a="1.0"/>
<color r="0.893210317574" g="0.945098039216" b="0.972161506204" a="1.0"/>
<color r="0.900638236252" g="0.949019607843" b="0.974176324583" a="1.0"/>
<color r="0.90809691186" g="0.952941176471" b="0.976187073951" a="1.0"/>
<color r="0.915586284563" g="0.956862745098" b="0.978193634632" a="1.0"/>
<color r="0.923106474035" g="0.960784313725" b="0.980196066464" a="1.0"/>
<color r="0.930657420439" g="0.964705882353" b="0.982194429285" a="1.0"/>
<color r="0.938239123775" g="0.96862745098" b="0.984188723097" a="1.0"/>
<color r="0.945851584042" g="0.972549019608" b="0.986179007736" a="1.0"/>
<color r="0.953494801241" g="0.976470588235" b="0.988165283203" a="1.0"/>
<color r="0.961168775371" g="0.980392156863" b="0.990147549498" a="1.0"/>
<color r="0.968873506434" g="0.98431372549" b="0.99212586646" a="1.0"/>
<color r="0.976608994428" g="0.988235294118" b="0.994100234088" a="1.0"/>
<color r="0.984375239354" g="0.992156862745" b="0.99607071222" a="1.0"/>
<color r="0.992172241211" g="0.996078431373" b="0.998037241019" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392156862745" g="0.00392156862745" b="0.0" a="1.0"/>
<color r="0.0078431372549" g="0.0078431372549" b="0.0" a="1.0"/>
<color r="0.0117647058824" g="0.0117647058824" b="0.0" a="1.0"/>
<color r="0.0156862745098" g="0.0156862745098" b="0.0" a="1.0"/>
<color r="0.0196078431373" g="0.0196078431373" b="0.0" a="1.0"/>
<color r="0.0235294117647" g="0.0235294117647" b="0.0" a="1.0"/>
<color r="0.0274509803922" g="0.0274509803922" b="0.0" a="1.0"/>
<color r="0.0313725490196" g="0.0313725490196" b="0.0" a="1.0"/>
<color r="0.0352941176471" g="0.0352941176471" b="0.0" a="1.0"/>
<color r="0.0392156862745" g="0.0392156862745" b="0.0" a="1.0"/>
<color r="0.043137254902" g="0.043137254902" b="0.0" a="1.0"/>
<color r="0.0470588235294" g="0.0470588235294" b="0.0" a="1.0"/>
<color r="0.0509803921569" g="0.0509803921569" b="0.0" a="1.0"/>
<color r="0.0549019607843" g="0.0549019607843" b="0.0" a="1.0"/>
<color r="0.0588235294118" g="0.0588235294118" b="0.0" a="1.0"/>
<color r="0.0627450980392" g="0.0627450980392" b="0.0" a="1.0"/>
<color r="0.0666666666667" g="0.0666666666667" b="0.0" a="1.0"/>
<color r="0.0705882352941" g="0.0705882352941" b="0.0" a="1.0"/>
<color r="0.0745098039216" g="0.0745098039216" b="0.0" a="1.0"/>
<color r="0.078431372549" g="0.078431372549" b="0.0" a="1.0"/>
<color r="0.0823529411765" g="0.0823529411765" b="0.0" a="1.0"/>
<color r="0.0862745098039" g="0.0862745098039" b="0.0" a="1.0"/>
<color r="0.0901960784314" g="0.0901960784314" b="0.0" a="1.0"/>
<color r="0.0941176470588" g="0.0941176470588" b="0.0" a="1.0"/>
<color r="0.0980392156863" g="0.0980392156863" b="0.0" a="1.0"/>
<color r="0.101960784314" g="0.101960784314" b="0.0" a="1.0"/>
<color r="0.105882352941" g="0.105882352941" b="0.0" a="1.0"/>
<color r="0.109803921569" g="0.109803921569" b="0.0" a="1.0"/>
<color r="0.113725490196" g="0.113725490196" b="0.0" a="1.0"/>
<color r="0.117647058824" g="0.117647058824" b="0.0" a="1.0"/>
<color r="0.121568627451" g="0.121568627451" b="0.0" a="1.0"/>
<color r="0.125490196078" g="0.125490196078" b="0.0" a="1.0"/>
<color r="0.129411764706" g="0.129411764706" b="0.0" a="1.0"/>
<color r="0.133333333333" g="0.133333333333" b="0.0" a="1.0"/>
<color r="0.137254901961" g="0.137254901961" b="0.0" a="1.0"/>
<color r="0.141176470588" g="0.141176470588" b="0.0" a="1.0"/>
<color r="0.145098039216" g="0.145098039216" b="0.0" a="1.0"/>
<color r="0.149019607843" g="0.149019607843" b="0.0" a="1.0"/>
<color r="0.152941176471" g="0.152941176471" b="0.0" a="1.0"/>
<color r="0.156862745098" g="0.156862745098" b="0.0" a="1.0"/>
<color r="0.160784313725" g="0.160784313725" b="0.0" a="1.0"/>
<color r="0.164705882353" g="0.164705882353" b="0.0" a="1.0"/>
<color r="0.16862745098" g="0.16862745098" b="0.0" a="1.0"/>
<color r="0.172549019608" g="0.172549019608" b="0.0" a="1.0"/>
<color r="0.176470588235" g="0.176470588235" b="0.0" a="1.0"/>
<color r="0.180392156863" g="0.180392156863" b="0.0" a="1.0"/>
<color r="0.18431372549" g="0.18431372549" b="0.0" a="1.0"/>
<color r="0.188235294118" g="0.188235294118" b="0.0" a="1.0"/>
<color r="0.192156862745" g="0.192156862745" b="0.0" a="1.0"/>
<color r="0.196078431373" g="0.196078431373" b="0.0" a="1.0"/>
<color r="0.2" g="0.2" b="0.0" a="1.0"/>
<color r="0.203921568627" g="0.203921568627" b="0.0" a="1.0"/>
<color r="0.207843137255" g="0.207843137255" b="0.0" a="1.0"/>
<color r="0.211764705882" g="0.211764705882" b="0.0" a="1.0"/>
<color r="0.21568627451" g="0.21568627451" b="0.0" a="1.0"/>
<color r="0.219607843137" g="0.219607843137" b="0.0" a="1.0"/>
<color r="0.223529411765" g="0.223529411765" b="0.0" a="1.0"/>
<color r="0.227450980392" g="0.227450980392" b="0.0" a="1.0"/>
<color r="0.23137254902" g="0.23137254902" b="0.0" a="1.0"/>
<color r="0.235294117647" g="0.235294117647" b="0.0" a="1.0"/>
<color r="0.239215686275" g="0.239215686275" b="0.0" a="1.0"/>
<color r="0.243137254902" g="0.243137254902" b="0.0" a="1.0"/>
<color r="0.247058823529" g="0.247058823529" b="0.0" a="1.0"/>
<color r="0.250980392157" g="0.250980392157" b="0.0" a="1.0"/>
<color r="0.254901960784" g="0.254901960784" b="0.0" a="1.0"/>
<color r="0.258823529412" g="0.258823529412" b="0.0" a="1.0"/>
<color r="0.262745098039" g="0.262745098039" b="0.0" a="1.0"/>
<color r="0.266666666667" g="0.266666666667" b="0.0" a="1.0"/>
<color r="0.270588235294" g="0.270588235294" b="0.0" a="1.0"/>
<color r="0.274509803922" g="0.274509803922" b="0.0" a="1.0"/>
<color r="0.278431372549" g="0.278431372549" b="0.0" a="1.0"/>
<color r="0.282352941176" g="0.282352941176" b="0.0" a="1.0"/>
<color r="0.286274509804" g="0.286274509804" b="0.0" a="1.0"/>
<color r="0.290196078431" g="0.290196078431" b="0.0" a="1.0"/>
<color r="0.294117647059" g="0.294117647059" b="0.0" a="1.0"/>
<color r="0.298039215686" g="0.298039215686" b="0.0" a="1.0"/>
<color r="0.301960784314" g="0.301960784314" b="0.0" a="1.0"/>
<color r="0.305882352941" g="0.305882352941" b="0.0" a="1.0"/>
<color r="0.309803921569" g="0.309803921569" b="0.0" a="1.0"/>
<color r="0.313725490196" g="0.313725490196" b="0.0" a="1.0"/>
<color r="0.317647058824" g="0.317647058824" b="0.0" a="1.0"/>
<color r="0.321568627451" g="0.321568627451" b="0.0" a="1.0"/>
<color r="0.325490196078" g="0.325490196078" b="0.0" a="1.0"/>
<color r="0.329411764706" g="0.329411764706" b="0.0" a="1.0"/>
<color r="0.333333333333" g="0.333333333333" b="0.0" a="1.0"/>
<color r="0.337254901961" g="0.337254901961" b="0.0" a="1.0"/>
<color r="0.341176470588" g="0.341176470588" b="0.0" a="1.0"/>
<color r="0.345098039216" g="0.345098039216" b="0.0" a="1.0"/>
<color r="0.349019607843" g="0.349019607843" b="0.0" a="1.0"/>
<color r="0.352941176471" g="0.352941176471" b="0.0" a="1.0"/>
<color r="0.356862745098" g="0.356862745098" b="0.0" a="1.0"/>
<color r="0.360784313725" g="0.360784313725" b="0.0" a="1.0"/>
<color r="0.364705882353" g="0.364705882353" b="0.0" a="1.0"/>
<color r="0.36862745098" g="0.36862745098" b="0.0" a="1.0"/>
<color r="0.372549019608" g="0.372549019608" b="0.0" a="1.0"/>
<color r="0.376470588235" g="0.376470588235" b="0.0" a="1.0"/>
<color r="0.380392156863" g="0.380392156863" b="0.0" a="1.0"/>
<color r="0.38431372549" g="0.38431372549" b="0.0" a="1.0"/>
<color r="0.388235294118" g="0.388235294118" b="0.0" a="1.0"/>
<color r="0.392156862745" g="0.392156862745" b="0.0" a="1.0"/>
<color r="0.396078431373" g="0.396078431373" b="0.0" a="1.0"/>
<color r="0.4" g="0.4" b="0.0" a="1.0"/>
<color r="0.403921568627" g="0.403921568627" b="0.0" a="1.0"/>
<color r="0.407843137255" g="0.407843137255" b="0.0" a="1.0"/>
<color r="0.411764705882" g="0.411764705882" b="0.0" a="1.0"/>
<color r="0.41568627451" g="0.41568627451" b="0.0" a="1.0"/>
<color r="0.419607843137" g="0.419607843137" b="0.0" a="1.0"/>
<color r="0.423529411765" g="0.423529411765" b="0.0" a="1.0"/>
<color r="0.427450980392" g="0.427450980392" b="0.0" a="1.0"/>
<color r="0.43137254902" g="0.43137254902" b="0.0" a="1.0"/>
<color r="0.435294117647" g="0.435294117647" b="0.0" a="1.0"/>
<color r="0.439215686275" g="0.439215686275" b="0.0" a="1.0"/>
<color r="0.443137254902" g="0.443137254902" b="0.0" a="1.0"/>
<color r="0.447058823529" g="0.447058823529" b="0.0" a="1.0"/>
<color r="0.450980392157" g="0.450980392157" b="0.0" a="1.0"/>
<color r="0.454901960784" g="0.454901960784" b="0.0" a="1.0"/>
<color r="0.458823529412" g="0.458823529412" b="0.0" a="1.0"/>
<color r="0.462745098039" g="0.462745098039" b="0.0" a="1.0"/>
<color r="0.466666666667" g="0.466666666667" b="0.0" a="1.0"/>
<color r="0.470588235294" g="0.470588235294" b="0.0" a="1.0"/>
<color r="0.474509803922" g="0.474509803922" b="0.0" a="1.0"/>
<color r="0.478431372549" g="0.478431372549" b="0.0" a="1.0"/>
<color r="0.482352941176" g="0.482352941176" b="0.0" a="1.0"/>
<color r="0.486274509804" g="0.486274509804" b="0.0" a="1.0"/>
<color r="0.490196078431" g="0.490196078431" b="0.0" a="1.0"/>
<color r="0.494117647059" g="0.494117647059" b="0.0" a="1.0"/>
<color r="0.498039215686" g="0.498039215686" b="0.0" a="1.0"/>
<color r="0.501960784314" g="0.501960784314" b="0.0" a="1.0"/>
<color r="0.505882352941" g="0.505882352941" b="0.0" a="1.0"/>
<color r="0.509803921569" g="0.509803921569" b="0.0" a="1.0"/>
<color r="0.513725490196" g="0.513725490196" b="0.0" a="1.0"/>
<color r="0.517647058824" g="0.517647058824" b="0.0" a="1.0"/>
<color r="0.521568627451" g="0.521568627451" b="0.0" a="1.0"/>
<color r="0.525490196078" g="0.525490196078" b="0.0" a="1.0"/>
<color r="0.529411764706" g="0.529411764706" b="0.0" a="1.0"/>
<color r="0.533333333333" g="0.533333333333" b="0.0" a="1.0"/>
<color r="0.537254901961" g="0.537254901961" b="0.0" a="1.0"/>
<color r="0.541176470588" g="0.541176470588" b="0.0" a="1.0"/>
<color r="0.545098039216" g="0.545098039216" b="0.0" a="1.0"/>
<color r="0.549019607843" g="0.549019607843" b="0.0" a="1.0"/>
<color r="0.552941176471" g="0.552941176471" b="0.0" a="1.0"/>
<color r="0.556862745098" g="0.556862745098" b="0.0" a="1.0"/>
<color r="0.560784313725" g="0.560784313725" b="0.0" a="1.0"/>
<color r="0.564705882353" g="0.564705882353" b="0.0" a="1.0"/>
<color r="0.56862745098" g="0.56862745098" b="0.0" a="1.0"/>
<color r="0.572549019608" g="0.572549019608" b="0.0" a="1.0"/>
<color r="0.576470588235" g="0.576470588235" b="0.0" a="1.0"/>
<color r="0.580392156863" g="0.580392156863" b="0.0" a="1.0"/>
<color r="0.58431372549" g="0.58431372549" b="0.0" a="1.0"/>
<color r="0.588235294118" g="0.588235294118" b="0.0" a="1.0"/>
<color r="0.592156862745" g="0.592156862745" b="0.0" a="1.0"/>
<color r="0.596078431373" g="0.596078431373" b="0.0" a="1.0"/>
<color r="0.6" g="0.6" b="0.0" a="1.0"/>
<color r="0.603921568627" g="0.603921568627" b="0.0" a="1.0"/>
<color r="0.607843137255" g="0.607843137255" b="0.0" a="1.0"/>
<color r="0.611764705882" g="0.611764705882" b="0.0" a="1.0"/>
<color r="0.61568627451" g="0.61568627451" b="0.0" a="1.0"/>
<color r="0.619607843137" g="0.619607843137" b="0.0" a="1.0"/>
<color r="0.623529411765" g="0.623529411765" b="0.0" a="1.0"/>
<color r="0.627450980392" g="0.627450980392" b="0.0" a="1.0"/>
<color r="0.63137254902" g="0.63137254902" b="0.0" a="1.0"/>
<color r="0.635294117647" g="0.635294117647" b="0.0" a="1.0"/>
<color r="0.639215686275" g="0.639215686275" b="0.0" a="1.0"/>
<color r="0.643137254902" g="0.643137254902" b="0.0" a="1.0"/>
<color r="0.647058823529" g="0.647058823529" b="0.0" a="1.0"/>
<color r="0.650980392157" g="0.650980392157" b="0.0" a="1.0"/>
<color r="0.654901960784" g="0.654901960784" b="0.0" a="1.0"/>
<color r="0.658823529412" g="0.658823529412" b="0.0" a="1.0"/>
<color r="0.662745098039" g="0.662745098039" b="0.0" a="1.0"/>
<color r="0.666666666667" g="0.666666666667" b="0.0" a="1.0"/>
<color r="0.670588235294" g="0.670588235294" b="0.0" a="1.0"/>
<color r="0.674509803922" g="0.674509803922" b="0.0" a="1.0"/>
<color r="0.678431372549" g="0.678431372549" b="0.0" a="1.0"/>
<color r="0.682352941176" g="0.682352941176" b="0.0" a="1.0"/>
<color r="0.686274509804" g="0.686274509804" b="0.0" a="1.0"/>
<color r="0.690196078431" g="0.690196078431" b="0.0" a="1.0"/>
<color r="0.694117647059" g="0.694117647059" b="0.0" a="1.0"/>
<color r="0.698039215686" g="0.698039215686" b="0.0" a="1.0"/>
<color r="0.701960784314" g="0.701960784314" b="0.0" a="1.0"/>
<color r="0.705882352941" g="0.705882352941" b="0.0" a="1.0"/>
<color r="0.709803921569" g="0.709803921569" b="0.0" a="1.0"/>
<color r="0.713725490196" g="0.713725490196" b="0.0" a="1.0"/>
<color r="0.717647058824" g="0.717647058824" b="0.0" a="1.0"/>
<color r="0.721568627451" g="0.721568627451" b="0.0" a="1.0"/>
<color r="0.725490196078" g="0.725490196078" b="0.0" a="1.0"/>
<color r="0.729411764706" g="0.729411764706" b="0.0" a="1.0"/>
<color r="0.733333333333" g="0.733333333333" b="0.0" a="1.0"/>
<color r="0.737254901961" g="0.737254901961" b="0.0" a="1.0"/>
<color r="0.741176470588" g="0.741176470588" b="0.0" a="1.0"/>
<color r="0.745098039216" g="0.745098039216" b="0.0" a="1.0"/>
<color r="0.749019607843" g="0.749019607843" b="0.00588235294118" a="1.0"/>
<color r="0.752941176471" g="0.752941176471" b="0.0137254901961" a="1.0"/>
<color r="0.756862745098" g="0.756862745098" b="0.021568627451" a="1.0"/>
<color r="0.760784313725" g="0.760784313725" b="0.0294117647059" a="1.0"/>
<color r="0.764705882353" g="0.764705882353" b="0.0372549019608" a="1.0"/>
<color r="0.76862745098" g="0.76862745098" b="0.0450980392157" a="1.0"/>
<color r="0.772549019608" g="0.772549019608" b="0.0529411764706" a="1.0"/>
<color r="0.776470588235" g="0.776470588235" b="0.0607843137255" a="1.0"/>
<color r="0.780392156863" g="0.780392156863" b="0.0686274509804" a="1.0"/>
<color r="0.78431372549" g="0.78431372549" b="0.0764705882353" a="1.0"/>
<color r="0.788235294118" g="0.788235294118" b="0.0843137254902" a="1.0"/>
<color r="0.792156862745" g="0.792156862745" b="0.0921568627451" a="1.0"/>
<color r="0.796078431373" g="0.796078431373" b="0.1" a="1.0"/>
<color r="0.8" g="0.8" b="0.105882352941" a="1.0"/>
<color r="0.803921568627" g="0.803921568627" b="0.113725490196" a="1.0"/>
<color r="0.807843137255" g="0.807843137255" b="0.121568627451" a="1.0"/>
<color r="0.811764705882" g="0.811764705882" b="0.129411764706" a="1.0"/>
<color r="0.81568627451" g="0.81568627451" b="0.137254901961" a="1.0"/>
<color r="0.819607843137" g="0.819607843137" b="0.145098039216" a="1.0"/>
<color r="0.823529411765" g="0.823529411765" b="0.152941176471" a="1.0"/>
<color r="0.827450980392" g="0.827450980392" b="0.160784313725" a="1.0"/>
<color r="0.83137254902" g="0.83137254902" b="0.16862745098" a="1.0"/>
<color r="0.835294117647" g="0.835294117647" b="0.176470588235" a="1.0"/>
<color r="0.839215686275" g="0.839215686275" b="0.18431372549" a="1.0"/>
<color r="0.843137254902" g="0.843137254902" b="0.192156862745" a="1.0"/>
<color r="0.847058823529" g="0.847058823529" b="0.2" a="1.0"/>
<color r="0.850980392157" g="0.850980392157" b="0.205882352941" a="1.0"/>
<color r="0.854901960784" g="0.854901960784" b="0.213725490196" a="1.0"/>
<color r="0.858823529412" g="0.858823529412" b="0.221568627451" a="1.0"/>
<color r="0.862745098039" g="0.862745098039" b="0.229411764706" a="1.0"/>
<color r="0.866666666667" g="0.866666666667" b="0.237254901961" a="1.0"/>
<color r="0.870588235294" g="0.870588235294" b="0.245098039216" a="1.0"/>
<color r="0.874509803922" g="0.874509803922" b="0.252941176471" a="1.0"/>
<color r="0.878431372549" g="0.878431372549" b="0.260784313725" a="1.0"/>
<color r="0.882352941176" g="0.882352941176" b="0.26862745098" a="1.0"/>
<color r="0.886274509804" g="0.886274509804" b="0.276470588235" a="1.0"/>
<color r="0.890196078431" g="0.890196078431" b="0.28431372549" a="1.0"/>
<color r="0.894117647059" g="0.894117647059" b="0.292156862745" a="1.0"/>
<color r="0.898039215686" g="0.898039215686" b="0.3" a="1.0"/>
<color r="0.901960784314" g="0.901960784314" b="0.305882352941" a="1.0"/>
<color r="0.905882352941" g="0.905882352941" b="0.313725490196" a="1.0"/>
<color r="0.909803921569" g="0.909803921569" b="0.321568627451" a="1.0"/>
<color r="0.913725490196" g="0.913725490196" b="0.329411764706" a="1.0"/>
<color r="0.917647058824" g="0.917647058824" b="0.337254901961" a="1.0"/>
<color r="0.921568627451" g="0.921568627451" b="0.345098039216" a="1.0"/>
<color r="0.925490196078" g="0.925490196078" b="0.352941176471" a="1.0"/>
<color r="0.929411764706" g="0.929411764706" b="0.360784313725" a="1.0"/>
<color r="0.933333333333" g="0.933333333333" b="0.36862745098" a="1.0"/>
<color r="0.937254901961" g="0.937254901961" b="0.376470588235" a="1.0"/>
<color r="0.941176470588" g="0.941176470588" b="0.38431372549" a="1.0"/>
<color r="0.945098039216" g="0.945098039216" b="0.392156862745" a="1.0"/>
<color r="0.949019607843" g="0.949019607843" b="0.4" a="1.0"/>
<color r="0.952941176471" g="0.952941176471" b="0.405882352941" a="1.0"/>
<color r="0.956862745098" g="0.956862745098" b="0.413725490196" a="1.0"/>
<color r="0.960784313725" g="0.960784313725" b="0.421568627451" a="1.0"/>
<color r="0.964705882353" g="0.964705882353" b="0.429411764706" a="1.0"/>
<color r="0.96862745098" g="0.96862745098" b="0.437254901961" a="1.0"/>
<color r="0.972549019608" g="0.972549019608" b="0.445098039216" a="1.0"/>
<color r="0.976470588235" g="0.976470588235" b="0.452941176471" a="1.0"/>
<color r="0.980392156863" g="0.980392156863" b="0.460784313725" a="1.0"/>
<color r="0.98431372549" g="0.98431372549" b="0.46862745098" a="1.0"/>
<color r="0.988235294118" g="0.988235294118" b="0.476470588235" a="1.0"/>
<color r="0.992156862745" g="0.992156862745" b="0.48431372549" a="1.0"/>
<color r="0.996078431373" g="0.996078431373" b="0.492156862745" a="1.0"/>
<color r="1.0" g="1.0" b="0.5" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.53787014093e-05" g="0.0417534136305" b="0.00392156862745" a="1.0"/>
<color r="6.15148056372e-05" g="0.059061499203" b="0.0078431372549" a="1.0"/>
<color r="0.000138408310857" g="0.0723562876383" b="0.0117647058824" a="1.0"/>
<color r="0.000246059222549" g="0.0835785884483" b="0.0156862745098" a="1.0"/>
<color r="0.000384467518797" g="0.0934801587871" b="0.0196078431373" a="1.0"/>
<color r="0.00055363324343" g="0.102446544872" b="0.0235294117647" a="1.0"/>
<color r="0.000753556338011" g="0.110706755694" b="0.0274509803922" a="1.0"/>
<color r="0.000984236890194" g="0.118410065595" b="0.0313725490196" a="1.0"/>
<color r="0.00124567478311" g="0.125660077263" b="0.0352941176471" a="1.0"/>
<color r="0.00153787007519" g="0.132532306746" b="0.0392156862745" a="1.0"/>
<color r="0.00186082276643" g="0.13908368279" b="0.043137254902" a="1.0"/>
<color r="0.00221453297372" g="0.145358470842" b="0.0470588235294" a="1.0"/>
<color r="0.0025990004633" g="0.151391915714" b="0.0509803921569" a="1.0"/>
<color r="0.00301422535204" g="0.157212530398" b="0.0549019607843" a="1.0"/>
<color r="0.00346020763996" g="0.16284383138" b="0.0588235294118" a="1.0"/>
<color r="0.00393694756078" g="0.168305460612" b="0.0627450980392" a="1.0"/>
<color r="0.00444444441328" g="0.173614053165" b="0.0666666666667" a="1.0"/>
<color r="0.00498269913243" g="0.178783865536" b="0.0705882352941" a="1.0"/>
<color r="0.00555171078327" g="0.183827134675" b="0.0745098039216" a="1.0"/>
<color r="0.00615148030075" g="0.188754511814" b="0.078431372549" a="1.0"/>
<color r="0.00678200674992" g="0.193575346704" b="0.0823529411765" a="1.0"/>
<color r="0.00744329106574" g="0.198297911999" b="0.0862745098039" a="1.0"/>
<color r="0.00813533278073" g="0.202929522944" b="0.0901960784314" a="1.0"/>
<color r="0.00885813189488" g="0.207476716883" b="0.0941176470588" a="1.0"/>
<color r="0.00961168794071" g="0.211945328058" b="0.0980392156863" a="1.0"/>
<color r="0.0103960018532" g="0.216340667126" b="0.101960784314" a="1.0"/>
<color r="0.0112110726974" g="0.22066747628" b="0.105882352941" a="1.0"/>
<color r="0.0120569014082" g="0.224930138681" b="0.109803921569" a="1.0"/>
<color r="0.0129334870507" g="0.229132558785" b="0.113725490196" a="1.0"/>
<color r="0.0138408305598" g="0.233278401693" b="0.117647058824" a="1.0"/>
<color r="0.0147789310007" g="0.237370928596" b="0.121568627451" a="1.0"/>
<color r="0.0157477902431" g="0.241413236132" b="0.125490196078" a="1.0"/>
<color r="0.0167474054823" g="0.245408091826" b="0.129411764706" a="1.0"/>
<color r="0.0177777776531" g="0.249358173445" b="0.133333333333" a="1.0"/>
<color r="0.0188389086256" g="0.253265829647" b="0.137254901961" a="1.0"/>
<color r="0.0199307965297" g="0.257133304372" b="0.141176470588" a="1.0"/>
<color r="0.0210534413656" g="0.260962721881" b="0.145098039216" a="1.0"/>
<color r="0.0222068431331" g="0.264755997003" b="0.149019607843" a="1.0"/>
<color r="0.0233910037022" g="0.268514984729" b="0.152941176471" a="1.0"/>
<color r="0.024605921203" g="0.272241300695" b="0.156862745098" a="1.0"/>
<color r="0.0258515956355" g="0.275936680214" b="0.160784313725" a="1.0"/>
<color r="0.0271280269997" g="0.279602499569" b="0.164705882353" a="1.0"/>
<color r="0.0284352171655" g="0.283240224801" b="0.16862745098" a="1.0"/>
<color r="0.029773164263" g="0.286851202273" b="0.172549019608" a="1.0"/>
<color r="0.0311418682921" g="0.290436628753" b="0.176470588235" a="1.0"/>
<color r="0.0325413311229" g="0.293997730928" b="0.180392156863" a="1.0"/>
<color r="0.0339715508854" g="0.297535705566" b="0.18431372549" a="1.0"/>
<color r="0.0354325275795" g="0.301051450243" b="0.188235294118" a="1.0"/>
<color r="0.0369242612053" g="0.304546101888" b="0.192156862745" a="1.0"/>
<color r="0.0384467517628" g="0.308020558077" b="0.196078431373" a="1.0"/>
<color r="0.039999999252" g="0.311475746304" b="0.2" a="1.0"/>
<color r="0.0415840074128" g="0.314912504308" b="0.203921568627" a="1.0"/>
<color r="0.0431987687653" g="0.318331699745" b="0.207843137255" a="1.0"/>
<color r="0.0448442907894" g="0.321734080595" b="0.211764705882" a="1.0"/>
<color r="0.0465205697452" g="0.325120424757" b="0.21568627451" a="1.0"/>
<color r="0.0482276056327" g="0.328491420372" b="0.219607843137" a="1.0"/>
<color r="0.0499653984519" g="0.331847785501" b="0.223529411765" a="1.0"/>
<color r="0.0517339482027" g="0.335190118528" b="0.227450980392" a="1.0"/>
<color r="0.0535332548852" g="0.338519077675" b="0.23137254902" a="1.0"/>
<color r="0.0553633222393" g="0.341835261326" b="0.235294117647" a="1.0"/>
<color r="0.0572241427852" g="0.345139237946" b="0.239215686275" a="1.0"/>
<color r="0.0591157240026" g="0.348431605919" b="0.243137254902" a="1.0"/>
<color r="0.0610380621517" g="0.351712754193" b="0.247058823529" a="1.0"/>
<color r="0.0629911609724" g="0.354983340993" b="0.250980392157" a="1.0"/>
<color r="0.0649750129849" g="0.358243785185" b="0.254901960784" a="1.0"/>
<color r="0.0669896219291" g="0.361494565478" b="0.258823529412" a="1.0"/>
<color r="0.0690349878049" g="0.36473607082" b="0.262745098039" a="1.0"/>
<color r="0.0711111106125" g="0.367968839758" b="0.266666666667" a="1.0"/>
<color r="0.0732179903517" g="0.371193291159" b="0.270588235294" a="1.0"/>
<color r="0.0753556345023" g="0.374409754136" b="0.274509803922" a="1.0"/>
<color r="0.0775240281049" g="0.377618617637" b="0.278431372549" a="1.0"/>
<color r="0.0797231861189" g="0.380820330452" b="0.282352941176" a="1.0"/>
<color r="0.0819530935848" g="0.38401519177" b="0.286274509804" a="1.0"/>
<color r="0.0842137654622" g="0.387203590543" b="0.290196078431" a="1.0"/>
<color r="0.0865051867915" g="0.390385796042" b="0.294117647059" a="1.0"/>
<color r="0.0888273725323" g="0.393562257056" b="0.298039215686" a="1.0"/>
<color r="0.0911803152047" g="0.3967331531" b="0.301960784314" a="1.0"/>
<color r="0.0935640148088" g="0.399898873123" b="0.305882352941" a="1.0"/>
<color r="0.0959784713446" g="0.403059686399" b="0.309803921569" a="1.0"/>
<color r="0.0984236848121" g="0.406215922038" b="0.313725490196" a="1.0"/>
<color r="0.100899655211" g="0.409367789474" b="0.317647058824" a="1.0"/>
<color r="0.103406382542" g="0.4125155879" b="0.321568627451" a="1.0"/>
<color r="0.105943866805" g="0.415659646427" b="0.325490196078" a="1.0"/>
<color r="0.108512107999" g="0.418800054812" b="0.329411764706" a="1.0"/>
<color r="0.111111113604" g="0.421937231924" b="0.333333333333" a="1.0"/>
<color r="0.113740868662" g="0.425071327359" b="0.337254901961" a="1.0"/>
<color r="0.116401380651" g="0.428202520632" b="0.341176470588" a="1.0"/>
<color r="0.119092657052" g="0.431331170774" b="0.345098039216" a="1.0"/>
<color r="0.121814690384" g="0.43445742738" b="0.349019607843" a="1.0"/>
<color r="0.124567473168" g="0.437581499885" b="0.352941176471" a="1.0"/>
<color r="0.127351020364" g="0.440703627642" b="0.356862745098" a="1.0"/>
<color r="0.130165324492" g="0.443823960248" b="0.360784313725" a="1.0"/>
<color r="0.133010385551" g="0.446942737056" b="0.364705882353" a="1.0"/>
<color r="0.135886203541" g="0.450060077742" b="0.36862745098" a="1.0"/>
<color r="0.138792778464" g="0.453176221661" b="0.372549019608" a="1.0"/>
<color r="0.141730110318" g="0.456291378246" b="0.376470588235" a="1.0"/>
<color r="0.144698199104" g="0.459405667174" b="0.380392156863" a="1.0"/>
<color r="0.147697044821" g="0.46251929788" b="0.38431372549" a="1.0"/>
<color r="0.150726647471" g="0.46563241996" b="0.388235294118" a="1.0"/>
<color r="0.153787007051" g="0.46874518301" b="0.392156862745" a="1.0"/>
<color r="0.156878123564" g="0.471857766544" b="0.396078431373" a="1.0"/>
<color r="0.159999997008" g="0.474970320159" b="0.4" a="1.0"/>
<color r="0.163152627384" g="0.47808302337" b="0.403921568627" a="1.0"/>
<color r="0.166336029651" g="0.481195965935" b="0.407843137255" a="1.0"/>
<color r="0.16955017389" g="0.484309357288" b="0.411764705882" a="1.0"/>
<color r="0.172795075061" g="0.487423317105" b="0.41568627451" a="1.0"/>
<color r="0.176070748123" g="0.490537905226" b="0.419607843137" a="1.0"/>
<color r="0.179377163158" g="0.493653271245" b="0.423529411765" a="1.0"/>
<color r="0.182714335124" g="0.496769684436" b="0.427450980392" a="1.0"/>
<color r="0.186082278981" g="0.499887144799" b="0.43137254902" a="1.0"/>
<color r="0.18948096481" g="0.503005861769" b="0.435294117647" a="1.0"/>
<color r="0.192910422531" g="0.506125835344" b="0.439215686275" a="1.0"/>
<color r="0.196370622223" g="0.509247304879" b="0.443137254902" a="1.0"/>
<color r="0.199861593807" g="0.512370270374" b="0.447058823529" a="1.0"/>
<color r="0.203383307363" g="0.515494911343" b="0.450980392157" a="1.0"/>
<color r="0.206935792811" g="0.518621407303" b="0.454901960784" a="1.0"/>
<color r="0.21051903519" g="0.521749758253" b="0.458823529412" a="1.0"/>
<color r="0.214133019541" g="0.524880143708" b="0.462745098039" a="1.0"/>
<color r="0.217777775783" g="0.528012623506" b="0.466666666667" a="1.0"/>
<color r="0.221453288957" g="0.531147317325" b="0.470588235294" a="1.0"/>
<color r="0.225159559063" g="0.534284344841" b="0.474509803922" a="1.0"/>
<color r="0.228896571141" g="0.537423706055" b="0.478431372549" a="1.0"/>
<color r="0.23266435511" g="0.540565640319" b="0.482352941176" a="1.0"/>
<color r="0.23646289601" g="0.543710207472" b="0.486274509804" a="1.0"/>
<color r="0.240292193843" g="0.546857407514" b="0.490196078431" a="1.0"/>
<color r="0.244152248607" g="0.55000741996" b="0.494117647059" a="1.0"/>
<color r="0.248043060303" g="0.553160304649" b="0.498039215686" a="1.0"/>
<color r="0.25196464389" g="0.556316181258" b="0.501960784314" a="1.0"/>
<color r="0.255916969449" g="0.559474989947" b="0.505882352941" a="1.0"/>
<color r="0.25990005194" g="0.56263702991" b="0.509803921569" a="1.0"/>
<color r="0.263913891362" g="0.565802301145" b="0.513725490196" a="1.0"/>
<color r="0.267958487716" g="0.568970743815" b="0.517647058824" a="1.0"/>
<color r="0.272033841002" g="0.572142657112" b="0.521568627451" a="1.0"/>
<color r="0.27613995122" g="0.575318041035" b="0.525490196078" a="1.0"/>
<color r="0.280276818369" g="0.578496835746" b="0.529411764706" a="1.0"/>
<color r="0.28444444245" g="0.581679280599" b="0.533333333333" a="1.0"/>
<color r="0.288642823462" g="0.584865375594" b="0.537254901961" a="1.0"/>
<color r="0.292871961407" g="0.588055300245" b="0.541176470588" a="1.0"/>
<color r="0.297131886202" g="0.591248994715" b="0.545098039216" a="1.0"/>
<color r="0.301422538009" g="0.59444657868" b="0.549019607843" a="1.0"/>
<color r="0.305743946749" g="0.597648111979" b="0.552941176471" a="1.0"/>
<color r="0.31009611242" g="0.600853594612" b="0.556862745098" a="1.0"/>
<color r="0.314479035022" g="0.604063265931" b="0.560784313725" a="1.0"/>
<color r="0.318892744476" g="0.607277006261" b="0.564705882353" a="1.0"/>
<color r="0.323337180942" g="0.610494995117" b="0.56862745098" a="1.0"/>
<color r="0.327812374339" g="0.613717292337" b="0.572549019608" a="1.0"/>
<color r="0.332318324669" g="0.616943838082" b="0.576470588235" a="1.0"/>
<color r="0.336855061849" g="0.620174871706" b="0.580392156863" a="1.0"/>
<color r="0.341422526042" g="0.623410333372" b="0.58431372549" a="1.0"/>
<color r="0.346020747166" g="0.626650223078" b="0.588235294118" a="1.0"/>
<color r="0.350649755141" g="0.629894780178" b="0.592156862745" a="1.0"/>
<color r="0.355309490129" g="0.633143944834" b="0.596078431373" a="1.0"/>
<color r="0.360000011968" g="0.636397776884" b="0.6" a="1.0"/>
<color r="0.364721260819" g="0.639656336167" b="0.603921568627" a="1.0"/>
<color r="0.369473266602" g="0.64291974236" b="0.607843137255" a="1.0"/>
<color r="0.374256059235" g="0.646187935623" b="0.611764705882" a="1.0"/>
<color r="0.379069578881" g="0.649461095473" b="0.61568627451" a="1.0"/>
<color r="0.383913885378" g="0.652739102233" b="0.619607843137" a="1.0"/>
<color r="0.388788918888" g="0.656022135417" b="0.623529411765" a="1.0"/>
<color r="0.393694739248" g="0.659310254864" b="0.627450980392" a="1.0"/>
<color r="0.398631286621" g="0.662603460574" b="0.63137254902" a="1.0"/>
<color r="0.403598620845" g="0.665901872223" b="0.635294117647" a="1.0"/>
<color r="0.408596682081" g="0.669205310298" b="0.639215686275" a="1.0"/>
<color r="0.413625530168" g="0.672514073989" b="0.643137254902" a="1.0"/>
<color r="0.418685135187" g="0.675828103458" b="0.647058823529" a="1.0"/>
<color r="0.423775467218" g="0.679147518382" b="0.650980392157" a="1.0"/>
<color r="0.4288965861" g="0.682472258923" b="0.654901960784" a="1.0"/>
<color r="0.434048431995" g="0.685802444757" b="0.658823529412" a="1.0"/>
<color r="0.43923106474" g="0.689138075885" b="0.662745098039" a="1.0"/>
<color r="0.444444454418" g="0.692479152305" b="0.666666666667" a="1.0"/>
<color r="0.449688571107" g="0.695825793696" b="0.670588235294" a="1.0"/>
<color r="0.454963474648" g="0.699178119734" b="0.674509803922" a="1.0"/>
<color r="0.46026913512" g="0.702536070581" b="0.678431372549" a="1.0"/>
<color r="0.465605522605" g="0.705899586397" b="0.682352941176" a="1.0"/>
<color r="0.47097269694" g="0.70926878686" b="0.686274509804" a="1.0"/>
<color r="0.476370628207" g="0.712643851486" b="0.690196078431" a="1.0"/>
<color r="0.481799316406" g="0.71602454092" b="0.694117647059" a="1.0"/>
<color r="0.487258761537" g="0.719411274031" b="0.698039215686" a="1.0"/>
<color r="0.49274893368" g="0.722803751628" b="0.701960784314" a="1.0"/>
<color r="0.498269892674" g="0.726201913871" b="0.705882352941" a="1.0"/>
<color r="0.50382157868" g="0.729606239468" b="0.709803921569" a="1.0"/>
<color r="0.509404081457" g="0.733016608743" b="0.713725490196" a="1.0"/>
<color r="0.515017281327" g="0.736432782341" b="0.717647058824" a="1.0"/>
<color r="0.520661297966" g="0.739855119294" b="0.721568627451" a="1.0"/>
<color r="0.5263360117" g="0.743283440085" b="0.725490196078" a="1.0"/>
<color r="0.532041542203" g="0.74671792423" b="0.729411764706" a="1.0"/>
<color r="0.537777769799" g="0.750158452053" b="0.733333333333" a="1.0"/>
<color r="0.543544814166" g="0.753605262906" b="0.737254901961" a="1.0"/>
<color r="0.549342555626" g="0.757058177275" b="0.741176470588" a="1.0"/>
<color r="0.555171113856" g="0.760517494351" b="0.745098039216" a="1.0"/>
<color r="0.561030369179" g="0.763982855105" b="0.749019607843" a="1.0"/>
<color r="0.566920441272" g="0.767454678405" b="0.752941176471" a="1.0"/>
<color r="0.572841210459" g="0.770932724897" b="0.756862745098" a="1.0"/>
<color r="0.578792796415" g="0.774417293773" b="0.760784313725" a="1.0"/>
<color r="0.584775079465" g="0.777908205519" b="0.764705882353" a="1.0"/>
<color r="0.590788179285" g="0.781405400295" b="0.76862745098" a="1.0"/>
<color r="0.596831976199" g="0.784909117456" b="0.772549019608" a="1.0"/>
<color r="0.602906589882" g="0.788419297162" b="0.776470588235" a="1.0"/>
<color r="0.609011900659" g="0.791936059092" b="0.780392156863" a="1.0"/>
<color r="0.615148028205" g="0.795459283567" b="0.78431372549" a="1.0"/>
<color r="0.621314852845" g="0.798989030427" b="0.788235294118" a="1.0"/>
<color r="0.627512494256" g="0.802525479186" b="0.792156862745" a="1.0"/>
<color r="0.633740892597" g="0.806068510168" b="0.796078431373" a="1.0"/>
<color r="0.639999988032" g="0.809618123372" b="0.8" a="1.0"/>
<color r="0.646289900237" g="0.813174498315" b="0.803921568627" a="1.0"/>
<color r="0.652610509536" g="0.816737575157" b="0.807843137255" a="1.0"/>
<color r="0.658961935604" g="0.820307234222" b="0.811764705882" a="1.0"/>
<color r="0.665344118604" g="0.823883655025" b="0.81568627451" a="1.0"/>
<color r="0.671756998698" g="0.827466897403" b="0.819607843137" a="1.0"/>
<color r="0.678200695561" g="0.831057021197" b="0.823529411765" a="1.0"/>
<color r="0.684675149357" g="0.834653906729" b="0.827450980392" a="1.0"/>
<color r="0.691180300245" g="0.838257613837" b="0.83137254902" a="1.0"/>
<color r="0.697716267904" g="0.841868262197" b="0.835294117647" a="1.0"/>
<color r="0.704282992494" g="0.845485791973" b="0.839215686275" a="1.0"/>
<color r="0.710880414177" g="0.849110203163" b="0.843137254902" a="1.0"/>
<color r="0.717508652631" g="0.852741555607" b="0.847058823529" a="1.0"/>
<color r="0.724167648016" g="0.856379909141" b="0.850980392157" a="1.0"/>
<color r="0.730857340495" g="0.860025144091" b="0.854901960784" a="1.0"/>
<color r="0.737577849743" g="0.863677499809" b="0.858823529412" a="1.0"/>
<color r="0.744329115924" g="0.867336856618" b="0.862745098039" a="1.0"/>
<color r="0.751111139036" g="0.871003274357" b="0.866666666667" a="1.0"/>
<color r="0.757923859241" g="0.874676812864" b="0.870588235294" a="1.0"/>
<color r="0.764767396216" g="0.878357352462" b="0.874509803922" a="1.0"/>
<color r="0.771641690123" g="0.882045072668" b="0.878431372549" a="1.0"/>
<color r="0.778546740962" g="0.885739853803" b="0.882352941176" a="1.0"/>
<color r="0.785482488894" g="0.889441875383" b="0.886274509804" a="1.0"/>
<color r="0.792449053596" g="0.893151017731" b="0.890196078431" a="1.0"/>
<color r="0.79944637523" g="0.896867400525" b="0.894117647059" a="1.0"/>
<color r="0.806474453795" g="0.900591023763" b="0.898039215686" a="1.0"/>
<color r="0.813533229454" g="0.904321827608" b="0.901960784314" a="1.0"/>
<color r="0.820622821883" g="0.908059931736" b="0.905882352941" a="1.0"/>
<color r="0.827743171243" g="0.911805336148" b="0.909803921569" a="1.0"/>
<color r="0.834894277535" g="0.915557981005" b="0.913725490196" a="1.0"/>
<color r="0.842076140759" g="0.919317985983" b="0.917647058824" a="1.0"/>
<color r="0.849288760915" g="0.923085351084" b="0.921568627451" a="1.0"/>
<color r="0.856532078163" g="0.926860016468" b="0.925490196078" a="1.0"/>
<color r="0.863806212182" g="0.93064216165" b="0.929411764706" a="1.0"/>
<color r="0.871111103133" g="0.934431547277" b="0.933333333333" a="1.0"/>
<color r="0.878446751015" g="0.938228412703" b="0.937254901961" a="1.0"/>
<color r="0.885813155829" g="0.942032698089" b="0.941176470588" a="1.0"/>
<color r="0.893210317574" g="0.945844403435" b="0.945098039216" a="1.0"/>
<color r="0.900638236252" g="0.94966358858" b="0.949019607843" a="1.0"/>
<color r="0.90809691186" g="0.953490313362" b="0.952941176471" a="1.0"/>
<color r="0.915586284563" g="0.957324517942" b="0.956862745098" a="1.0"/>
<color r="0.923106474035" g="0.961166142482" b="0.960784313725" a="1.0"/>
<color r="0.930657420439" g="0.965015486175" b="0.964705882353" a="1.0"/>
<color r="0.938239123775" g="0.968872249828" b="0.96862745098" a="1.0"/>
<color r="0.945851584042" g="0.972736553117" b="0.972549019608" a="1.0"/>
<color r="0.953494801241" g="0.976608455882" b="0.976470588235" a="1.0"/>
<color r="0.961168775371" g="0.980487958123" b="0.980392156863" a="1.0"/>
<color r="0.968873506434" g="0.984375059838" b="0.98431372549" a="1.0"/>
<color r="0.976608994428" g="0.988269820868" b="0.988235294118" a="1.0"/>
<color r="0.984375239354" g="0.992172181373" b="0.992156862745" a="1.0"/>
<color r="0.992172241211" g="0.996082261029" b="0.996078431373" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.5" g="0.5" b="0.5" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="0.0" g="1.0" b="1.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="0.0" g="1.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
<color r="1.0" g="0.0" b="0.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.00392156862745" a="1.0"/>
<color r="0.0" g="0.0" b="0.0156862745098" a="1.0"/>
<color r="0.0" g="0.0" b="0.0196078431373" a="1.0"/>
<color r="0.0" g="0.0" b="0.0235294117647" a="1.0"/>
<color r="0.0" g="0.0" b="0.0313725490196" a="1.0"/>
<color r="0.0" g="0.0" b="0.0313725490196" a="1.0"/>
<color r="0.0" g="0.0" b="0.0392156862745" a="1.0"/>
<color r="0.0" g="0.0" b="0.0470588235294" a="1.0"/>
<color r="0.0" g="0.0" b="0.0549019607843" a="1.0"/>
<color r="0.0" g="0.0" b="0.0627450980392" a="1.0"/>
<color r="0.0" g="0.0" b="0.0705882352941" a="1.0"/>
<color r="0.0" g="0.0" b="0.078431372549" a="1.0"/>
<color r="0.0" g="0.0" b="0.0823529411765" a="1.0"/>
<color r="0.0" g="0.0" b="0.0901960784314" a="1.0"/>
<color r="0.0" g="0.0" b="0.0980392156863" a="1.0"/>
<color r="0.0" g="0.0" b="0.0980392156863" a="1.0"/>
<color r="0.0" g="0.0" b="0.109803921569" a="1.0"/>
<color r="0.0" g="0.0" b="0.113725490196" a="1.0"/>
<color r="0.0" g="0.0" b="0.121568627451" a="1.0"/>
<color r="0.0" g="0.0" b="0.129411764706" a="1.0"/>
<color r="0.0" g="0.0" b="0.137254901961" a="1.0"/>
<color r="0.0" g="0.0" b="0.141176470588" a="1.0"/>
<color r="0.0" g="0.0" b="0.145098039216" a="1.0"/>
<color r="0.0" g="0.0" b="0.164705882353" a="1.0"/>
<color r="0.0" g="0.0" b="0.16862745098" a="1.0"/>
<color r="0.0" g="0.0" b="0.16862745098" a="1.0"/>
<color r="0.0" g="0.0" b="0.172549019608" a="1.0"/>
<color r="0.0" g="0.0" b="0.180392156863" a="1.0"/>
<color r="0.0" g="0.0" b="0.188235294118" a="1.0"/>
<color r="0.0" g="0.0" b="0.196078431373" a="1.0"/>
<color r="0.0" g="0.0" b="0.2" a="1.0"/>
<color r="0.0" g="0.0" b="0.203921568627" a="1.0"/>
<color r="0.0" g="0.0" b="0.219607843137" a="1.0"/>
<color r="0.0" g="0.0" b="0.227450980392" a="1.0"/>
<color r="0.0" g="0.0" b="0.23137254902" a="1.0"/>
<color r="0.0" g="0.0" b="0.239215686275" a="1.0"/>
<color r="0.0" g="0.0" b="0.239215686275" a="1.0"/>
<color r="0.0" g="0.0" b="0.247058823529" a="1.0"/>
<color r="0.0" g="0.0" b="0.254901960784" a="1.0"/>
<color r="0.0" g="0.0" b="0.258823529412" a="1.0"/>
<color r="0.0" g="0.0" b="0.270588235294" a="1.0"/>
<color r="0.0" g="0.0" b="0.278431372549" a="1.0"/>
<color r="0.0" g="0.0" b="0.286274509804" a="1.0"/>
<color r="0.0" g="0.0" b="0.290196078431" a="1.0"/>
<color r="0.0" g="0.0" b="0.294117647059" a="1.0"/>
<color r="0.0" g="0.0" b="0.305882352941" a="1.0"/>
<color r="0.0" g="0.0" b="0.305882352941" a="1.0"/>
<color r="0.0" g="0.0" b="0.313725490196" a="1.0"/>
<color r="0.0" g="0.0" b="0.317647058824" a="1.0"/>
<color r="0.0" g="0.0" b="0.329411764706" a="1.0"/>
<color r="0.0" g="0.0" b="0.337254901961" a="1.0"/>
<color r="0.0" g="0.0" b="0.345098039216" a="1.0"/>
<color r="0.0" g="0.0" b="0.349019607843" a="1.0"/>
<color r="0.0" g="0.0" b="0.352941176471" a="1.0"/>
<color r="0.0" g="0.0" b="0.364705882353" a="1.0"/>
<color r="0.0" g="0.0" b="0.36862745098" a="1.0"/>
<color r="0.0" g="0.0" b="0.36862745098" a="1.0"/>
<color r="0.0" g="0.0" b="0.380392156863" a="1.0"/>
<color r="0.0" g="0.0" b="0.388235294118" a="1.0"/>
<color r="0.0" g="0.0" b="0.396078431373" a="1.0"/>
<color r="0.0" g="0.0" b="0.403921568627" a="1.0"/>
<color r="0.0" g="0.0" b="0.407843137255" a="1.0"/>
<color r="0.0" g="0.0" b="0.411764705882" a="1.0"/>
<color r="0.0" g="0.0" b="0.423529411765" a="1.0"/>
<color r="0.0" g="0.0" b="0.435294117647" a="1.0"/>
<color r="0.0" g="0.0" b="0.439215686275" a="1.0"/>
<color r="0.0" g="0.0" b="0.439215686275" a="1.0"/>
<color r="0.0" g="0.0" b="0.443137254902" a="1.0"/>
<color r="0.0" g="0.0" b="0.454901960784" a="1.0"/>
<color r="0.0" g="0.0" b="0.462745098039" a="1.0"/>
<color r="0.0" g="0.0" b="0.466666666667" a="1.0"/>
<color r="0.0" g="0.0" b="0.470588235294" a="1.0"/>
<color r="0.0" g="0.0" b="0.486274509804" a="1.0"/>
<color r="0.0" g="0.0" b="0.494117647059" a="1.0"/>
<color r="0.0" g="0.0" b="0.498039215686" a="1.0"/>
<color r="0.0" g="0.0" b="0.501960784314" a="1.0"/>
<color r="0.0" g="0.0078431372549" b="0.513725490196" a="1.0"/>
<color r="0.0" g="0.0078431372549" b="0.513725490196" a="1.0"/>
<color r="0.0" g="0.0156862745098" b="0.517647058824" a="1.0"/>
<color r="0.0" g="0.0196078431373" b="0.525490196078" a="1.0"/>
<color r="0.0" g="0.0274509803922" b="0.529411764706" a="1.0"/>
<color r="0.0" g="0.0470588235294" b="0.545098039216" a="1.0"/>
<color r="0.0" g="0.0509803921569" b="0.552941176471" a="1.0"/>
<color r="0.0" g="0.0588235294118" b="0.556862745098" a="1.0"/>
<color r="0.0" g="0.0666666666667" b="0.560784313725" a="1.0"/>
<color r="0.0" g="0.078431372549" b="0.572549019608" a="1.0"/>
<color r="0.0" g="0.0823529411765" b="0.576470588235" a="1.0"/>
<color r="0.0" g="0.0823529411765" b="0.576470588235" a="1.0"/>
<color r="0.0" g="0.0901960784314" b="0.58431372549" a="1.0"/>
<color r="0.0" g="0.0980392156863" b="0.588235294118" a="1.0"/>
<color r="0.0" g="0.113725490196" b="0.603921568627" a="1.0"/>
<color r="0.0" g="0.121568627451" b="0.607843137255" a="1.0"/>
<color r="0.0" g="0.129411764706" b="0.61568627451" a="1.0"/>
<color r="0.0" g="0.133333333333" b="0.619607843137" a="1.0"/>
<color r="0.0" g="0.145098039216" b="0.63137254902" a="1.0"/>
<color r="0.0" g="0.152941176471" b="0.635294117647" a="1.0"/>
<color r="0.0" g="0.160784313725" b="0.643137254902" a="1.0"/>
<color r="0.0" g="0.160784313725" b="0.643137254902" a="1.0"/>
<color r="0.0" g="0.172549019608" b="0.650980392157" a="1.0"/>
<color r="0.0" g="0.18431372549" b="0.662745098039" a="1.0"/>
<color r="0.0" g="0.192156862745" b="0.666666666667" a="1.0"/>
<color r="0.0" g="0.196078431373" b="0.674509803922" a="1.0"/>
<color r="0.0" g="0.203921568627" b="0.678431372549" a="1.0"/>
<color r="0.0" g="0.21568627451" b="0.690196078431" a="1.0"/>
<color r="0.0" g="0.223529411765" b="0.694117647059" a="1.0"/>
<color r="0.0" g="0.235294117647" b="0.705882352941" a="1.0"/>
<color r="0.0" g="0.239215686275" b="0.709803921569" a="1.0"/>
<color r="0.0" g="0.239215686275" b="0.709803921569" a="1.0"/>
<color r="0.0" g="0.254901960784" b="0.721568627451" a="1.0"/>
<color r="0.0" g="0.258823529412" b="0.725490196078" a="1.0"/>
<color r="0.0" g="0.266666666667" b="0.733333333333" a="1.0"/>
<color r="0.0" g="0.270588235294" b="0.737254901961" a="1.0"/>
<color r="0.0" g="0.286274509804" b="0.749019607843" a="1.0"/>
<color r="0.0" g="0.298039215686" b="0.756862745098" a="1.0"/>
<color r="0.0" g="0.301960784314" b="0.764705882353" a="1.0"/>
<color r="0.0" g="0.309803921569" b="0.76862745098" a="1.0"/>
<color r="0.0" g="0.321568627451" b="0.780392156863" a="1.0"/>
<color r="0.0" g="0.321568627451" b="0.780392156863" a="1.0"/>
<color r="0.0" g="0.329411764706" b="0.78431372549" a="1.0"/>
<color r="0.0" g="0.333333333333" b="0.792156862745" a="1.0"/>
<color r="0.0" g="0.341176470588" b="0.796078431373" a="1.0"/>
<color r="0.0" g="0.360784313725" b="0.811764705882" a="1.0"/>
<color r="0.0" g="0.36862745098" b="0.81568627451" a="1.0"/>
<color r="0.0" g="0.372549019608" b="0.823529411765" a="1.0"/>
<color r="0.0" g="0.380392156863" b="0.827450980392" a="1.0"/>
<color r="0.0" g="0.392156862745" b="0.839215686275" a="1.0"/>
<color r="0.0" g="0.4" b="0.843137254902" a="1.0"/>
<color r="0.0" g="0.403921568627" b="0.850980392157" a="1.0"/>
<color r="0.0" g="0.403921568627" b="0.850980392157" a="1.0"/>
<color r="0.0" g="0.411764705882" b="0.854901960784" a="1.0"/>
<color r="0.0" g="0.43137254902" b="0.870588235294" a="1.0"/>
<color r="0.0" g="0.435294117647" b="0.874509803922" a="1.0"/>
<color r="0.0" g="0.443137254902" b="0.882352941176" a="1.0"/>
<color r="0.0" g="0.447058823529" b="0.886274509804" a="1.0"/>
<color r="0.0" g="0.462745098039" b="0.898039215686" a="1.0"/>
<color r="0.0" g="0.466666666667" b="0.901960784314" a="1.0"/>
<color r="0.0" g="0.474509803922" b="0.905882352941" a="1.0"/>
<color r="0.0" g="0.478431372549" b="0.913725490196" a="1.0"/>
<color r="0.0" g="0.478431372549" b="0.913725490196" a="1.0"/>
<color r="0.0" g="0.498039215686" b="0.929411764706" a="1.0"/>
<color r="0.0" g="0.505882352941" b="0.933333333333" a="1.0"/>
<color r="0.0" g="0.509803921569" b="0.941176470588" a="1.0"/>
<color r="0.0" g="0.517647058824" b="0.945098039216" a="1.0"/>
<color r="0.0" g="0.529411764706" b="0.956862745098" a="1.0"/>
<color r="0.0" g="0.537254901961" b="0.960784313725" a="1.0"/>
<color r="0.0" g="0.541176470588" b="0.964705882353" a="1.0"/>
<color r="0.0" g="0.556862745098" b="0.976470588235" a="1.0"/>
<color r="0.0" g="0.56862745098" b="0.988235294118" a="1.0"/>
<color r="0.0" g="0.56862745098" b="0.988235294118" a="1.0"/>
<color r="0.0" g="0.572549019608" b="0.992156862745" a="1.0"/>
<color r="0.0" g="0.580392156863" b="1.0" a="1.0"/>
<color r="0.0" g="0.588235294118" b="1.0" a="1.0"/>
<color r="0.0" g="0.6" b="1.0" a="1.0"/>
<color r="0.0" g="0.603921568627" b="1.0" a="1.0"/>
<color r="0.0352941176471" g="0.619607843137" b="1.0" a="1.0"/>
<color r="0.0509803921569" g="0.623529411765" b="1.0" a="1.0"/>
<color r="0.0823529411765" g="0.635294117647" b="1.0" a="1.0"/>
<color r="0.0980392156863" g="0.643137254902" b="1.0" a="1.0"/>
<color r="0.0980392156863" g="0.643137254902" b="1.0" a="1.0"/>
<color r="0.113725490196" g="0.650980392157" b="1.0" a="1.0"/>
<color r="0.129411764706" g="0.654901960784" b="1.0" a="1.0"/>
<color r="0.160784313725" g="0.666666666667" b="1.0" a="1.0"/>
<color r="0.192156862745" g="0.682352941176" b="1.0" a="1.0"/>
<color r="0.207843137255" g="0.686274509804" b="1.0" a="1.0"/>
<color r="0.223529411765" g="0.694117647059" b="1.0" a="1.0"/>
<color r="0.254901960784" g="0.705882352941" b="1.0" a="1.0"/>
<color r="0.270588235294" g="0.713725490196" b="1.0" a="1.0"/>
<color r="0.286274509804" g="0.717647058824" b="1.0" a="1.0"/>
<color r="0.301960784314" g="0.725490196078" b="1.0" a="1.0"/>
<color r="0.301960784314" g="0.725490196078" b="1.0" a="1.0"/>
<color r="0.333333333333" g="0.737254901961" b="1.0" a="1.0"/>
<color r="0.36862745098" g="0.749019607843" b="1.0" a="1.0"/>
<color r="0.38431372549" g="0.756862745098" b="1.0" a="1.0"/>
<color r="0.4" g="0.764705882353" b="1.0" a="1.0"/>
<color r="0.43137254902" g="0.776470588235" b="1.0" a="1.0"/>
<color r="0.447058823529" g="0.780392156863" b="1.0" a="1.0"/>
<color r="0.462745098039" g="0.788235294118" b="1.0" a="1.0"/>
<color r="0.478431372549" g="0.796078431373" b="1.0" a="1.0"/>
<color r="0.525490196078" g="0.811764705882" b="1.0" a="1.0"/>
<color r="0.525490196078" g="0.811764705882" b="1.0" a="1.0"/>
<color r="0.541176470588" g="0.819607843137" b="1.0" a="1.0"/>
<color r="0.556862745098" g="0.827450980392" b="1.0" a="1.0"/>
<color r="0.572549019608" g="0.83137254902" b="1.0" a="1.0"/>
<color r="0.603921568627" g="0.843137254902" b="1.0" a="1.0"/>
<color r="0.619607843137" g="0.850980392157" b="1.0" a="1.0"/>
<color r="0.635294117647" g="0.858823529412" b="1.0" a="1.0"/>
<color r="0.650980392157" g="0.862745098039" b="1.0" a="1.0"/>
<color r="0.701960784314" g="0.882352941176" b="1.0" a="1.0"/>
<color r="0.717647058824" g="0.890196078431" b="1.0" a="1.0"/>
<color r="0.717647058824" g="0.890196078431" b="1.0" a="1.0"/>
<color r="0.733333333333" g="0.894117647059" b="1.0" a="1.0"/>
<color r="0.749019607843" g="0.901960784314" b="1.0" a="1.0"/>
<color r="0.780392156863" g="0.913725490196" b="1.0" a="1.0"/>
<color r="0.796078431373" g="0.921568627451" b="1.0" a="1.0"/>
<color r="0.811764705882" g="0.925490196078" b="1.0" a="1.0"/>
<color r="0.843137254902" g="0.937254901961" b="1.0" a="1.0"/>
<color r="0.874509803922" g="0.952941176471" b="1.0" a="1.0"/>
<color r="0.890196078431" g="0.956862745098" b="1.0" a="1.0"/>
<color r="0.905882352941" g="0.964705882353" b="1.0" a="1.0"/>
<color r="0.905882352941" g="0.964705882353" b="1.0" a="1.0"/>
<color r="0.921568627451" g="0.96862745098" b="1.0" a="1.0"/>
<color r="0.952941176471" g="0.98431372549" b="1.0" a="1.0"/>
<color r="0.96862745098" g="0.988235294118" b="1.0" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.00392156862745" b="0.0" a="1.0"/>
<color r="0.0" g="0.0117647058824" b="0.0" a="1.0"/>
<color r="0.0" g="0.0156862745098" b="0.0" a="1.0"/>
<color r="0.0" g="0.0196078431373" b="0.0" a="1.0"/>
<color r="0.0" g="0.0235294117647" b="0.0" a="1.0"/>
<color r="0.0" g="0.0235294117647" b="0.0" a="1.0"/>
<color r="0.0" g="0.0313725490196" b="0.0" a="1.0"/>
<color r="0.0" g="0.0352941176471" b="0.0" a="1.0"/>
<color r="0.0" g="0.043137254902" b="0.0" a="1.0"/>
<color r="0.0" g="0.0470588235294" b="0.0" a="1.0"/>
<color r="0.0" g="0.0549019607843" b="0.0" a="1.0"/>
<color r="0.0" g="0.0588235294118" b="0.0" a="1.0"/>
<color r="0.0" g="0.0627450980392" b="0.0" a="1.0"/>
<color r="0.0" g="0.0666666666667" b="0.0" a="1.0"/>
<color r="0.0" g="0.0745098039216" b="0.0" a="1.0"/>
<color r="0.0" g="0.0745098039216" b="0.0" a="1.0"/>
<color r="0.0" g="0.0823529411765" b="0.0" a="1.0"/>
<color r="0.0" g="0.0862745098039" b="0.0" a="1.0"/>
<color r="0.0" g="0.0901960784314" b="0.0" a="1.0"/>
<color r="0.0" g="0.0980392156863" b="0.0" a="1.0"/>
<color r="0.0" g="0.101960784314" b="0.0" a="1.0"/>
<color r="0.0" g="0.105882352941" b="0.0" a="1.0"/>
<color r="0.0" g="0.109803921569" b="0.0" a="1.0"/>
<color r="0.0" g="0.121568627451" b="0.0" a="1.0"/>
<color r="0.0" g="0.125490196078" b="0.0" a="1.0"/>
<color r="0.0" g="0.125490196078" b="0.0" a="1.0"/>
<color r="0.0" g="0.129411764706" b="0.0" a="1.0"/>
<color r="0.0" g="0.133333333333" b="0.0" a="1.0"/>
<color r="0.0" g="0.141176470588" b="0.0" a="1.0"/>
<color r="0.0" g="0.145098039216" b="0.0" a="1.0"/>
<color r="0.0" g="0.149019607843" b="0.0" a="1.0"/>
<color r="0.0" g="0.152941176471" b="0.0" a="1.0"/>
<color r="0.0" g="0.164705882353" b="0.0" a="1.0"/>
<color r="0.0" g="0.16862745098" b="0.0" a="1.0"/>
<color r="0.0" g="0.172549019608" b="0.0" a="1.0"/>
<color r="0.0" g="0.176470588235" b="0.0" a="1.0"/>
<color r="0.0" g="0.176470588235" b="0.0" a="1.0"/>
<color r="0.0" g="0.18431372549" b="0.0" a="1.0"/>
<color r="0.0" g="0.188235294118" b="0.0" a="1.0"/>
<color r="0.0" g="0.192156862745" b="0.0" a="1.0"/>
<color r="0.0" g="0.2" b="0.0" a="1.0"/>
<color r="0.0" g="0.207843137255" b="0.0" a="1.0"/>
<color r="0.0" g="0.211764705882" b="0.0" a="1.0"/>
<color r="0.0" g="0.21568627451" b="0.0" a="1.0"/>
<color r="0.0" g="0.219607843137" b="0.0" a="1.0"/>
<color r="0.0" g="0.227450980392" b="0.0" a="1.0"/>
<color r="0.0" g="0.227450980392" b="0.0" a="1.0"/>
<color r="0.0" g="0.23137254902" b="0.0" a="1.0"/>
<color r="0.0" g="0.235294117647" b="0.0" a="1.0"/>
<color r="0.0" g="0.243137254902" b="0.0" a="1.0"/>
<color r="0.0" g="0.250980392157" b="0.0" a="1.0"/>
<color r="0.0" g="0.254901960784" b="0.0" a="1.0"/>
<color r="0.0" g="0.258823529412" b="0.0" a="1.0"/>
<color r="0.0" g="0.262745098039" b="0.0" a="1.0"/>
<color r="0.0" g="0.270588235294" b="0.0" a="1.0"/>
<color r="0.0" g="0.274509803922" b="0.0" a="1.0"/>
<color r="0.0" g="0.274509803922" b="0.0" a="1.0"/>
<color r="0.0" g="0.282352941176" b="0.0" a="1.0"/>
<color r="0.0" g="0.286274509804" b="0.0" a="1.0"/>
<color r="0.0" g="0.294117647059" b="0.0" a="1.0"/>
<color r="0.0" g="0.298039215686" b="0.0" a="1.0"/>
<color r="0.0" g="0.301960784314" b="0.0" a="1.0"/>
<color r="0.0" g="0.305882352941" b="0.0" a="1.0"/>
<color r="0.0" g="0.313725490196" b="0.0" a="1.0"/>
<color r="0.0" g="0.321568627451" b="0.0" a="1.0"/>
<color r="0.0" g="0.325490196078" b="0.0" a="1.0"/>
<color r="0.0" g="0.325490196078" b="0.0" a="1.0"/>
<color r="0.0" g="0.329411764706" b="0.0" a="1.0"/>
<color r="0.0" g="0.337254901961" b="0.0" a="1.0"/>
<color r="0.0" g="0.341176470588" b="0.0" a="1.0"/>
<color r="0.0" g="0.345098039216" b="0.0" a="1.0"/>
<color r="0.0" g="0.349019607843" b="0.0" a="1.0"/>
<color r="0.0" g="0.360784313725" b="0.0" a="1.0"/>
<color r="0.0" g="0.364705882353" b="0.0" a="1.0"/>
<color r="0.0" g="0.36862745098" b="0.0" a="1.0"/>
<color r="0.0" g="0.372549019608" b="0.0" a="1.0"/>
<color r="0.0" g="0.380392156863" b="0.0" a="1.0"/>
<color r="0.0" g="0.380392156863" b="0.0" a="1.0"/>
<color r="0.00392156862745" g="0.38431372549" b="0.0" a="1.0"/>
<color r="0.0117647058824" g="0.388235294118" b="0.0" a="1.0"/>
<color r="0.0156862745098" g="0.392156862745" b="0.0" a="1.0"/>
<color r="0.0352941176471" g="0.403921568627" b="0.0" a="1.0"/>
<color r="0.043137254902" g="0.407843137255" b="0.0" a="1.0"/>
<color r="0.0470588235294" g="0.411764705882" b="0.0" a="1.0"/>
<color r="0.0549019607843" g="0.41568627451" b="0.0" a="1.0"/>
<color r="0.0666666666667" g="0.423529411765" b="0.0" a="1.0"/>
<color r="0.0745098039216" g="0.427450980392" b="0.0" a="1.0"/>
<color r="0.0745098039216" g="0.427450980392" b="0.0" a="1.0"/>
<color r="0.078431372549" g="0.43137254902" b="0.0" a="1.0"/>
<color r="0.0862745098039" g="0.435294117647" b="0.0" a="1.0"/>
<color r="0.105882352941" g="0.447058823529" b="0.0" a="1.0"/>
<color r="0.113725490196" g="0.450980392157" b="0.0" a="1.0"/>
<color r="0.117647058824" g="0.454901960784" b="0.0" a="1.0"/>
<color r="0.125490196078" g="0.458823529412" b="0.0" a="1.0"/>
<color r="0.137254901961" g="0.466666666667" b="0.0" a="1.0"/>
<color r="0.145098039216" g="0.470588235294" b="0.0" a="1.0"/>
<color r="0.149019607843" g="0.474509803922" b="0.0" a="1.0"/>
<color r="0.149019607843" g="0.474509803922" b="0.0" a="1.0"/>
<color r="0.160784313725" g="0.482352941176" b="0.0" a="1.0"/>
<color r="0.176470588235" g="0.490196078431" b="0.0" a="1.0"/>
<color r="0.180392156863" g="0.494117647059" b="0.0" a="1.0"/>
<color r="0.188235294118" g="0.498039215686" b="0.0" a="1.0"/>
<color r="0.196078431373" g="0.501960784314" b="0.0" a="1.0"/>
<color r="0.207843137255" g="0.509803921569" b="0.0" a="1.0"/>
<color r="0.211764705882" g="0.513725490196" b="0.0" a="1.0"/>
<color r="0.227450980392" g="0.521568627451" b="0.0" a="1.0"/>
<color r="0.23137254902" g="0.525490196078" b="0.0" a="1.0"/>
<color r="0.23137254902" g="0.525490196078" b="0.0" a="1.0"/>
<color r="0.243137254902" g="0.533333333333" b="0.0" a="1.0"/>
<color r="0.250980392157" g="0.537254901961" b="0.0" a="1.0"/>
<color r="0.258823529412" g="0.541176470588" b="0.0" a="1.0"/>
<color r="0.262745098039" g="0.545098039216" b="0.0" a="1.0"/>
<color r="0.278431372549" g="0.552941176471" b="0.0" a="1.0"/>
<color r="0.290196078431" g="0.560784313725" b="0.0" a="1.0"/>
<color r="0.294117647059" g="0.564705882353" b="0.0" a="1.0"/>
<color r="0.301960784314" g="0.56862745098" b="0.0" a="1.0"/>
<color r="0.313725490196" g="0.576470588235" b="0.0" a="1.0"/>
<color r="0.313725490196" g="0.576470588235" b="0.0" a="1.0"/>
<color r="0.321568627451" g="0.580392156863" b="0.0" a="1.0"/>
<color r="0.325490196078" g="0.58431372549" b="0.0" a="1.0"/>
<color r="0.333333333333" g="0.588235294118" b="0.0" a="1.0"/>
<color r="0.352941176471" g="0.6" b="0.0" a="1.0"/>
<color r="0.356862745098" g="0.603921568627" b="0.0" a="1.0"/>
<color r="0.364705882353" g="0.607843137255" b="0.0" a="1.0"/>
<color r="0.372549019608" g="0.611764705882" b="0.0" a="1.0"/>
<color r="0.38431372549" g="0.619607843137" b="0.0" a="1.0"/>
<color r="0.392156862745" g="0.623529411765" b="0.0" a="1.0"/>
<color r="0.396078431373" g="0.627450980392" b="0.0" a="1.0"/>
<color r="0.396078431373" g="0.627450980392" b="0.0" a="1.0"/>
<color r="0.403921568627" g="0.63137254902" b="0.0" a="1.0"/>
<color r="0.423529411765" g="0.643137254902" b="0.0" a="1.0"/>
<color r="0.427450980392" g="0.647058823529" b="0.0" a="1.0"/>
<color r="0.435294117647" g="0.650980392157" b="0.0" a="1.0"/>
<color r="0.439215686275" g="0.654901960784" b="0.0" a="1.0"/>
<color r="0.454901960784" g="0.662745098039" b="0.0" a="1.0"/>
<color r="0.458823529412" g="0.666666666667" b="0.0" a="1.0"/>
<color r="0.466666666667" g="0.670588235294" b="0.0" a="1.0"/>
<color r="0.474509803922" g="0.674509803922" b="0.0" a="1.0"/>
<color r="0.474509803922" g="0.674509803922" b="0.0" a="1.0"/>
<color r="0.490196078431" g="0.686274509804" b="0.0" a="1.0"/>
<color r="0.498039215686" g="0.690196078431" b="0.0" a="1.0"/>
<color r="0.505882352941" g="0.694117647059" b="0.0" a="1.0"/>
<color r="0.509803921569" g="0.698039215686" b="0.0" a="1.0"/>
<color r="0.521568627451" g="0.705882352941" b="0.0" a="1.0"/>
<color r="0.529411764706" g="0.709803921569" b="0.0" a="1.0"/>
<color r="0.537254901961" g="0.713725490196" b="0.0117647058824" a="1.0"/>
<color r="0.549019607843" g="0.721568627451" b="0.0392156862745" a="1.0"/>
<color r="0.560784313725" g="0.729411764706" b="0.0666666666667" a="1.0"/>
<color r="0.560784313725" g="0.729411764706" b="0.0666666666667" a="1.0"/>
<color r="0.56862745098" g="0.733333333333" b="0.078431372549" a="1.0"/>
<color r="0.572549019608" g="0.737254901961" b="0.0941176470588" a="1.0"/>
<color r="0.580392156863" g="0.741176470588" b="0.105882352941" a="1.0"/>
<color r="0.592156862745" g="0.749019607843" b="0.133333333333" a="1.0"/>
<color r="0.6" g="0.752941176471" b="0.145098039216" a="1.0"/>
<color r="0.611764705882" g="0.760784313725" b="0.172549019608" a="1.0"/>
<color r="0.619607843137" g="0.764705882353" b="0.188235294118" a="1.0"/>
<color r="0.63137254902" g="0.772549019608" b="0.21568627451" a="1.0"/>
<color r="0.639215686275" g="0.776470588235" b="0.227450980392" a="1.0"/>
<color r="0.639215686275" g="0.776470588235" b="0.227450980392" a="1.0"/>
<color r="0.643137254902" g="0.780392156863" b="0.243137254902" a="1.0"/>
<color r="0.650980392157" g="0.78431372549" b="0.254901960784" a="1.0"/>
<color r="0.662745098039" g="0.792156862745" b="0.282352941176" a="1.0"/>
<color r="0.674509803922" g="0.8" b="0.309803921569" a="1.0"/>
<color r="0.682352941176" g="0.803921568627" b="0.321568627451" a="1.0"/>
<color r="0.686274509804" g="0.807843137255" b="0.337254901961" a="1.0"/>
<color r="0.701960784314" g="0.81568627451" b="0.364705882353" a="1.0"/>
<color r="0.705882352941" g="0.819607843137" b="0.376470588235" a="1.0"/>
<color r="0.713725490196" g="0.823529411765" b="0.388235294118" a="1.0"/>
<color r="0.717647058824" g="0.827450980392" b="0.403921568627" a="1.0"/>
<color r="0.717647058824" g="0.827450980392" b="0.403921568627" a="1.0"/>
<color r="0.733333333333" g="0.835294117647" b="0.43137254902" a="1.0"/>
<color r="0.745098039216" g="0.843137254902" b="0.458823529412" a="1.0"/>
<color r="0.752941176471" g="0.847058823529" b="0.470588235294" a="1.0"/>
<color r="0.756862745098" g="0.850980392157" b="0.486274509804" a="1.0"/>
<color r="0.76862745098" g="0.858823529412" b="0.509803921569" a="1.0"/>
<color r="0.776470588235" g="0.862745098039" b="0.525490196078" a="1.0"/>
<color r="0.78431372549" g="0.866666666667" b="0.537254901961" a="1.0"/>
<color r="0.788235294118" g="0.870588235294" b="0.552941176471" a="1.0"/>
<color r="0.807843137255" g="0.882352941176" b="0.592156862745" a="1.0"/>
<color r="0.807843137255" g="0.882352941176" b="0.592156862745" a="1.0"/>
<color r="0.81568627451" g="0.886274509804" b="0.607843137255" a="1.0"/>
<color r="0.819607843137" g="0.890196078431" b="0.619607843137" a="1.0"/>
<color r="0.827450980392" g="0.894117647059" b="0.63137254902" a="1.0"/>
<color r="0.839215686275" g="0.901960784314" b="0.658823529412" a="1.0"/>
<color r="0.847058823529" g="0.905882352941" b="0.674509803922" a="1.0"/>
<color r="0.850980392157" g="0.909803921569" b="0.686274509804" a="1.0"/>
<color r="0.858823529412" g="0.913725490196" b="0.701960784314" a="1.0"/>
<color r="0.878431372549" g="0.925490196078" b="0.741176470588" a="1.0"/>
<color r="0.882352941176" g="0.929411764706" b="0.752941176471" a="1.0"/>
<color r="0.882352941176" g="0.929411764706" b="0.752941176471" a="1.0"/>
<color r="0.890196078431" g="0.933333333333" b="0.76862745098" a="1.0"/>
<color r="0.898039215686" g="0.937254901961" b="0.780392156863" a="1.0"/>
<color r="0.909803921569" g="0.945098039216" b="0.807843137255" a="1.0"/>
<color r="0.917647058824" g="0.949019607843" b="0.823529411765" a="1.0"/>
<color r="0.921568627451" g="0.952941176471" b="0.835294117647" a="1.0"/>
<color r="0.933333333333" g="0.960784313725" b="0.862745098039" a="1.0"/>
<color r="0.949019607843" g="0.96862745098" b="0.890196078431" a="1.0"/>
<color r="0.952941176471" g="0.972549019608" b="0.901960784314" a="1.0"/>
<color r="0.960784313725" g="0.976470588235" b="0.917647058824" a="1.0"/>
<color r="0.960784313725" g="0.976470588235" b="0.917647058824" a="1.0"/>
<color r="0.964705882353" g="0.980392156863" b="0.929411764706" a="1.0"/>
<color r="0.980392156863" g="0.988235294118" b="0.956862745098" a="1.0"/>
<color r="0.98431372549" g="0.992156862745" b="0.972549019608" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392156862745" g="0.00392156862745" b="0.0" a="1.0"/>
<color r="0.0078431372549" g="0.0078431372549" b="0.0" a="1.0"/>
<color r="0.0117647058824" g="0.0117647058824" b="0.0" a="1.0"/>
<color r="0.0196078431373" g="0.0156862745098" b="0.0" a="1.0"/>
<color r="0.0235294117647" g="0.0196078431373" b="0.0" a="1.0"/>
<color r="0.0274509803922" g="0.0235294117647" b="0.0" a="1.0"/>
<color r="0.0313725490196" g="0.0274509803922" b="0.0" a="1.0"/>
<color r="0.0392156862745" g="0.0313725490196" b="0.0" a="1.0"/>
<color r="0.043137254902" g="0.0352941176471" b="0.0" a="1.0"/>
<color r="0.0470588235294" g="0.0392156862745" b="0.0" a="1.0"/>
<color r="0.0549019607843" g="0.043137254902" b="0.0" a="1.0"/>
<color r="0.0588235294118" g="0.0470588235294" b="0.0" a="1.0"/>
<color r="0.0627450980392" g="0.0509803921569" b="0.0" a="1.0"/>
<color r="0.0666666666667" g="0.0549019607843" b="0.0" a="1.0"/>
<color r="0.0745098039216" g="0.0588235294118" b="0.0" a="1.0"/>
<color r="0.078431372549" g="0.0627450980392" b="0.0" a="1.0"/>
<color r="0.0823529411765" g="0.0666666666667" b="0.0" a="1.0"/>
<color r="0.0862745098039" g="0.0705882352941" b="0.0" a="1.0"/>
<color r="0.0941176470588" g="0.0745098039216" b="0.0" a="1.0"/>
<color r="0.0980392156863" g="0.078431372549" b="0.0" a="1.0"/>
<color r="0.101960784314" g="0.0823529411765" b="0.0" a="1.0"/>
<color r="0.109803921569" g="0.0862745098039" b="0.0" a="1.0"/>
<color r="0.113725490196" g="0.0901960784314" b="0.0" a="1.0"/>
<color r="0.117647058824" g="0.0941176470588" b="0.0" a="1.0"/>
<color r="0.121568627451" g="0.0980392156863" b="0.0" a="1.0"/>
<color r="0.129411764706" g="0.101960784314" b="0.0" a="1.0"/>
<color r="0.133333333333" g="0.105882352941" b="0.0" a="1.0"/>
<color r="0.137254901961" g="0.109803921569" b="0.0" a="1.0"/>
<color r="0.141176470588" g="0.113725490196" b="0.0" a="1.0"/>
<color r="0.149019607843" g="0.117647058824" b="0.0" a="1.0"/>
<color r="0.152941176471" g="0.121568627451" b="0.0" a="1.0"/>
<color r="0.156862745098" g="0.125490196078" b="0.0" a="1.0"/>
<color r="0.164705882353" g="0.129411764706" b="0.0" a="1.0"/>
<color r="0.16862745098" g="0.133333333333" b="0.0" a="1.0"/>
<color r="0.172549019608" g="0.137254901961" b="0.0" a="1.0"/>
<color r="0.176470588235" g="0.141176470588" b="0.0" a="1.0"/>
<color r="0.18431372549" g="0.145098039216" b="0.0" a="1.0"/>
<color r="0.188235294118" g="0.149019607843" b="0.0" a="1.0"/>
<color r="0.192156862745" g="0.152941176471" b="0.0" a="1.0"/>
<color r="0.2" g="0.160784313725" b="0.0" a="1.0"/>
<color r="0.203921568627" g="0.164705882353" b="0.0" a="1.0"/>
<color r="0.207843137255" g="0.16862745098" b="0.0" a="1.0"/>
<color r="0.211764705882" g="0.172549019608" b="0.0" a="1.0"/>
<color r="0.219607843137" g="0.176470588235" b="0.0" a="1.0"/>
<color r="0.223529411765" g="0.180392156863" b="0.0" a="1.0"/>
<color r="0.227450980392" g="0.18431372549" b="0.0" a="1.0"/>
<color r="0.23137254902" g="0.188235294118" b="0.0" a="1.0"/>
<color r="0.239215686275" g="0.192156862745" b="0.0" a="1.0"/>
<color r="0.243137254902" g="0.196078431373" b="0.0" a="1.0"/>
<color r="0.247058823529" g="0.2" b="0.0" a="1.0"/>
<color r="0.254901960784" g="0.203921568627" b="0.0" a="1.0"/>
<color r="0.258823529412" g="0.207843137255" b="0.0" a="1.0"/>
<color r="0.262745098039" g="0.211764705882" b="0.0" a="1.0"/>
<color r="0.266666666667" g="0.21568627451" b="0.0" a="1.0"/>
<color r="0.274509803922" g="0.219607843137" b="0.0" a="1.0"/>
<color r="0.278431372549" g="0.223529411765" b="0.0" a="1.0"/>
<color r="0.282352941176" g="0.227450980392" b="0.0" a="1.0"/>
<color r="0.286274509804" g="0.23137254902" b="0.0" a="1.0"/>
<color r="0.294117647059" g="0.235294117647" b="0.0" a="1.0"/>
<color r="0.298039215686" g="0.239215686275" b="0.0" a="1.0"/>
<color r="0.301960784314" g="0.243137254902" b="0.0" a="1.0"/>
<color r="0.309803921569" g="0.247058823529" b="0.0" a="1.0"/>
<color r="0.313725490196" g="0.250980392157" b="0.0" a="1.0"/>
<color r="0.317647058824" g="0.254901960784" b="0.0" a="1.0"/>
<color r="0.321568627451" g="0.258823529412" b="0.0" a="1.0"/>
<color r="0.329411764706" g="0.262745098039" b="0.0" a="1.0"/>
<color r="0.333333333333" g="0.266666666667" b="0.0" a="1.0"/>
<color r="0.337254901961" g="0.270588235294" b="0.0" a="1.0"/>
<color r="0.341176470588" g="0.274509803922" b="0.0" a="1.0"/>
<color r="0.349019607843" g="0.278431372549" b="0.0" a="1.0"/>
<color r="0.352941176471" g="0.282352941176" b="0.0" a="1.0"/>
<color r="0.356862745098" g="0.286274509804" b="0.0" a="1.0"/>
<color r="0.364705882353" g="0.290196078431" b="0.0" a="1.0"/>
<color r="0.36862745098" g="0.294117647059" b="0.0" a="1.0"/>
<color r="0.372549019608" g="0.298039215686" b="0.0" a="1.0"/>
<color r="0.376470588235" g="0.301960784314" b="0.0" a="1.0"/>
<color r="0.38431372549" g="0.305882352941" b="0.0" a="1.0"/>
<color r="0.388235294118" g="0.309803921569" b="0.0" a="1.0"/>
<color r="0.392156862745" g="0.313725490196" b="0.0" a="1.0"/>
<color r="0.4" g="0.321568627451" b="0.0" a="1.0"/>
<color r="0.403921568627" g="0.325490196078" b="0.0" a="1.0"/>
<color r="0.407843137255" g="0.329411764706" b="0.0" a="1.0"/>
<color r="0.411764705882" g="0.333333333333" b="0.0" a="1.0"/>
<color r="0.419607843137" g="0.337254901961" b="0.0" a="1.0"/>
<color r="0.423529411765" g="0.341176470588" b="0.0" a="1.0"/>
<color r="0.427450980392" g="0.345098039216" b="0.0" a="1.0"/>
<color r="0.43137254902" g="0.349019607843" b="0.0" a="1.0"/>
<color r="0.439215686275" g="0.352941176471" b="0.0" a="1.0"/>
<color r="0.443137254902" g="0.356862745098" b="0.0" a="1.0"/>
<color r="0.447058823529" g="0.360784313725" b="0.0" a="1.0"/>
<color r="0.454901960784" g="0.364705882353" b="0.0" a="1.0"/>
<color r="0.458823529412" g="0.36862745098" b="0.0" a="1.0"/>
<color r="0.462745098039" g="0.372549019608" b="0.0" a="1.0"/>
<color r="0.466666666667" g="0.376470588235" b="0.0" a="1.0"/>
<color r="0.474509803922" g="0.380392156863" b="0.0" a="1.0"/>
<color r="0.478431372549" g="0.38431372549" b="0.0" a="1.0"/>
<color r="0.482352941176" g="0.388235294118" b="0.0" a="1.0"/>
<color r="0.486274509804" g="0.392156862745" b="0.0" a="1.0"/>
<color r="0.494117647059" g="0.396078431373" b="0.0" a="1.0"/>
<color r="0.498039215686" g="0.4" b="0.0" a="1.0"/>
<color r="0.501960784314" g="0.403921568627" b="0.0" a="1.0"/>
<color r="0.509803921569" g="0.407843137255" b="0.0" a="1.0"/>
<color r="0.513725490196" g="0.411764705882" b="0.0" a="1.0"/>
<color r="0.517647058824" g="0.41568627451" b="0.0" a="1.0"/>
<color r="0.521568627451" g="0.419607843137" b="0.0" a="1.0"/>
<color r="0.529411764706" g="0.423529411765" b="0.0" a="1.0"/>
<color r="0.533333333333" g="0.427450980392" b="0.0" a="1.0"/>
<color r="0.537254901961" g="0.43137254902" b="0.0" a="1.0"/>
<color r="0.541176470588" g="0.435294117647" b="0.0" a="1.0"/>
<color r="0.549019607843" g="0.439215686275" b="0.0" a="1.0"/>
<color r="0.552941176471" g="0.443137254902" b="0.0" a="1.0"/>
<color r="0.556862745098" g="0.447058823529" b="0.0" a="1.0"/>
<color r="0.564705882353" g="0.450980392157" b="0.0" a="1.0"/>
<color r="0.56862745098" g="0.454901960784" b="0.0" a="1.0"/>
<color r="0.572549019608" g="0.458823529412" b="0.0" a="1.0"/>
<color r="0.576470588235" g="0.462745098039" b="0.0" a="1.0"/>
<color r="0.58431372549" g="0.466666666667" b="0.0" a="1.0"/>
<color r="0.588235294118" g="0.470588235294" b="0.0" a="1.0"/>
<color r="0.592156862745" g="0.474509803922" b="0.0" a="1.0"/>
<color r="0.6" g="0.482352941176" b="0.0" a="1.0"/>
<color r="0.603921568627" g="0.486274509804" b="0.0" a="1.0"/>
<color r="0.607843137255" g="0.490196078431" b="0.0" a="1.0"/>
<color r="0.611764705882" g="0.494117647059" b="0.0" a="1.0"/>
<color r="0.619607843137" g="0.498039215686" b="0.0" a="1.0"/>
<color r="0.623529411765" g="0.501960784314" b="0.0" a="1.0"/>
<color r="0.627450980392" g="0.505882352941" b="0.0" a="1.0"/>
<color r="0.63137254902" g="0.509803921569" b="0.0" a="1.0"/>
<color r="0.639215686275" g="0.513725490196" b="0.0" a="1.0"/>
<color r="0.643137254902" g="0.517647058824" b="0.0" a="1.0"/>
<color r="0.647058823529" g="0.521568627451" b="0.0" a="1.0"/>
<color r="0.654901960784" g="0.525490196078" b="0.0" a="1.0"/>
<color r="0.658823529412" g="0.529411764706" b="0.0" a="1.0"/>
<color r="0.662745098039" g="0.533333333333" b="0.0" a="1.0"/>
<color r="0.666666666667" g="0.537254901961" b="0.0" a="1.0"/>
<color r="0.674509803922" g="0.541176470588" b="0.0" a="1.0"/>
<color r="0.678431372549" g="0.545098039216" b="0.0" a="1.0"/>
<color r="0.682352941176" g="0.549019607843" b="0.0" a="1.0"/>
<color r="0.686274509804" g="0.552941176471" b="0.0" a="1.0"/>
<color r="0.694117647059" g="0.556862745098" b="0.0" a="1.0"/>
<color r="0.698039215686" g="0.560784313725" b="0.0" a="1.0"/>
<color r="0.701960784314" g="0.564705882353" b="0.0" a="1.0"/>
<color r="0.709803921569" g="0.56862745098" b="0.0" a="1.0"/>
<color r="0.713725490196" g="0.572549019608" b="0.0" a="1.0"/>
<color r="0.717647058824" g="0.576470588235" b="0.0" a="1.0"/>
<color r="0.721568627451" g="0.580392156863" b="0.0" a="1.0"/>
<color r="0.729411764706" g="0.58431372549" b="0.0" a="1.0"/>
<color r="0.733333333333" g="0.588235294118" b="0.0" a="1.0"/>
<color r="0.737254901961" g="0.592156862745" b="0.0" a="1.0"/>
<color r="0.741176470588" g="0.596078431373" b="0.0" a="1.0"/>
<color r="0.749019607843" g="0.6" b="0.0" a="1.0"/>
<color r="0.752941176471" g="0.603921568627" b="0.0" a="1.0"/>
<color r="0.756862745098" g="0.607843137255" b="0.0" a="1.0"/>
<color r="0.764705882353" g="0.611764705882" b="0.0" a="1.0"/>
<color r="0.76862745098" g="0.61568627451" b="0.0" a="1.0"/>
<color r="0.772549019608" g="0.619607843137" b="0.0" a="1.0"/>
<color r="0.776470588235" g="0.623529411765" b="0.0" a="1.0"/>
<color r="0.78431372549" g="0.627450980392" b="0.0" a="1.0"/>
<color r="0.788235294118" g="0.63137254902" b="0.0" a="1.0"/>
<color r="0.792156862745" g="0.635294117647" b="0.0" a="1.0"/>
<color r="0.8" g="0.643137254902" b="0.0" a="1.0"/>
<color r="0.803921568627" g="0.647058823529" b="0.0" a="1.0"/>
<color r="0.807843137255" g="0.650980392157" b="0.0" a="1.0"/>
<color r="0.811764705882" g="0.654901960784" b="0.0" a="1.0"/>
<color r="0.819607843137" g="0.658823529412" b="0.0" a="1.0"/>
<color r="0.823529411765" g="0.662745098039" b="0.0" a="1.0"/>
<color r="0.827450980392" g="0.666666666667" b="0.0" a="1.0"/>
<color r="0.83137254902" g="0.670588235294" b="0.0" a="1.0"/>
<color r="0.839215686275" g="0.674509803922" b="0.0" a="1.0"/>
<color r="0.843137254902" g="0.678431372549" b="0.0" a="1.0"/>
<color r="0.847058823529" g="0.682352941176" b="0.0" a="1.0"/>
<color r="0.854901960784" g="0.686274509804" b="0.0" a="1.0"/>
<color r="0.858823529412" g="0.690196078431" b="0.0" a="1.0"/>
<color r="0.862745098039" g="0.694117647059" b="0.0" a="1.0"/>
<color r="0.866666666667" g="0.698039215686" b="0.0" a="1.0"/>
<color r="0.874509803922" g="0.701960784314" b="0.0" a="1.0"/>
<color r="0.878431372549" g="0.705882352941" b="0.0" a="1.0"/>
<color r="0.882352941176" g="0.709803921569" b="0.0" a="1.0"/>
<color r="0.886274509804" g="0.713725490196" b="0.0" a="1.0"/>
<color r="0.894117647059" g="0.717647058824" b="0.0" a="1.0"/>
<color r="0.898039215686" g="0.721568627451" b="0.0" a="1.0"/>
<color r="0.901960784314" g="0.725490196078" b="0.0" a="1.0"/>
<color r="0.909803921569" g="0.729411764706" b="0.0" a="1.0"/>
<color r="0.913725490196" g="0.733333333333" b="0.0" a="1.0"/>
<color r="0.917647058824" g="0.737254901961" b="0.0" a="1.0"/>
<color r="0.921568627451" g="0.741176470588" b="0.0" a="1.0"/>
<color r="0.929411764706" g="0.745098039216" b="0.0" a="1.0"/>
<color r="0.933333333333" g="0.749019607843" b="0.0" a="1.0"/>
<color r="0.937254901961" g="0.752941176471" b="0.0" a="1.0"/>
<color r="0.941176470588" g="0.756862745098" b="0.0" a="1.0"/>
<color r="0.949019607843" g="0.760784313725" b="0.0" a="1.0"/>
<color r="0.952941176471" g="0.764705882353" b="0.0" a="1.0"/>
<color r="0.956862745098" g="0.76862745098" b="0.0" a="1.0"/>
<color r="0.964705882353" g="0.772549019608" b="0.0" a="1.0"/>
<color r="0.96862745098" g="0.776470588235" b="0.0" a="1.0"/>
<color r="0.972549019608" g="0.780392156863" b="0.0" a="1.0"/>
<color r="0.976470588235" g="0.78431372549" b="0.0" a="1.0"/>
<color r="0.98431372549" g="0.788235294118" b="0.0" a="1.0"/>
<color r="0.988235294118" g="0.792156862745" b="0.0" a="1.0"/>
<color r="0.992156862745" g="0.796078431373" b="0.0" a="1.0"/>
<color r="1.0" g="0.803921568627" b="0.0" a="1.0"/>
<color r="1.0" g="0.807843137255" b="0.0274509803922" a="1.0"/>
<color r="1.0" g="0.807843137255" b="0.0274509803922" a="1.0"/>
<color r="1.0" g="0.811764705882" b="0.0588235294118" a="1.0"/>
<color r="1.0" g="0.819607843137" b="0.0862745098039" a="1.0"/>
<color r="1.0" g="0.819607843137" b="0.0862745098039" a="1.0"/>
<color r="1.0" g="0.823529411765" b="0.117647058824" a="1.0"/>
<color r="1.0" g="0.823529411765" b="0.117647058824" a="1.0"/>
<color r="1.0" g="0.83137254902" b="0.145098039216" a="1.0"/>
<color r="1.0" g="0.835294117647" b="0.176470588235" a="1.0"/>
<color r="1.0" g="0.835294117647" b="0.176470588235" a="1.0"/>
<color r="1.0" g="0.843137254902" b="0.203921568627" a="1.0"/>
<color r="1.0" g="0.847058823529" b="0.235294117647" a="1.0"/>
<color r="1.0" g="0.847058823529" b="0.235294117647" a="1.0"/>
<color r="1.0" g="0.854901960784" b="0.262745098039" a="1.0"/>
<color r="1.0" g="0.858823529412" b="0.294117647059" a="1.0"/>
<color r="1.0" g="0.858823529412" b="0.294117647059" a="1.0"/>
<color r="1.0" g="0.866666666667" b="0.321568627451" a="1.0"/>
<color r="1.0" g="0.866666666667" b="0.321568627451" a="1.0"/>
<color r="1.0" g="0.870588235294" b="0.352941176471" a="1.0"/>
<color r="1.0" g="0.878431372549" b="0.380392156863" a="1.0"/>
<color r="1.0" g="0.878431372549" b="0.380392156863" a="1.0"/>
<color r="1.0" g="0.882352941176" b="0.411764705882" a="1.0"/>
<color r="1.0" g="0.890196078431" b="0.439215686275" a="1.0"/>
<color r="1.0" g="0.890196078431" b="0.439215686275" a="1.0"/>
<color r="1.0" g="0.894117647059" b="0.470588235294" a="1.0"/>
<color r="1.0" g="0.901960784314" b="0.498039215686" a="1.0"/>
<color r="1.0" g="0.901960784314" b="0.498039215686" a="1.0"/>
<color r="1.0" g="0.905882352941" b="0.529411764706" a="1.0"/>
<color r="1.0" g="0.905882352941" b="0.529411764706" a="1.0"/>
<color r="1.0" g="0.909803921569" b="0.556862745098" a="1.0"/>
<color r="1.0" g="0.917647058824" b="0.588235294118" a="1.0"/>
<color r="1.0" g="0.917647058824" b="0.588235294118" a="1.0"/>
<color r="1.0" g="0.921568627451" b="0.61568627451" a="1.0"/>
<color r="1.0" g="0.929411764706" b="0.647058823529" a="1.0"/>
<color r="1.0" g="0.929411764706" b="0.647058823529" a="1.0"/>
<color r="1.0" g="0.933333333333" b="0.674509803922" a="1.0"/>
<color r="1.0" g="0.941176470588" b="0.705882352941" a="1.0"/>
<color r="1.0" g="0.941176470588" b="0.705882352941" a="1.0"/>
<color r="1.0" g="0.945098039216" b="0.733333333333" a="1.0"/>
<color r="1.0" g="0.945098039216" b="0.733333333333" a="1.0"/>
<color r="1.0" g="0.952941176471" b="0.764705882353" a="1.0"/>
<color r="1.0" g="0.956862745098" b="0.792156862745" a="1.0"/>
<color r="1.0" g="0.956862745098" b="0.792156862745" a="1.0"/>
<color r="1.0" g="0.964705882353" b="0.823529411765" a="1.0"/>
<color r="1.0" g="0.96862745098" b="0.850980392157" a="1.0"/>
<color r="1.0" g="0.96862745098" b="0.850980392157" a="1.0"/>
<color r="1.0" g="0.976470588235" b="0.882352941176" a="1.0"/>
<color r="1.0" g="0.980392156863" b="0.909803921569" a="1.0"/>
<color r="1.0" g="0.980392156863" b="0.909803921569" a="1.0"/>
<color r="1.0" g="0.988235294118" b="0.941176470588" a="1.0"/>
<color r="1.0" g="0.988235294118" b="0.941176470588" a="1.0"/>
<color r="1.0" g="0.992156862745" b="0.96862745098" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392156862745" g="0.0" b="0.0" a="1.0"/>
<color r="0.0156862745098" g="0.0" b="0.0" a="1.0"/>
<color r="0.0196078431373" g="0.0" b="0.0" a="1.0"/>
<color r="0.0274509803922" g="0.0" b="0.0" a="1.0"/>
<color r="0.0313725490196" g="0.0" b="0.0" a="1.0"/>
<color r="0.0313725490196" g="0.0" b="0.0" a="1.0"/>
<color r="0.043137254902" g="0.0" b="0.0" a="1.0"/>
<color r="0.0509803921569" g="0.0" b="0.0" a="1.0"/>
<color r="0.0588235294118" g="0.0" b="0.0" a="1.0"/>
<color r="0.0666666666667" g="0.0" b="0.0" a="1.0"/>
<color r="0.078431372549" g="0.0" b="0.0" a="1.0"/>
<color r="0.0823529411765" g="0.0" b="0.0" a="1.0"/>
<color r="0.0901960784314" g="0.0" b="0.0" a="1.0"/>
<color r="0.0941176470588" g="0.0" b="0.0" a="1.0"/>
<color r="0.105882352941" g="0.0" b="0.0" a="1.0"/>
<color r="0.105882352941" g="0.0" b="0.0" a="1.0"/>
<color r="0.117647058824" g="0.0" b="0.0" a="1.0"/>
<color r="0.121568627451" g="0.0" b="0.0" a="1.0"/>
<color r="0.129411764706" g="0.0" b="0.0" a="1.0"/>
<color r="0.141176470588" g="0.0" b="0.0" a="1.0"/>
<color r="0.145098039216" g="0.0" b="0.0" a="1.0"/>
<color r="0.152941176471" g="0.0" b="0.0" a="1.0"/>
<color r="0.156862745098" g="0.0" b="0.0" a="1.0"/>
<color r="0.172549019608" g="0.0" b="0.0" a="1.0"/>
<color r="0.180392156863" g="0.0" b="0.0" a="1.0"/>
<color r="0.180392156863" g="0.0" b="0.0" a="1.0"/>
<color r="0.18431372549" g="0.0" b="0.0" a="1.0"/>
<color r="0.192156862745" g="0.0" b="0.0" a="1.0"/>
<color r="0.203921568627" g="0.0" b="0.0" a="1.0"/>
<color r="0.207843137255" g="0.0" b="0.0" a="1.0"/>
<color r="0.21568627451" g="0.0" b="0.0" a="1.0"/>
<color r="0.219607843137" g="0.0" b="0.0" a="1.0"/>
<color r="0.235294117647" g="0.0" b="0.0" a="1.0"/>
<color r="0.243137254902" g="0.0" b="0.0" a="1.0"/>
<color r="0.247058823529" g="0.0" b="0.0" a="1.0"/>
<color r="0.254901960784" g="0.0" b="0.0" a="1.0"/>
<color r="0.254901960784" g="0.0" b="0.0" a="1.0"/>
<color r="0.266666666667" g="0.0" b="0.0" a="1.0"/>
<color r="0.270588235294" g="0.0" b="0.0" a="1.0"/>
<color r="0.274509803922" g="0.0" b="0.0" a="1.0"/>
<color r="0.286274509804" g="0.0" b="0.0" a="1.0"/>
<color r="0.298039215686" g="0.0" b="0.0" a="1.0"/>
<color r="0.305882352941" g="0.0" b="0.0" a="1.0"/>
<color r="0.309803921569" g="0.0" b="0.0" a="1.0"/>
<color r="0.317647058824" g="0.0" b="0.0" a="1.0"/>
<color r="0.329411764706" g="0.0" b="0.0" a="1.0"/>
<color r="0.329411764706" g="0.0" b="0.0" a="1.0"/>
<color r="0.333333333333" g="0.0" b="0.0" a="1.0"/>
<color r="0.337254901961" g="0.0" b="0.0" a="1.0"/>
<color r="0.349019607843" g="0.0" b="0.0" a="1.0"/>
<color r="0.360784313725" g="0.0" b="0.0" a="1.0"/>
<color r="0.36862745098" g="0.0" b="0.0" a="1.0"/>
<color r="0.372549019608" g="0.0" b="0.0" a="1.0"/>
<color r="0.380392156863" g="0.0" b="0.0" a="1.0"/>
<color r="0.388235294118" g="0.0" b="0.0" a="1.0"/>
<color r="0.396078431373" g="0.0" b="0.0" a="1.0"/>
<color r="0.396078431373" g="0.0" b="0.0" a="1.0"/>
<color r="0.407843137255" g="0.0" b="0.0" a="1.0"/>
<color r="0.411764705882" g="0.0" b="0.0" a="1.0"/>
<color r="0.423529411765" g="0.0" b="0.0" a="1.0"/>
<color r="0.43137254902" g="0.0" b="0.0" a="1.0"/>
<color r="0.435294117647" g="0.0" b="0.0" a="1.0"/>
<color r="0.443137254902" g="0.0" b="0.0" a="1.0"/>
<color r="0.450980392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.462745098039" g="0.0" b="0.0" a="1.0"/>
<color r="0.470588235294" g="0.0" b="0.0" a="1.0"/>
<color r="0.470588235294" g="0.0" b="0.0" a="1.0"/>
<color r="0.474509803922" g="0.0" b="0.0" a="1.0"/>
<color r="0.486274509804" g="0.0" b="0.0" a="1.0"/>
<color r="0.494117647059" g="0.0" b="0.0" a="1.0"/>
<color r="0.498039215686" g="0.0" b="0.0" a="1.0"/>
<color r="0.501960784314" g="0.0" b="0.0" a="1.0"/>
<color r="0.521568627451" g="0.0" b="0.0" a="1.0"/>
<color r="0.525490196078" g="0.0" b="0.0" a="1.0"/>
<color r="0.533333333333" g="0.0" b="0.0" a="1.0"/>
<color r="0.537254901961" g="0.0" b="0.0" a="1.0"/>
<color r="0.549019607843" g="0.0" b="0.0" a="1.0"/>
<color r="0.549019607843" g="0.0" b="0.0" a="1.0"/>
<color r="0.552941176471" g="0.0" b="0.0" a="1.0"/>
<color r="0.560784313725" g="0.0" b="0.0" a="1.0"/>
<color r="0.564705882353" g="0.0" b="0.0" a="1.0"/>
<color r="0.58431372549" g="0.0" b="0.0" a="1.0"/>
<color r="0.588235294118" g="0.0" b="0.0" a="1.0"/>
<color r="0.596078431373" g="0.0" b="0.0" a="1.0"/>
<color r="0.6" g="0.0" b="0.0" a="1.0"/>
<color r="0.611764705882" g="0.0" b="0.0" a="1.0"/>
<color r="0.61568627451" g="0.0" b="0.0" a="1.0"/>
<color r="0.61568627451" g="0.0" b="0.0" a="1.0"/>
<color r="0.623529411765" g="0.0" b="0.0" a="1.0"/>
<color r="0.627450980392" g="0.0" b="0.0" a="1.0"/>
<color r="0.647058823529" g="0.0" b="0.0" a="1.0"/>
<color r="0.650980392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.658823529412" g="0.0" b="0.0" a="1.0"/>
<color r="0.662745098039" g="0.0" b="0.0" a="1.0"/>
<color r="0.674509803922" g="0.0" b="0.0" a="1.0"/>
<color r="0.678431372549" g="0.0" b="0.0" a="1.0"/>
<color r="0.686274509804" g="0.00392156862745" b="0.0" a="1.0"/>
<color r="0.686274509804" g="0.00392156862745" b="0.0" a="1.0"/>
<color r="0.698039215686" g="0.0196078431373" b="0.0" a="1.0"/>
<color r="0.709803921569" g="0.0352941176471" b="0.0" a="1.0"/>
<color r="0.713725490196" g="0.043137254902" b="0.0" a="1.0"/>
<color r="0.721568627451" g="0.0509803921569" b="0.0" a="1.0"/>
<color r="0.725490196078" g="0.0588235294118" b="0.0" a="1.0"/>
<color r="0.737254901961" g="0.0705882352941" b="0.0" a="1.0"/>
<color r="0.741176470588" g="0.078431372549" b="0.0" a="1.0"/>
<color r="0.752941176471" g="0.0941176470588" b="0.0" a="1.0"/>
<color r="0.760784313725" g="0.101960784314" b="0.0" a="1.0"/>
<color r="0.760784313725" g="0.101960784314" b="0.0" a="1.0"/>
<color r="0.772549019608" g="0.117647058824" b="0.0" a="1.0"/>
<color r="0.776470588235" g="0.125490196078" b="0.0" a="1.0"/>
<color r="0.780392156863" g="0.133333333333" b="0.0" a="1.0"/>
<color r="0.788235294118" g="0.137254901961" b="0.0" a="1.0"/>
<color r="0.8" g="0.152941176471" b="0.0" a="1.0"/>
<color r="0.811764705882" g="0.16862745098" b="0.0" a="1.0"/>
<color r="0.81568627451" g="0.176470588235" b="0.0" a="1.0"/>
<color r="0.823529411765" g="0.18431372549" b="0.0" a="1.0"/>
<color r="0.83137254902" g="0.2" b="0.0" a="1.0"/>
<color r="0.83137254902" g="0.2" b="0.0" a="1.0"/>
<color r="0.839215686275" g="0.203921568627" b="0.0" a="1.0"/>
<color r="0.843137254902" g="0.211764705882" b="0.0" a="1.0"/>
<color r="0.850980392157" g="0.219607843137" b="0.0" a="1.0"/>
<color r="0.866666666667" g="0.243137254902" b="0.0" a="1.0"/>
<color r="0.874509803922" g="0.250980392157" b="0.0" a="1.0"/>
<color r="0.878431372549" g="0.258823529412" b="0.0" a="1.0"/>
<color r="0.886274509804" g="0.266666666667" b="0.0" a="1.0"/>
<color r="0.894117647059" g="0.278431372549" b="0.0" a="1.0"/>
<color r="0.901960784314" g="0.286274509804" b="0.0" a="1.0"/>
<color r="0.905882352941" g="0.294117647059" b="0.0" a="1.0"/>
<color r="0.905882352941" g="0.294117647059" b="0.0" a="1.0"/>
<color r="0.913725490196" g="0.301960784314" b="0.0" a="1.0"/>
<color r="0.929411764706" g="0.325490196078" b="0.0" a="1.0"/>
<color r="0.937254901961" g="0.333333333333" b="0.0" a="1.0"/>
<color r="0.941176470588" g="0.337254901961" b="0.0" a="1.0"/>
<color r="0.945098039216" g="0.345098039216" b="0.0" a="1.0"/>
<color r="0.956862745098" g="0.360784313725" b="0.0" a="1.0"/>
<color r="0.964705882353" g="0.36862745098" b="0.0" a="1.0"/>
<color r="0.96862745098" g="0.376470588235" b="0.0" a="1.0"/>
<color r="0.976470588235" g="0.38431372549" b="0.0" a="1.0"/>
<color r="0.976470588235" g="0.38431372549" b="0.0" a="1.0"/>
<color r="0.992156862745" g="0.403921568627" b="0.0" a="1.0"/>
<color r="1.0" g="0.411764705882" b="0.0" a="1.0"/>
<color r="1.0" g="0.419607843137" b="0.0" a="1.0"/>
<color r="1.0" g="0.427450980392" b="0.0" a="1.0"/>
<color r="1.0" g="0.443137254902" b="0.0" a="1.0"/>
<color r="1.0" g="0.450980392157" b="0.0" a="1.0"/>
<color r="1.0" g="0.458823529412" b="0.0" a="1.0"/>
<color r="1.0" g="0.470588235294" b="0.0" a="1.0"/>
<color r="1.0" g="0.486274509804" b="0.0" a="1.0"/>
<color r="1.0" g="0.486274509804" b="0.0" a="1.0"/>
<color r="1.0" g="0.494117647059" b="0.0" a="1.0"/>
<color r="1.0" g="0.501960784314" b="0.0" a="1.0"/>
<color r="1.0" g="0.509803921569" b="0.0" a="1.0"/>
<color r="1.0" g="0.525490196078" b="0.0117647058824" a="1.0"/>
<color r="1.0" g="0.533333333333" b="0.0274509803922" a="1.0"/>
<color r="1.0" g="0.545098039216" b="0.0588235294118" a="1.0"/>
<color r="1.0" g="0.552941176471" b="0.0745098039216" a="1.0"/>
<color r="1.0" g="0.56862745098" b="0.105882352941" a="1.0"/>
<color r="1.0" g="0.576470588235" b="0.121568627451" a="1.0"/>
<color r="1.0" g="0.576470588235" b="0.121568627451" a="1.0"/>
<color r="1.0" g="0.58431372549" b="0.137254901961" a="1.0"/>
<color r="1.0" g="0.592156862745" b="0.152941176471" a="1.0"/>
<color r="1.0" g="0.603921568627" b="0.18431372549" a="1.0"/>
<color r="1.0" g="0.619607843137" b="0.211764705882" a="1.0"/>
<color r="1.0" g="0.627450980392" b="0.227450980392" a="1.0"/>
<color r="1.0" g="0.635294117647" b="0.243137254902" a="1.0"/>
<color r="1.0" g="0.650980392157" b="0.274509803922" a="1.0"/>
<color r="1.0" g="0.658823529412" b="0.290196078431" a="1.0"/>
<color r="1.0" g="0.666666666667" b="0.305882352941" a="1.0"/>
<color r="1.0" g="0.670588235294" b="0.321568627451" a="1.0"/>
<color r="1.0" g="0.670588235294" b="0.321568627451" a="1.0"/>
<color r="1.0" g="0.686274509804" b="0.352941176471" a="1.0"/>
<color r="1.0" g="0.701960784314" b="0.38431372549" a="1.0"/>
<color r="1.0" g="0.709803921569" b="0.4" a="1.0"/>
<color r="1.0" g="0.717647058824" b="0.411764705882" a="1.0"/>
<color r="1.0" g="0.733333333333" b="0.443137254902" a="1.0"/>
<color r="1.0" g="0.737254901961" b="0.458823529412" a="1.0"/>
<color r="1.0" g="0.745098039216" b="0.474509803922" a="1.0"/>
<color r="1.0" g="0.752941176471" b="0.490196078431" a="1.0"/>
<color r="1.0" g="0.776470588235" b="0.537254901961" a="1.0"/>
<color r="1.0" g="0.776470588235" b="0.537254901961" a="1.0"/>
<color r="1.0" g="0.78431372549" b="0.552941176471" a="1.0"/>
<color r="1.0" g="0.792156862745" b="0.56862745098" a="1.0"/>
<color r="1.0" g="0.8" b="0.58431372549" a="1.0"/>
<color r="1.0" g="0.811764705882" b="0.611764705882" a="1.0"/>
<color r="1.0" g="0.819607843137" b="0.627450980392" a="1.0"/>
<color r="1.0" g="0.827450980392" b="0.643137254902" a="1.0"/>
<color r="1.0" g="0.835294117647" b="0.658823529412" a="1.0"/>
<color r="1.0" g="0.858823529412" b="0.705882352941" a="1.0"/>
<color r="1.0" g="0.866666666667" b="0.721568627451" a="1.0"/>
<color r="1.0" g="0.866666666667" b="0.721568627451" a="1.0"/>
<color r="1.0" g="0.870588235294" b="0.737254901961" a="1.0"/>
<color r="1.0" g="0.878431372549" b="0.752941176471" a="1.0"/>
<color r="1.0" g="0.894117647059" b="0.78431372549" a="1.0"/>
<color r="1.0" g="0.901960784314" b="0.8" a="1.0"/>
<color r="1.0" g="0.909803921569" b="0.811764705882" a="1.0"/>
<color r="1.0" g="0.925490196078" b="0.843137254902" a="1.0"/>
<color r="1.0" g="0.937254901961" b="0.874509803922" a="1.0"/>
<color r="1.0" g="0.945098039216" b="0.890196078431" a="1.0"/>
<color r="1.0" g="0.952941176471" b="0.905882352941" a="1.0"/>
<color r="1.0" g="0.952941176471" b="0.905882352941" a="1.0"/>
<color r="1.0" g="0.960784313725" b="0.921568627451" a="1.0"/>
<color r="1.0" g="0.976470588235" b="0.952941176471" a="1.0"/>
<color r="1.0" g="0.98431372549" b="0.96862745098" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<colorMap xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.0" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.00392157" g="0.0" b="0.0" a="1.0"/>
<color r="0.00784314" g="0.0" b="0.0" a="1.0"/>
<color r="0.00784314" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0117647" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0117647" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0156863" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0156863" g="0.00392157" b="0.0" a="1.0"/>
<color r="0.0196078" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.0196078" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.0235294" g="0.00784314" b="0.0" a="1.0"/>
<color r="0.027451" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.0313725" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.0352941" g="0.0117647" b="0.0" a="1.0"/>
<color r="0.0392157" g="0.0156863" b="0.0" a="1.0"/>
<color r="0.0431373" g="0.0156863" b="0.0" a="1.0"/>
<color r="0.0470588" g="0.0156863" b="0.0" a="1.0"/>
<color r="0.0509804" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.054902" g="0.0196078" b="0.0" a="1.0"/>
<color r="0.0588235" g="0.0235294" b="0.0" a="1.0"/>
<color r="0.0627451" g="0.0235294" b="0.0" a="1.0"/>
<color r="0.0666667" g="0.0235294" b="0.0" a="1.0"/>
<color r="0.0705882" g="0.027451" b="0.0" a="1.0"/>
<color r="0.0745098" g="0.027451" b="0.0" a="1.0"/>
<color r="0.0823529" g="0.0313725" b="0.0" a="1.0"/>
<color r="0.0862745" g="0.0352941" b="0.0" a="1.0"/>
<color r="0.0901961" g="0.0352941" b="0.0" a="1.0"/>
<color r="0.0980392" g="0.0392157" b="0.0" a="1.0"/>
<color r="0.105882" g="0.0431373" b="0.0" a="1.0"/>
<color r="0.109804" g="0.0431373" b="0.0" a="1.0"/>
<color r="0.113725" g="0.0470588" b="0.0" a="1.0"/>
<color r="0.121569" g="0.0470588" b="0.0" a="1.0"/>
<color r="0.129412" g="0.0509804" b="0.0" a="1.0"/>
<color r="0.133333" g="0.054902" b="0.0" a="1.0"/>
<color r="0.141176" g="0.054902" b="0.0" a="1.0"/>
<color r="0.145098" g="0.0588235" b="0.0" a="1.0"/>
<color r="0.152941" g="0.0627451" b="0.0" a="1.0"/>
<color r="0.156863" g="0.0666667" b="0.0" a="1.0"/>
<color r="0.168627" g="0.0666667" b="0.0" a="1.0"/>
<color r="0.172549" g="0.0705882" b="0.0" a="1.0"/>
<color r="0.180392" g="0.0745098" b="0.0" a="1.0"/>
<color r="0.188235" g="0.0745098" b="0.0" a="1.0"/>
<color r="0.196078" g="0.0784314" b="0.0" a="1.0"/>
<color r="0.2" g="0.0823529" b="0.0" a="1.0"/>
<color r="0.207843" g="0.0862745" b="0.0" a="1.0"/>
<color r="0.215686" g="0.0901961" b="0.0" a="1.0"/>
<color r="0.223529" g="0.0901961" b="0.0" a="1.0"/>
<color r="0.231373" g="0.0980392" b="0.0" a="1.0"/>
<color r="0.243137" g="0.0980392" b="0.0" a="1.0"/>
<color r="0.25098" g="0.101961" b="0.0" a="1.0"/>
<color r="0.258824" g="0.105882" b="0.0" a="1.0"/>
<color r="0.266667" g="0.109804" b="0.0" a="1.0"/>
<color r="0.27451" g="0.113725" b="0.0" a="1.0"/>
<color r="0.282353" g="0.117647" b="0.0" a="1.0"/>
<color r="0.290196" g="0.121569" b="0.0" a="1.0"/>
<color r="0.298039" g="0.12549" b="0.0" a="1.0"/>
<color r="0.309804" g="0.129412" b="0.0" a="1.0"/>
<color r="0.313725" g="0.129412" b="0.0" a="1.0"/>
<color r="0.321569" g="0.137255" b="0.0" a="1.0"/>
<color r="0.329412" g="0.141176" b="0.0" a="1.0"/>
<color r="0.341176" g="0.141176" b="0.0" a="1.0"/>
<color r="0.34902" g="0.14902" b="0.0" a="1.0"/>
<color r="0.356863" g="0.152941" b="0.0" a="1.0"/>
<color r="0.368627" g="0.156863" b="0.0" a="1.0"/>
<color r="0.376471" g="0.160784" b="0.0" a="1.0"/>
<color r="0.388235" g="0.164706" b="0.0" a="1.0"/>
<color r="0.392157" g="0.168627" b="0.0" a="1.0"/>
<color r="0.4" g="0.172549" b="0.0" a="1.0"/>
<color r="0.411765" g="0.176471" b="0.0" a="1.0"/>
<color r="0.423529" g="0.180392" b="0.0" a="1.0"/>
<color r="0.431373" g="0.184314" b="0.0" a="1.0"/>
<color r="0.439216" g="0.192157" b="0.0" a="1.0"/>
<color r="0.447059" g="0.196078" b="0.0" a="1.0"/>
<color r="0.458824" g="0.196078" b="0.0" a="1.0"/>
<color r="0.470588" g="0.2" b="0.0" a="1.0"/>
<color r="0.47451" g="0.207843" b="0.0" a="1.0"/>
<color r="0.486275" g="0.211765" b="0.0" a="1.0"/>
<color r="0.498039" g="0.215686" b="0.0" a="1.0"/>
<color r="0.501961" g="0.219608" b="0.0" a="1.0"/>
<color r="0.513725" g="0.227451" b="0.0" a="1.0"/>
<color r="0.52549" g="0.231373" b="0.0" a="1.0"/>
<color r="0.529412" g="0.235294" b="0.0" a="1.0"/>
<color r="0.541176" g="0.239216" b="0.0" a="1.0"/>
<color r="0.552941" g="0.247059" b="0.0" a="1.0"/>
<color r="0.560784" g="0.25098" b="0.0" a="1.0"/>
<color r="0.572549" g="0.254902" b="0.0" a="1.0"/>
<color r="0.576471" g="0.258824" b="0.0" a="1.0"/>
<color r="0.588235" g="0.262745" b="0.0" a="1.0"/>
<color r="0.596078" g="0.270588" b="0.0" a="1.0"/>
<color r="0.607843" g="0.27451" b="0.0" a="1.0"/>
<color r="0.611765" g="0.278431" b="0.0" a="1.0"/>
<color r="0.627451" g="0.282353" b="0.0" a="1.0"/>
<color r="0.631373" g="0.286275" b="0.0" a="1.0"/>
<color r="0.643137" g="0.290196" b="0.0" a="1.0"/>
<color r="0.65098" g="0.298039" b="0.0" a="1.0"/>
<color r="0.662745" g="0.301961" b="0.0" a="1.0"/>
<color r="0.670588" g="0.309804" b="0.0" a="1.0"/>
<color r="0.67451" g="0.313725" b="0.0" a="1.0"/>
<color r="0.690196" g="0.317647" b="0.0" a="1.0"/>
<color r="0.694118" g="0.321569" b="0.0" a="1.0"/>
<color r="0.701961" g="0.32549" b="0.0" a="1.0"/>
<color r="0.713725" g="0.329412" b="0.0" a="1.0"/>
<color r="0.721569" g="0.341176" b="0.0" a="1.0"/>
<color r="0.729412" g="0.345098" b="0.0" a="1.0"/>
<color r="0.741176" g="0.34902" b="0.0" a="1.0"/>
<color r="0.74902" g="0.352941" b="0.0" a="1.0"/>
<color r="0.756863" g="0.356863" b="0.0" a="1.0"/>
<color r="0.764706" g="0.364706" b="0.0" a="1.0"/>
<color r="0.768627" g="0.368627" b="0.0" a="1.0"/>
<color r="0.784314" g="0.372549" b="0.0" a="1.0"/>
<color r="0.792157" g="0.376471" b="0.0" a="1.0"/>
<color r="0.796078" g="0.380392" b="0.0" a="1.0"/>
<color r="0.803922" g="0.388235" b="0.0" a="1.0"/>
<color r="0.811765" g="0.392157" b="0.0" a="1.0"/>
<color r="0.819608" g="0.396078" b="0.0" a="1.0"/>
<color r="0.827451" g="0.4" b="0.0" a="1.0"/>
<color r="0.831373" g="0.407843" b="0.0" a="1.0"/>
<color r="0.839216" g="0.411765" b="0.0" a="1.0"/>
<color r="0.847059" g="0.415686" b="0.0" a="1.0"/>
<color r="0.854902" g="0.423529" b="0.0" a="1.0"/>
<color r="0.862745" g="0.427451" b="0.0" a="1.0"/>
<color r="0.870588" g="0.431373" b="0.0" a="1.0"/>
<color r="0.878431" g="0.439216" b="0.0" a="1.0"/>
<color r="0.882353" g="0.443137" b="0.0" a="1.0"/>
<color r="0.890196" g="0.447059" b="0.0" a="1.0"/>
<color r="0.898039" g="0.454902" b="0.0" a="1.0"/>
<color r="0.905882" g="0.458824" b="0.0" a="1.0"/>
<color r="0.913725" g="0.462745" b="0.0" a="1.0"/>
<color r="0.921569" g="0.470588" b="0.0" a="1.0"/>
<color r="0.929412" g="0.47451" b="0.0" a="1.0"/>
<color r="0.937255" g="0.478431" b="0.0" a="1.0"/>
<color r="0.937255" g="0.486275" b="0.0" a="1.0"/>
<color r="0.945098" g="0.490196" b="0.0" a="1.0"/>
<color r="0.952941" g="0.498039" b="0.0" a="1.0"/>
<color r="0.960784" g="0.501961" b="0.0" a="1.0"/>
<color r="0.968627" g="0.505882" b="0.0" a="1.0"/>
<color r="0.968627" g="0.513725" b="0.0" a="1.0"/>
<color r="0.976471" g="0.517647" b="0.0" a="1.0"/>
<color r="0.984314" g="0.517647" b="0.0" a="1.0"/>
<color r="0.984314" g="0.52549" b="0.0" a="1.0"/>
<color r="0.992157" g="0.529412" b="0.0" a="1.0"/>
<color r="1.0" g="0.537255" b="0.0" a="1.0"/>
<color r="1.0" g="0.541176" b="0.0" a="1.0"/>
<color r="1.0" g="0.54902" b="0.0" a="1.0"/>
<color r="1.0" g="0.552941" b="0.0" a="1.0"/>
<color r="1.0" g="0.560784" b="0.0" a="1.0"/>
<color r="1.0" g="0.560784" b="0.0" a="1.0"/>
<color r="1.0" g="0.564706" b="0.0" a="1.0"/>
<color r="1.0" g="0.572549" b="0.0" a="1.0"/>
<color r="1.0" g="0.576471" b="0.00392157" a="1.0"/>
<color r="1.0" g="0.584314" b="0.00392157" a="1.0"/>
<color r="1.0" g="0.588235" b="0.00392157" a="1.0"/>
<color r="1.0" g="0.588235" b="0.00392157" a="1.0"/>
<color r="1.0" g="0.596078" b="0.00784314" a="1.0"/>
<color r="1.0" g="0.6" b="0.00784314" a="1.0"/>
<color r="1.0" g="0.607843" b="0.00784314" a="1.0"/>
<color r="1.0" g="0.611765" b="0.0117647" a="1.0"/>
<color r="1.0" g="0.611765" b="0.0117647" a="1.0"/>
<color r="1.0" g="0.619608" b="0.0156863" a="1.0"/>
<color r="1.0" g="0.627451" b="0.0156863" a="1.0"/>
<color r="1.0" g="0.631373" b="0.0196078" a="1.0"/>
<color r="1.0" g="0.631373" b="0.0196078" a="1.0"/>
<color r="1.0" g="0.639216" b="0.0235294" a="1.0"/>
<color r="1.0" g="0.643137" b="0.0235294" a="1.0"/>
<color r="1.0" g="0.65098" b="0.027451" a="1.0"/>
<color r="1.0" g="0.65098" b="0.027451" a="1.0"/>
<color r="1.0" g="0.658824" b="0.0313725" a="1.0"/>
<color r="1.0" g="0.662745" b="0.0352941" a="1.0"/>
<color r="1.0" g="0.670588" b="0.0392157" a="1.0"/>
<color r="1.0" g="0.670588" b="0.0431373" a="1.0"/>
<color r="1.0" g="0.67451" b="0.0470588" a="1.0"/>
<color r="1.0" g="0.682353" b="0.0509804" a="1.0"/>
<color r="1.0" g="0.682353" b="0.054902" a="1.0"/>
<color r="1.0" g="0.690196" b="0.0588235" a="1.0"/>
<color r="1.0" g="0.694118" b="0.0627451" a="1.0"/>
<color r="1.0" g="0.701961" b="0.0666667" a="1.0"/>
<color r="1.0" g="0.701961" b="0.0705882" a="1.0"/>
<color r="1.0" g="0.709804" b="0.0745098" a="1.0"/>
<color r="1.0" g="0.713725" b="0.0784314" a="1.0"/>
<color r="1.0" g="0.713725" b="0.0862745" a="1.0"/>
<color r="1.0" g="0.721569" b="0.0901961" a="1.0"/>
<color r="1.0" g="0.729412" b="0.0980392" a="1.0"/>
<color r="1.0" g="0.729412" b="0.101961" a="1.0"/>
<color r="1.0" g="0.737255" b="0.105882" a="1.0"/>
<color r="1.0" g="0.741176" b="0.113725" a="1.0"/>
<color r="1.0" g="0.741176" b="0.121569" a="1.0"/>
<color r="1.0" g="0.74902" b="0.12549" a="1.0"/>
<color r="1.0" g="0.74902" b="0.129412" a="1.0"/>
<color r="1.0" g="0.756863" b="0.141176" a="1.0"/>
<color r="1.0" g="0.764706" b="0.145098" a="1.0"/>
<color r="1.0" g="0.764706" b="0.156863" a="1.0"/>
<color r="1.0" g="0.768627" b="0.160784" a="1.0"/>
<color r="1.0" g="0.776471" b="0.168627" a="1.0"/>
<color r="1.0" g="0.776471" b="0.176471" a="1.0"/>
<color r="1.0" g="0.784314" b="0.184314" a="1.0"/>
<color r="1.0" g="0.784314" b="0.196078" a="1.0"/>
<color r="1.0" g="0.792157" b="0.2" a="1.0"/>
<color r="1.0" g="0.796078" b="0.211765" a="1.0"/>
<color r="1.0" g="0.796078" b="0.219608" a="1.0"/>
<color r="1.0" g="0.803922" b="0.231373" a="1.0"/>
<color r="1.0" g="0.803922" b="0.239216" a="1.0"/>
<color r="1.0" g="0.811765" b="0.25098" a="1.0"/>
<color r="1.0" g="0.819608" b="0.262745" a="1.0"/>
<color r="1.0" g="0.819608" b="0.270588" a="1.0"/>
<color r="1.0" g="0.827451" b="0.282353" a="1.0"/>
<color r="1.0" g="0.827451" b="0.290196" a="1.0"/>
<color r="1.0" g="0.831373" b="0.301961" a="1.0"/>
<color r="1.0" g="0.831373" b="0.317647" a="1.0"/>
<color r="1.0" g="0.839216" b="0.32549" a="1.0"/>
<color r="1.0" g="0.847059" b="0.341176" a="1.0"/>
<color r="1.0" g="0.847059" b="0.34902" a="1.0"/>
<color r="1.0" g="0.854902" b="0.364706" a="1.0"/>
<color r="1.0" g="0.854902" b="0.376471" a="1.0"/>
<color r="1.0" g="0.862745" b="0.388235" a="1.0"/>
<color r="1.0" g="0.862745" b="0.4" a="1.0"/>
<color r="1.0" g="0.870588" b="0.415686" a="1.0"/>
<color r="1.0" g="0.870588" b="0.431373" a="1.0"/>
<color r="1.0" g="0.878431" b="0.443137" a="1.0"/>
<color r="1.0" g="0.878431" b="0.458824" a="1.0"/>
<color r="1.0" g="0.882353" b="0.47451" a="1.0"/>
<color r="1.0" g="0.890196" b="0.490196" a="1.0"/>
<color r="1.0" g="0.890196" b="0.501961" a="1.0"/>
<color r="1.0" g="0.898039" b="0.517647" a="1.0"/>
<color r="1.0" g="0.898039" b="0.537255" a="1.0"/>
<color r="1.0" g="0.905882" b="0.552941" a="1.0"/>
<color r="1.0" g="0.905882" b="0.564706" a="1.0"/>
<color r="1.0" g="0.913725" b="0.584314" a="1.0"/>
<color r="1.0" g="0.913725" b="0.6" a="1.0"/>
<color r="1.0" g="0.921569" b="0.619608" a="1.0"/>
<color r="1.0" g="0.921569" b="0.639216" a="1.0"/>
<color r="1.0" g="0.929412" b="0.65098" a="1.0"/>
<color r="1.0" g="0.929412" b="0.670588" a="1.0"/>
<color r="1.0" g="0.937255" b="0.690196" a="1.0"/>
<color r="1.0" g="0.937255" b="0.709804" a="1.0"/>
<color r="1.0" g="0.945098" b="0.729412" a="1.0"/>
<color r="1.0" g="0.945098" b="0.741176" a="1.0"/>
<color r="1.0" g="0.952941" b="0.764706" a="1.0"/>
<color r="1.0" g="0.952941" b="0.784314" a="1.0"/>
<color r="1.0" g="0.960784" b="0.803922" a="1.0"/>
<color r="1.0" g="0.960784" b="0.827451" a="1.0"/>
<color r="1.0" g="0.968627" b="0.847059" a="1.0"/>
<color r="1.0" g="0.968627" b="0.862745" a="1.0"/>
<color r="1.0" g="0.976471" b="0.882353" a="1.0"/>
<color r="1.0" g="0.976471" b="0.905882" a="1.0"/>
<color r="1.0" g="0.984314" b="0.929412" a="1.0"/>
<color r="1.0" g="0.984314" b="0.952941" a="1.0"/>
<color r="1.0" g="0.992157" b="0.976471" a="1.0"/>
<color r="1.0" g="1.0" b="1.0" a="1.0"/>
</colorMap>

View file

@ -31,6 +31,11 @@
# Author: Tom LeFebvre # Author: Tom LeFebvre
# Contributor: Pablo Santos # Contributor: Pablo Santos
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# SOFTWARE HISTORY
# Date Ticket# Engineer Description
# ------------ ---------- ----------- --------------------------
# 3/6/2013 15658 ryu Merge in change from AWIPS I DR 21414, which fixed
# makeMaxWindGrid() for when center is outside domain.
# The MenuItems list defines the GFE menu item(s) under which the # The MenuItems list defines the GFE menu item(s) under which the
# Procedure is to appear. # Procedure is to appear.
@ -1336,52 +1341,16 @@ class Procedure (SmartScript.SmartScript):
startTime = interpFcstList[0]["validTime"] startTime = interpFcstList[0]["validTime"]
endTime = startTime + (123 * 3600) # 123 hours later endTime = startTime + (123 * 3600) # 123 hours later
fcstIndex = 0
while fcstIndex < len(interpFcstList)-1:
f1 = interpFcstList[fcstIndex]
f2 = interpFcstList[fcstIndex + 1]
f1Time = interpFcstList[fcstIndex]['validTime']
f2Time = interpFcstList[fcstIndex + 1]['validTime']
print "Interpolating from:", time.asctime(time.gmtime(f1Time)), \
"to", time.asctime(time.gmtime(f2Time))
lat1, lon1 = f1['centerLocation']
lat2, lon2 = f2['centerLocation']
x1, y1 = self.getGridCell(lat1, lon1)
x2, y2 = self.getGridCell(lat2, lon2)
if x1 is None or y1 is None or x2 is None or y2 is None:
fcstIndex += 1
continue
dx = abs(x2 - x1)
dy = abs(y2 - y1)
dmax = max(dx, dy)
newInterval = float(interval) / dmax
newFcstList = self.interpolateWindFcst(f1, f2, newInterval)
print "Created", len(newFcstList), "new wind forecasts."
for f in newFcstList:
mag, dir = self.makeRankine(f, latGrid, lonGrid, pieSlices, radiiFactor)
maxWindGrid = where(greater(mag, maxWindGrid), mag, maxWindGrid)
fcstIndex += 1
if f2["validTime"] >= endTime:
break
start = AbsTime.AbsTime(startTime) start = AbsTime.AbsTime(startTime)
end = AbsTime.AbsTime(endTime) end = AbsTime.AbsTime(endTime)
timeRange = TimeRange.TimeRange(start, end) timeRange = TimeRange.TimeRange(start, end)
# Used getGrids to calculate the maximum wind grid.
#
# Fetch the max of the wind grids just generated as this is very fast.
maxWindGrid, maxDirGrid = self.getGrids("Fcst", "Wind", "SFC", timeRange, mode="Max")
maxWindGrid = self.smoothGrid(maxWindGrid, 3) maxWindGrid = self.smoothGrid(maxWindGrid, 3)
self.createGrid("Fcst", "TCMMaxWindComposite", "SCALAR", maxWindGrid, timeRange, self.createGrid("Fcst", "TCMMaxWindComposite", "SCALAR", maxWindGrid, timeRange,
@ -1485,7 +1454,7 @@ class Procedure (SmartScript.SmartScript):
# # Use this method to fetch a product from the text database # # Use this method to fetch a product from the text database
if productID == "preTCM": if productID == "preTCM":
textProduct = self.getTextProductFromFile("/tmp/Irene.txt") textProduct = self.getTextProductFromFile("/tmp/Isaac.txt")
decoder = TCMDecoder() decoder = TCMDecoder()
decoder.decodeTCMProduct(textProduct, self.dialogEyeDiameter) decoder.decodeTCMProduct(textProduct, self.dialogEyeDiameter)
fcstList = decoder.getFcstList() fcstList = decoder.getFcstList()
@ -1588,14 +1557,6 @@ class Procedure (SmartScript.SmartScript):
# get the lat, lon grids # get the lat, lon grids
latGrid, lonGrid = self.getLatLonGrids() latGrid, lonGrid = self.getLatLonGrids()
# interpolate through forecast period to very high resolution and make
# a composite maxWind grid from those wind grids
if maxwindswath is "Yes":
t1 = time.time()
self.makeMaxWindGrid(interpFcstList, interval, latGrid, lonGrid, pieSlices,
radiiFactor)
print time.time() - t1, "seconds to generate Max wind composite."
# make a grid for each interpolate forecast # make a grid for each interpolate forecast
gridCount = 0 gridCount = 0
for f in interpFcstList: for f in interpFcstList:
@ -1621,6 +1582,14 @@ class Procedure (SmartScript.SmartScript):
print "TCMWindTool:", productID, "- Generated",gridCount, \ print "TCMWindTool:", productID, "- Generated",gridCount, \
"out of", len(interpFcstList), "grids", time.asctime(time.gmtime(timeRange.startTime().unixTime())) "out of", len(interpFcstList), "grids", time.asctime(time.gmtime(timeRange.startTime().unixTime()))
# interpolate through forecast period to very high resolution and make
# a composite maxWind grid from those wind grids
if maxwindswath is "Yes":
t1 = time.time()
self.makeMaxWindGrid(interpFcstList, interval, latGrid, lonGrid, pieSlices,
radiiFactor)
print time.time() - t1, "seconds to generate Max wind composite."
if msg != "": if msg != "":
self.statusBarMsg(msg, "S") self.statusBarMsg(msg, "S")

View file

@ -2,19 +2,19 @@
## ##
# This software was developed and / or modified by Raytheon Company, # This software was developed and / or modified by Raytheon Company,
# pursuant to Contract DG133W-05-CQ-1067 with the US Government. # pursuant to Contract DG133W-05-CQ-1067 with the US Government.
# #
# U.S. EXPORT CONTROLLED TECHNICAL DATA # U.S. EXPORT CONTROLLED TECHNICAL DATA
# This software product contains export-restricted data whose # This software product contains export-restricted data whose
# export/transfer/disclosure is restricted by U.S. law. Dissemination # export/transfer/disclosure is restricted by U.S. law. Dissemination
# to non-U.S. persons whether in the United States or abroad requires # to non-U.S. persons whether in the United States or abroad requires
# an export license or other authorization. # an export license or other authorization.
# #
# Contractor Name: Raytheon Company # Contractor Name: Raytheon Company
# Contractor Address: 6825 Pine Street, Suite 340 # Contractor Address: 6825 Pine Street, Suite 340
# Mail Stop B8 # Mail Stop B8
# Omaha, NE 68106 # Omaha, NE 68106
# 402.291.0100 # 402.291.0100
# #
# See the AWIPS II Master Rights File ("Master Rights File.pdf") for # See the AWIPS II Master Rights File ("Master Rights File.pdf") for
# further licensing information. # further licensing information.
## ##
@ -119,7 +119,7 @@ nnn = r'(?:[A-Z]{2}[ZC])?\d{3}'
purge = r'(?P<purgeT>\d{6})-' purge = r'(?P<purgeT>\d{6})-'
ugc = r'\n(?P<uhdr>' + r'[A-Z]{2}[Z|C](?:(?:\d{3})|(?:ALL))' + r'(?:[->]\n?' + nnn + \ ugc = r'\n(?P<uhdr>' + r'[A-Z]{2}[Z|C](?:(?:\d{3})|(?:ALL))' + r'(?:[->]\n?' + nnn + \
r')*-\n?' + purge + el + r')' r')*-\n?' + purge + el + r')'
cityh = r'-\n(?P<incc>(?:\s*\n)*(?:INCLUDING THE (?:CITIES|CITY) OF...)?)' cityh = r'(?<=-\n(?!.*-\n))(?P<incc>(?:.*\n))'
body = r'(?P<body>(?:^.*\n)*?)' body = r'(?P<body>(?:^.*\n)*?)'
#body = r'.*' #body = r'.*'
@ -192,20 +192,20 @@ class ProductParser:
#l = headline_re.finditer(str) #l = headline_re.finditer(str)
l = single_head_re.finditer(str) l = single_head_re.finditer(str)
for m in l: for m in l:
if m is not None: if m is not None:
#print 'phl m = ', m #print 'phl m = ', m
newstart = start + m.start() newstart = start + m.start()
m = headline_re.match(m.group(0)) m = headline_re.match(m.group(0))
if m is not None: if m is not None:
hdlns.append(self.dumpMatch(m, newstart)) hdlns.append(self.dumpMatch(m, newstart))
#print 'hdlns = ', hdlns #print 'hdlns = ', hdlns
rval['headInfo'] = hdlns rval['headInfo'] = hdlns
def dumpMatch(self, m, offset=0, rval=None): def dumpMatch(self, m, offset=0, rval=None):
if rval is None: if rval is None:
rval = {} rval = {}
#print 'dumpmatch m = ', m.groupdict() #print 'dumpmatch m = ', m.groupdict()
for k in m.groupdict().keys(): for k in m.groupdict().keys():
if m.start(k) != -1 and m.start(k) != m.end(k): if m.start(k) != -1 and m.start(k) != m.end(k):
@ -234,7 +234,7 @@ class ProductParser:
segs = [] segs = []
l = ugch_re.finditer(self._str) l = ugch_re.finditer(self._str)
for m in l: for m in l:
if m is not None: if m is not None:
m1 = cityh_re.search(self._str, m.end()) m1 = cityh_re.search(self._str, m.end())
@ -250,7 +250,7 @@ class ProductParser:
else: else:
continue continue
m4 = head_re.search(self._str, m.end(), m3.end()) m4 = head_re.search(self._str, m.end(), m3.end())
d = self.dumpMatch(m) d = self.dumpMatch(m)
d = self.dumpMatch(m2, rval=d) d = self.dumpMatch(m2, rval=d)
d = self.dumpMatch(m3, rval=d) d = self.dumpMatch(m3, rval=d)
@ -266,7 +266,7 @@ class ProductParser:
else: else:
d['city'] = (self.tkc(m2.start()), d['city'] = (self.tkc(m2.start()),
self.tkc(m2.start())) self.tkc(m2.start()))
if m4 is not None: if m4 is not None:
#print 'm4 = ', m4.group() #print 'm4 = ', m4.group()
d = self.dumpMatch(m4, rval=d) d = self.dumpMatch(m4, rval=d)
@ -284,7 +284,7 @@ class ProductParser:
rval['frames'] = frames rval['frames'] = frames
return rval return rval
def parseFromJava(self, text): def parseFromJava(self, text):
self._str = text self._str = text
self._ci = None self._ci = None
@ -295,13 +295,13 @@ class ProductParser:
lc.append(count) lc.append(count)
count += l count += l
self._totals = lc self._totals = lc
#print 'text START ----------------------' #print 'text START ----------------------'
#print text #print text
#print 'text END ------------------------' #print 'text END ------------------------'
result = self.parse() result = self.parse()
#print 'result = ', result #print 'result = ', result
return JUtil.pyDictToJavaMap(result) return JUtil.pyDictToJavaMap(result)

View file

@ -17,7 +17,7 @@ FINT = .01;.1;.25;.5;.75;1;1.25;1.5;1.75;2;2.25;2.5;2.75;3;3.25;3.5;3.75;4
FLINE = 0;21-30;14-20;5 FLINE = 0;21-30;14-20;5
HILO = 31;0/x#2////y HILO = 31;0/x#2////y
HLSYM = 1.5 HLSYM = 1.5
!CLRBAR= 1 !CLRBAR = 1
WIND = 0 WIND = 0
TITLE = 1/-1/~ 24-HR OBS PRECIP (RFC, 40km avg) !0 TITLE = 1/-1/~ 24-HR OBS PRECIP (RFC, 40km avg) !0
COLORS = 2 COLORS = 2

View file

@ -17,7 +17,7 @@ FINT = .01;.10;.25;.5;1;1.5;2;2.5;3;3.5;4;4.5;5;6;8;10.0
FLINE = 0;11;18;8;6;25;21;22;7;30;4;24;20;17;15;14;31 FLINE = 0;11;18;8;6;25;21;22;7;30;4;24;20;17;15;14;31
HILO = 0 HILO = 0
HLSYM = 0 HLSYM = 0
!CLRBAR= 1//CL/0;.5/.75;.01 !CLRBAR = 1//CL/0;.5/.75;.01
WIND = WIND =
TITLE = 1/-1/COOPERATIVE RAINFALL REPORTS FOR 24 hrs ENDING 12 UTC: ~ TITLE = 1/-1/COOPERATIVE RAINFALL REPORTS FOR 24 hrs ENDING 12 UTC: ~
COLORS = COLORS =

View file

@ -22,7 +22,7 @@ FINT = 6;12;18;24;30;36
FLINE = 0;23;22;21;14;15;2 FLINE = 0;23;22;21;14;15;2
HILO = 0 !5/H#;L#!0 HILO = 0 !5/H#;L#!0
HLSYM = 0 !1;1//22;22/2;2/hw!0 HLSYM = 0 !1;1//22;22/2;2/hw!0
!CLRBAR= 1/V/LL!0 !CLRBAR = 1/V/LL!0
WIND = 16/0.9/2/211/0.5 WIND = 16/0.9/2/211/0.5
TITLE = 1/-1/~ @ MOISTURE TRANSPORT, HGHT, BL THTAE!0 TITLE = 1/-1/~ @ MOISTURE TRANSPORT, HGHT, BL THTAE!0
COLORS = 2 COLORS = 2

View file

@ -18,7 +18,7 @@ FINT =
FLINE = FLINE =
HILO = 0 HILO = 0
HLSYM = 0 HLSYM = 0
!CLRBAR= 0 !CLRBAR = 0
WIND = 9/0.9/2/112 WIND = 9/0.9/2/112
TITLE = 1/-1/~ 850mb WIND (KTS) and PRECIP WATER TITLE = 1/-1/~ 850mb WIND (KTS) and PRECIP WATER
COLORS = 2 COLORS = 2

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AttributeSetGroup xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group">
<resource>ETA212</resource>
<attrSetGroupName>standard</attrSetGroupName>
<attrSetNames>1000-500_thkn,1000-850_thkn,1000mb_hght_tmp_wind,200mb_div_isotachs,200mb_hght_wind,250mb_ageo_div_isotachs,250mb_hght_wind,250mb_wind_and_rel_vort,300mb_div_isotachs,500mb_hght_absv,500mb_hght_absv_adv,500mb_hght_absv_wind,500mb_hght_color,500mb_hght_geoabsv,500mb_hght_wind,500mb_hght_tmp_wind,700mb_hght_rh_omega,700mb_hght_tmp_wind,850-700_thkn,850mb_hght_tmp_wind,pmsl,pmsl_thkn,pmsl_and_bl_wind_global,300-200mb_pv,400-200mb_pv,400-250mb_pv_global,500-250mb_pv,500-300mb_pv</attrSetNames>
</AttributeSetGroup>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AttributeSetGroup xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group">
<resource>ETA218</resource>
<attrSetGroupName>standard</attrSetGroupName>
<attrSetNames>1000-500_thkn,1000-850_thkn,1000mb_hght_tmp_wind,200mb_div_isotachs,200mb_hght_wind,250mb_ageo_div_isotachs,250mb_hght_wind,250mb_wind_and_rel_vort,300mb_div_isotachs,500mb_hght_absv,500mb_hght_absv_adv,500mb_hght_absv_wind,500mb_hght_color,500mb_hght_geoabsv,500mb_hght_wind,500mb_hght_tmp_wind,700mb_hght_rh_omega,700mb_hght_tmp_wind,850-700_thkn,850mb_hght_tmp_wind,pmsl,pmsl_thkn,pmsl_and_bl_wind_global,300-200mb_pv,400-200mb_pv,400-250mb_pv_global,500-250mb_pv,500-300mb_pv</attrSetNames>
</AttributeSetGroup>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AttributeSetGroup xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group">
<resource>GFS212</resource>
<attrSetGroupName>standard</attrSetGroupName>
<attrSetNames>1000-500_thkn,1000-850_thkn,1000mb_hght_tmp_wind,200mb_div_isotachs,200mb_hght_wind,250mb_ageo_div_isotachs,250mb_hght_wind,250mb_wind_and_rel_vort,300mb_div_isotachs,500mb_hght_absv,500mb_hght_absv_adv,500mb_hght_absv_wind,500mb_hght_color,500mb_hght_geoabsv,500mb_hght_wind,500mb_hght_tmp_wind,700mb_hght_rh_omega,700mb_hght_tmp_wind,850-700_thkn,850mb_hght_tmp_wind,pmsl,pmsl_thkn,pmsl_and_bl_wind_global,300-200mb_pv,400-200mb_pv,400-250mb_pv_global,500-250mb_pv,500-300mb_pv</attrSetNames>
</AttributeSetGroup>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AttributeSetGroup xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group">
<resource>RUC130</resource>
<attrSetGroupName>standard</attrSetGroupName>
<attrSetNames>1000-500_thkn,1000-850_thkn,1000mb_hght_tmp_wind,200mb_div_isotachs,200mb_hght_wind,250mb_ageo_div_isotachs,250mb_hght_wind,250mb_wind_and_rel_vort,300mb_div_isotachs,500mb_hght_absv,500mb_hght_absv_adv,500mb_hght_absv_wind,500mb_hght_color,500mb_hght_geoabsv,500mb_hght_wind,500mb_hght_tmp_wind,700mb_hght_rh_omega,700mb_hght_tmp_wind,850-700_thkn,850mb_hght_tmp_wind,pmsl,pmsl_thkn,pmsl_and_bl_wind_global,300-200mb_pv,400-200mb_pv,400-250mb_pv_global,500-250mb_pv,500-300mb_pv</attrSetNames>
</AttributeSetGroup>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AttributeSetGroup xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group">
<resource>RUC236</resource>
<attrSetGroupName>standard</attrSetGroupName>
<attrSetNames>1000-500_thkn,1000-850_thkn,1000mb_hght_tmp_wind,200mb_div_isotachs,200mb_hght_wind,250mb_ageo_div_isotachs,250mb_hght_wind,250mb_wind_and_rel_vort,300mb_div_isotachs,500mb_hght_absv,500mb_hght_absv_adv,500mb_hght_absv_wind,500mb_hght_color,500mb_hght_geoabsv,500mb_hght_wind,500mb_hght_tmp_wind,700mb_hght_rh_omega,700mb_hght_tmp_wind,850-700_thkn,850mb_hght_tmp_wind,pmsl,pmsl_thkn,pmsl_and_bl_wind_global,300-200mb_pv,400-200mb_pv,400-250mb_pv_global,500-250mb_pv,500-300mb_pv</attrSetNames>
</AttributeSetGroup>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AttributeSetGroup xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group">
<resource>SREF212</resource>
<attrSetGroupName>standard</attrSetGroupName>
<attrSetNames>1000-500_thkn,1000-850_thkn,1000mb_hght_tmp_wind,200mb_div_isotachs,200mb_hght_wind,250mb_ageo_div_isotachs,250mb_hght_wind,250mb_wind_and_rel_vort,300mb_div_isotachs,500mb_hght_absv,500mb_hght_absv_adv,500mb_hght_absv_wind,500mb_hght_color,500mb_hght_geoabsv,500mb_hght_wind,500mb_hght_tmp_wind,700mb_hght_rh_omega,700mb_hght_tmp_wind,850-700_thkn,850mb_hght_tmp_wind,pmsl,pmsl_thkn,pmsl_and_bl_wind_global,300-200mb_pv,400-200mb_pv,400-250mb_pv_global,500-250mb_pv,500-300mb_pv</attrSetNames>
</AttributeSetGroup>

View file

@ -19,7 +19,7 @@ FINT = 1000;2000;3000;4000;5000
FLINE = 0;23;30;15;2;5 FLINE = 0;23;30;15;2;5
HILO = 0!0 HILO = 0!0
HLSYM = 1;1//22;22/2;2/hw HLSYM = 1;1//22;22/2;2/hw
!CLRBAR= 1/V/LL!0 !CLRBAR = 1/V/LL!0
WIND = 0 WIND = 0
TITLE = 1/-1/~ 0-180 MB AGL BEST CAPE (jkg-1) & CIN (cyan)!0 TITLE = 1/-1/~ 0-180 MB AGL BEST CAPE (jkg-1) & CIN (cyan)!0
COLORS = 2 COLORS = 2

View file

@ -19,7 +19,7 @@ FINT = 0
FLINE = 0 FLINE = 0
HILO = 0!0 HILO = 0!0
HLSYM = 0 HLSYM = 0
!CLRBAR= 0 !CLRBAR = 0
WIND = 0 WIND = 0
TITLE = 1/-1/~ BEST CAPE (0-180 MB AGL)(jkg-1) & CIN (cyan)!0 TITLE = 1/-1/~ BEST CAPE (0-180 MB AGL)(jkg-1) & CIN (cyan)!0
COLORS = 2 COLORS = 2

View file

@ -20,7 +20,7 @@ FINT = -9;-7;-5;-3;-1
FLINE = 2;15;21;22;23;0 FLINE = 2;15;21;22;23;0
HILO = !!!!6/H#;L#/1020-1070;900-1016 HILO = !!!!6/H#;L#/1020-1070;900-1016
HLSYM = 1;1/2//4;1.5/0 HLSYM = 1;1/2//4;1.5/0
!CLRBAR= 1 !CLRBAR = 1
WIND = 10/0.75/1.5/112 WIND = 10/0.75/1.5/112
TITLE = 1/-1/~ BL (18MB AGL)MOISTURE CONVERGENCE, WIND (KTS) and THTAE!0 TITLE = 1/-1/~ BL (18MB AGL)MOISTURE CONVERGENCE, WIND (KTS) and THTAE!0
COLORS = 2 COLORS = 2

View file

@ -19,7 +19,7 @@ FINT = 0
FLINE = 0 FLINE = 0
HILO = 0 HILO = 0
HLSYM = 0 HLSYM = 0
!CLRBAR= 1 !CLRBAR = 1
WIND = 10/0.75/1.5/112 WIND = 10/0.75/1.5/112
TITLE = 1/-1/~ BL (18MB AGL) MOIST CONV, WIND (KTS) and THTAE!0 TITLE = 1/-1/~ BL (18MB AGL) MOIST CONV, WIND (KTS) and THTAE!0
COLORS = 2 COLORS = 2

View file

@ -17,7 +17,7 @@ FINT =
FLINE = FLINE =
HILO = 0 HILO = 0
HLSYM = 0 HLSYM = 0
!CLRBAR= 1/V/LL !CLRBAR = 1/V/LL
WIND = WIND =
TITLE = 1/-1/~ BL THTE!0 TITLE = 1/-1/~ BL THTE!0
COLORS = 2 COLORS = 2

View file

@ -17,7 +17,7 @@ FINT = 0
FLINE = 0 FLINE = 0
HILO = 0 HILO = 0
HLSYM = 0 HLSYM = 0
!CLRBAR= 1 !CLRBAR = 1
WIND = WIND =
TITLE = 1/-1/~ BL (18MB AGL) THTAE!0 TITLE = 1/-1/~ BL (18MB AGL) THTAE!0
COLORS = 2 COLORS = 2

View file

@ -17,7 +17,7 @@ FINT = -9;-7;-5;-3;-1 !
FLINE = 2;15;21;22;23;0 ! FLINE = 2;15;21;22;23;0 !
HILO = HILO =
HLSYM = HLSYM =
!CLRBAR= 1 !CLRBAR = 1
WIND = 9/0.7/1.5/112 WIND = 9/0.7/1.5/112
TITLE = 1/-1/~ 1000-850mb THK, BL MOISTURE CONVERGENCE & WIND = (KT)!0 TITLE = 1/-1/~ 1000-850mb THK, BL MOISTURE CONVERGENCE & WIND = (KT)!0
COLORS = 2 COLORS = 2

View file

@ -18,7 +18,7 @@ FINT =
FLINE = FLINE =
HILO = 0 HILO = 0
HLSYM = 0 HLSYM = 0
!CLRBAR= 1 !CLRBAR = 1
WIND = WIND =
TITLE = 1/-2/~ PCPN POTENTIAL (PW X (1000-470 MB RH)) INCHES OF PW!0 TITLE = 1/-2/~ PCPN POTENTIAL (PW X (1000-470 MB RH)) INCHES OF PW!0
COLORS = 2 COLORS = 2

View file

@ -19,7 +19,7 @@ FINT =
FLINE = FLINE =
HILO = !26;2/H#;L#/1020-1070;900-1012/3/30;30/y HILO = !26;2/H#;L#/1020-1070;900-1012/3/30;30/y
HLSYM = 2;1.5//21//hw HLSYM = 2;1.5//21//hw
!CLRBAR= 1 !CLRBAR = 1
WIND = 9/0.7/2/112 WIND = 9/0.7/2/112
TITLE = 1/-1/~ PMSL, 1000-850mb THKN & BL (0-30 MB AGL) WIND (KTS)!0 TITLE = 1/-1/~ PMSL, 1000-850mb THKN & BL (0-30 MB AGL) WIND (KTS)!0
COLORS = 2 COLORS = 2

View file

@ -17,7 +17,7 @@ FINT =
FLINE = FLINE =
HILO = !26;2/H#;L#/1020-1070;900-1012/3/30;30/y HILO = !26;2/H#;L#/1020-1070;900-1012/3/30;30/y
HLSYM = 1;1//22;22/1.4;1.4/hw HLSYM = 1;1//22;22/1.4;1.4/hw
!CLRBAR= 1 !CLRBAR = 1
WIND = WIND =
TITLE = 1/-1/~ PMSL, 1000-850mb THKN !0 TITLE = 1/-1/~ PMSL, 1000-850mb THKN !0
COLORS = 2 COLORS = 2

View file

@ -11,7 +11,7 @@ FINT =
FLINE = FLINE =
HILO = 26;2/H#;L#/1020-1070;900-1012 HILO = 26;2/H#;L#/1020-1070;900-1012
HLSYM = 1;1//22;22/1.4;1.4/hw HLSYM = 1;1//22;22/1.4;1.4/hw
!CLRBAR= 0 !CLRBAR = 0
WIND = WIND =
TITLE = 1/-1/~ PMSL TITLE = 1/-1/~ PMSL
COLORS = 2 COLORS = 2

View file

@ -18,7 +18,7 @@ FINT =
FLINE = FLINE =
HILO = !! 23;23/H#;L#/1018-1070;900-1012//30;30/y HILO = !! 23;23/H#;L#/1018-1070;900-1012//30;30/y
HLSYM = 2;1.5//21//hw HLSYM = 2;1.5//21//hw
!CLRBAR= 1 !CLRBAR = 1
WIND = 23/0.8/1/112 WIND = 23/0.8/1/112
TITLE = 23/-1/~ PMSL, 1000-500 MB THICKNESS, BL WIND =!0 TITLE = 23/-1/~ PMSL, 1000-500 MB THICKNESS, BL WIND =!0
COLORS = 2 COLORS = 2

View file

@ -18,7 +18,7 @@ FINT = 50;200!50;200!50;200!50;200
FLINE = 0;23;23!0;25;25!0;30;30!0;15;15 FLINE = 0;23;23!0;25;25!0;30;30!0;15;15
HILO = 0 HILO = 0
HLSYM = 0 HLSYM = 0
!CLRBAR= 1/V/LL!0 !CLRBAR = 1/V/LL!0
WIND = 9/0.7/2/112 WIND = 9/0.7/2/112
TITLE = 1/-1/~ Precip Type, 1000-470 MB RH & 700-500 MB Vertical Velocity!0 TITLE = 1/-1/~ Precip Type, 1000-470 MB RH & 700-500 MB Vertical Velocity!0
COLORS = 2 COLORS = 2

View file

@ -7,7 +7,7 @@
! !
GLEVEL = 850:700!700!700!850!850!30:0!30:0!850:500 GLEVEL = 850:700!700!700!850!850!30:0!30:0!850:500
GVCORD = PRES!PRES!PRES!PRES!PRES!pdly!pdly!PRES GVCORD = PRES!PRES!PRES!PRES!PRES!pdly!pdly!PRES
SKIP = SKIP=
FILTER=y FILTER=y
SCALE = 0!0!0!0!0!0!0!6 SCALE = 0!0!0!0!0!0!0!6
GDPFUN = lav(relh)!tmpc!tmpc!tmpc!tmpc!tmpc!tmpc!sm9s(pvor(thte,wnd)) GDPFUN = lav(relh)!tmpc!tmpc!tmpc!tmpc!tmpc!tmpc!sm9s(pvor(thte,wnd))
@ -18,6 +18,6 @@ FINT = 70;80;90
FLINE = 0;24;23;22 FLINE = 0;24;23;22
HILO = HILO =
HLSYM = HLSYM =
!CLRBAR = 1 !CLRBAR= 1
WIND = WIND =
TITLE = 1/-2/~ 850-700 RH,T(BL y,850 r,700 cyan),850-500 EPV|~ 850-700 RH, R/S T, EPV!0 TITLE = 1/-2/~ 850-700 RH,T(BL y,850 r,700 cyan),850-500 EPV|~ 850-700 RH, R/S T, EPV!0

View file

@ -6,7 +6,7 @@
! T. Piper/GSC 5/99 Added -1 line position for TITLE = ! T. Piper/GSC 5/99 Added -1 line position for TITLE =
! T. Lee/SAIC 2/04 Changed AVN to GFS ! T. Lee/SAIC 2/04 Changed AVN to GFS
! !
GDFILE nww3 ! nww3 ! gfs GDFILE = nww3 ! nww3 ! gfs
GLEVEL = 0 GLEVEL = 0
GVCORD = none GVCORD = none
SKIP = 0 SKIP = 0

View file

@ -6,7 +6,7 @@
! T. Piper/GSC 5/99 Added -1 line position for TITLE = ! T. Piper/GSC 5/99 Added -1 line position for TITLE =
! T. Lee/SAIC 2/04 Changed AVN to GFS ! T. Lee/SAIC 2/04 Changed AVN to GFS
! !
GDFILE nww3 ! nww3 ! gfs GDFILE = nww3 ! nww3 ! gfs
GLEVEL = 0 GLEVEL = 0
GVCORD = none GVCORD = none
SKIP = 0 SKIP = 0

View file

@ -7,7 +7,7 @@
! J.L.Partain/MPC 5/01 Set filter=n and added SKIP = ! J.L.Partain/MPC 5/01 Set filter=n and added SKIP =
! T. Lee/SAIC 2/04 Changed AVN to GFS ! T. Lee/SAIC 2/04 Changed AVN to GFS
! !
GDFILE nww3 ! gfs ! gfs GDFILE = nww3 ! gfs ! gfs
GLEVEL = 0 GLEVEL = 0
GVCORD = none GVCORD = none
SKIP = 0/-1;1 SKIP = 0/-1;1

View file

@ -7,7 +7,7 @@
! J.L.Partain/MPC 5/01 Set filter=n and added SKIP = ! J.L.Partain/MPC 5/01 Set filter=n and added SKIP =
! T. Lee/SAIC 2/04 Changed AVN to GFS ! T. Lee/SAIC 2/04 Changed AVN to GFS
! !
GDFILE nww3 ! gfs GDFILE = nww3 ! gfs
GLEVEL = 0 GLEVEL = 0
GVCORD = none GVCORD = none
SKIP = 0/-1;1 SKIP = 0/-1;1

View file

@ -7,7 +7,7 @@
! J.L.Partain/MPC 5/01 Set filter=n and added SKIP = ! J.L.Partain/MPC 5/01 Set filter=n and added SKIP =
! T. Lee/SAIC 2/04 Changed AVN to GFS ! T. Lee/SAIC 2/04 Changed AVN to GFS
! !
GDFILE nww3 ! gfs ! gfs GDFILE = nww3 ! gfs ! gfs
GLEVEL = 0 GLEVEL = 0
GVCORD = none GVCORD = none
SKIP = 0/-1;1 SKIP = 0/-1;1

View file

@ -7,7 +7,7 @@
! J.L.Partain/MPC 5/01 Set filter=n and added SKIP = ! J.L.Partain/MPC 5/01 Set filter=n and added SKIP =
! T. Lee/SAIC 2/04 Changed AVN to GFS ! T. Lee/SAIC 2/04 Changed AVN to GFS
! !
GDFILE nww3 ! gfs GDFILE = nww3 ! gfs
GLEVEL = 0 GLEVEL = 0
GVCORD = none GVCORD = none
SKIP = 0/-1;1 SKIP = 0/-1;1

View file

@ -20,6 +20,6 @@ FINT = 0;50 !50;56;62;68;74
FLINE = 0;8;0 !0;23;22;30;14;2 FLINE = 0;8;0 !0;23;22;30;14;2
HILO = 0!0!0!0!5/H#;L#/1080-2000;900-1012!0 HILO = 0!0!0!0!5/H#;L#/1080-2000;900-1012!0
HLSYM = !!!!!1.5;1.5//22/3/hw! HLSYM = !!!!!1.5;1.5//22/3/hw!
!CLRBAR= 0!1/V/LL!0 !CLRBAR = 0!1/V/LL!0
WIND = !!!!!!9/0.8/2/112!6/.3/2/221/.4 WIND = !!!!!!9/0.8/2/112!6/.3/2/221/.4
TITLE = 1/-2/~ BL (0-30 MB AGL)DWPT & WIND =, 700mb TEMP, RH & WND, EMSL!0 TITLE = 1/-2/~ BL (0-30 MB AGL)DWPT & WIND =, 700mb TEMP, RH & WND, EMSL!0

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bundle editor="gov.noaa.nws.ncep.viz.rsc.fits.SolarImageEditor"> <bundle editor="gov.noaa.nws.ncep.viz.rsc.solarimage.SolarImageEditor">
<displayList> <displayList>
<displays xsi:type="defaultNonMapDisplay" tabTitle="GOES-15 SXI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <displays xsi:type="defaultNonMapDisplay" tabTitle="GOES-15 SXI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="xyGraphDescriptor"> <descriptor xsi:type="xyGraphDescriptor">
<resource> <resource>
<loadProperties loadWithoutData="false"> <loadProperties loadWithoutData="true">
<capabilities> <capabilities>
<capability xsi:type="colorMapCapability"> <capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="solar/Blue"/> <colorMapParameters colorMapName="solar/Blue"/>
@ -16,12 +16,12 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="GOES-15" constraintType="EQUALS" /> <constraint constraintValue="GOES-15" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
@ -36,7 +36,7 @@
</metadataMap> </metadataMap>
</resourceData> </resourceData>
</resource> </resource>
<!--timeMatcher xsi:type="d2dTimeMatcher" deltaFilter="0" forecastFilter="0"/--> <timeMatcher xsi:type="d2DTimeMatcher" loadMode="LATEST" deltaFilter="0" forecastFilter="0"/>
</descriptor> </descriptor>
</displays> </displays>
</displayList> </displayList>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bundle editor="gov.noaa.nws.ncep.viz.rsc.fits.SolarImageEditor"> <bundle editor="gov.noaa.nws.ncep.viz.rsc.solarimage.SolarImageEditor">
<displayList> <displayList>
<displays xsi:type="defaultNonMapDisplay" tabTitle="GOES-15 SXI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <displays xsi:type="defaultNonMapDisplay" tabTitle="GOES-15 SXI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="xyGraphDescriptor"> <descriptor xsi:type="xyGraphDescriptor">
@ -17,12 +17,12 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="GOES-15" constraintType="EQUALS" /> <constraint constraintValue="GOES-15" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
@ -56,12 +56,12 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="GOES-15" constraintType="EQUALS" /> <constraint constraintValue="GOES-15" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
@ -95,12 +95,12 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="GOES-15" constraintType="EQUALS" /> <constraint constraintValue="GOES-15" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
@ -134,12 +134,12 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" retrieveData="true" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" retrieveData="true" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="GOES-15" constraintType="EQUALS" /> <constraint constraintValue="GOES-15" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bundle editor="gov.noaa.nws.ncep.viz.rsc.fits.SolarImageEditor"> <bundle editor="gov.noaa.nws.ncep.viz.rsc.solarimage.SolarImageEditor">
<displayList> <displayList>
<displays xsi:type="defaultNonMapDisplay" tabTitle="H-alpha" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <displays xsi:type="defaultNonMapDisplay" tabTitle="H-alpha" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="xyGraphDescriptor"> <descriptor xsi:type="xyGraphDescriptor">
<!--descriptor xsi:type="timeSeriesDescriptor"--> <!--descriptor xsi:type="timeSeriesDescriptor"-->
<resource> <resource>
<loadProperties loadWithoutData="false"> <loadProperties loadWithoutData="true">
<capabilities> <capabilities>
<capability xsi:type="colorMapCapability"> <capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="solar/Gray"/> <colorMapParameters colorMapName="solar/Gray"/>
@ -17,21 +17,24 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="NSO-GONG" constraintType="EQUALS" /> <constraint constraintValue="NSO-GONG" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="wavelength"> <mapping key="wavelength">
<constraint constraintValue="6562.808" constraintType="EQUALS" /> <constraint constraintValue="6562.808" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="site">
<constraint constraintValue="${site}" constraintType="EQUALS" />
</mapping>
</metadataMap> </metadataMap>
</resourceData> </resourceData>
</resource> </resource>
<!--timeMatcher xsi:type="d2dTimeMatcher" deltaFilter="0" forecastFilter="0"/--> <timeMatcher xsi:type="d2DTimeMatcher" loadMode="LATEST" deltaFilter="0" forecastFilter="0"/>
</descriptor> </descriptor>
</displays> </displays>
</displayList> </displayList>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bundle editor="gov.noaa.nws.ncep.viz.rsc.fits.SolarImageEditor"> <bundle editor="gov.noaa.nws.ncep.viz.rsc.solarimage.SolarImageEditor">
<displayList> <displayList>
<displays xsi:type="defaultNonMapDisplay" tabTitle="SDO/AIA" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <displays xsi:type="defaultNonMapDisplay" tabTitle="SDO/AIA" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="xyGraphDescriptor"> <descriptor xsi:type="xyGraphDescriptor">
@ -16,13 +16,13 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="SDO/AIA" constraintType="EQUALS" /> <constraint constraintValue="SDO" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
<constraint constraintValue="${instrument}" constraintType="EQUALS" /> <constraint constraintValue="${instrument}" constraintType="EQUALS" />
@ -33,7 +33,7 @@
</metadataMap> </metadataMap>
</resourceData> </resourceData>
</resource> </resource>
<!--timeMatcher xsi:type="d2dTimeMatcher" deltaFilter="0" forecastFilter="0"/--> <timeMatcher xsi:type="d2DTimeMatcher" loadMode="LATEST" deltaFilter="0" forecastFilter="0"/>
</descriptor> </descriptor>
</displays> </displays>
</displayList> </displayList>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bundle editor="gov.noaa.nws.ncep.viz.rsc.fits.SolarImageEditor"> <bundle editor="gov.noaa.nws.ncep.viz.rsc.solarimage.SolarImageEditor">
<displayList> <displayList>
<displays xsi:type="defaultNonMapDisplay" tabTitle="SDO/AIA" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <displays xsi:type="defaultNonMapDisplay" tabTitle="SDO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="xyGraphDescriptor"> <descriptor xsi:type="xyGraphDescriptor">
<resource> <resource>
<loadProperties loadWithoutData="false"> <loadProperties loadWithoutData="true">
<capabilities> <capabilities>
<capability xsi:type="colorMapCapability"> <capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="solar/Gray"/> <colorMapParameters colorMapName="solar/Gray"/>
@ -16,16 +16,16 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="SDO/AIA" constraintType="EQUALS" /> <constraint constraintValue="SDO" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
<constraint constraintValue="AIA_3" constraintType="EQUALS" /> <constraint constraintValue="AIA-3" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="wavelength"> <mapping key="wavelength">
<constraint constraintValue="171" constraintType="EQUALS" /> <constraint constraintValue="171" constraintType="EQUALS" />
@ -34,7 +34,7 @@
</resourceData> </resourceData>
</resource> </resource>
<resource> <resource>
<loadProperties loadWithoutData="false"> <loadProperties loadWithoutData="true">
<capabilities> <capabilities>
<capability xsi:type="colorMapCapability"> <capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="solar/Gray"/> <colorMapParameters colorMapName="solar/Gray"/>
@ -46,16 +46,16 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="SDO/AIA" constraintType="EQUALS" /> <constraint constraintValue="SDO" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
<constraint constraintValue="AIA_2" constraintType="EQUALS" /> <constraint constraintValue="AIA-2" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="wavelength"> <mapping key="wavelength">
<constraint constraintValue="193" constraintType="EQUALS" /> <constraint constraintValue="193" constraintType="EQUALS" />
@ -64,7 +64,7 @@
</resourceData> </resourceData>
</resource> </resource>
<resource> <resource>
<loadProperties loadWithoutData="false"> <loadProperties loadWithoutData="true">
<capabilities> <capabilities>
<capability xsi:type="colorMapCapability"> <capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="solar/Gray"/> <colorMapParameters colorMapName="solar/Gray"/>
@ -76,16 +76,16 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="SDO/AIA" constraintType="EQUALS" /> <constraint constraintValue="SDO" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
<constraint constraintValue="AIA_2" constraintType="EQUALS" /> <constraint constraintValue="AIA-2" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="wavelength"> <mapping key="wavelength">
<constraint constraintValue="211" constraintType="EQUALS" /> <constraint constraintValue="211" constraintType="EQUALS" />
@ -93,7 +93,7 @@
</metadataMap> </metadataMap>
</resourceData> </resourceData>
</resource> </resource>
<!--timeMatcher xsi:type="d2dTimeMatcher" deltaFilter="0" forecastFilter="0"/--> <timeMatcher xsi:type="d2DTimeMatcher" loadMode="LATEST" deltaFilter="0" forecastFilter="0"/>
</descriptor> </descriptor>
</displays> </displays>
</displayList> </displayList>

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bundle editor="gov.noaa.nws.ncep.viz.rsc.fits.SolarImageEditor"> <bundle editor="gov.noaa.nws.ncep.viz.rsc.solarimage.SolarImageEditor">
<displayList> <displayList>
<displays xsi:type="defaultNonMapDisplay" tabTitle="SDO/HMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <displays xsi:type="defaultNonMapDisplay" tabTitle="SDO/HMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="xyGraphDescriptor"> <descriptor xsi:type="xyGraphDescriptor">
<!--descriptor xsi:type="timeSeriesDescriptor"--> <!--descriptor xsi:type="timeSeriesDescriptor"-->
<resource> <resource>
<loadProperties loadWithoutData="false"> <loadProperties loadWithoutData="true">
<capabilities> <capabilities>
<capability xsi:type="colorMapCapability"> <capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="solar/Gray"/> <colorMapParameters colorMapName="solar/Gray"/>
@ -17,13 +17,13 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="SDO/HMI" constraintType="EQUALS" /> <constraint constraintValue="SDO" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
<constraint constraintValue="${instrument}" constraintType="EQUALS" /> <constraint constraintValue="${instrument}" constraintType="EQUALS" />
@ -31,7 +31,7 @@
</metadataMap> </metadataMap>
</resourceData> </resourceData>
</resource> </resource>
<!--timeMatcher xsi:type="d2dTimeMatcher" deltaFilter="0" forecastFilter="0"/--> <timeMatcher xsi:type="d2DTimeMatcher" loadMode="LATEST" deltaFilter="0" forecastFilter="0"/>
</descriptor> </descriptor>
</displays> </displays>
</displayList> </displayList>

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bundle editor="gov.noaa.nws.ncep.viz.rsc.fits.SolarImageEditor"> <bundle editor="gov.noaa.nws.ncep.viz.rsc.solarimage.SolarImageEditor">
<displayList> <displayList>
<displays xsi:type="defaultNonMapDisplay" tabTitle="SOHO/EIT" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <displays xsi:type="defaultNonMapDisplay" tabTitle="SOHO/EIT" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="xyGraphDescriptor"> <descriptor xsi:type="xyGraphDescriptor">
<!--descriptor xsi:type="timeSeriesDescriptor"--> <!--descriptor xsi:type="timeSeriesDescriptor"-->
<resource> <resource>
<loadProperties loadWithoutData="false"> <loadProperties loadWithoutData="true">
<capabilities> <capabilities>
<capability xsi:type="colorMapCapability"> <capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="solar/Gray"/> <colorMapParameters colorMapName="solar/Gray"/>
@ -17,12 +17,12 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="SOHO" constraintType="EQUALS" /> <constraint constraintValue="SOHO" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
@ -34,7 +34,7 @@
</metadataMap> </metadataMap>
</resourceData> </resourceData>
</resource> </resource>
<!--timeMatcher xsi:type="d2dTimeMatcher" deltaFilter="0" forecastFilter="0"/--> <timeMatcher xsi:type="d2DTimeMatcher" loadMode="LATEST" deltaFilter="0" forecastFilter="0"/>
</descriptor> </descriptor>
</displays> </displays>
</displayList> </displayList>

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bundle editor="gov.noaa.nws.ncep.viz.rsc.fits.SolarImageEditor"> <bundle editor="gov.noaa.nws.ncep.viz.rsc.solarimage.SolarImageEditor">
<displayList> <displayList>
<displays xsi:type="defaultNonMapDisplay" tabTitle="SOHO/LASCO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <displays xsi:type="defaultNonMapDisplay" tabTitle="SOHO/LASCO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="xyGraphDescriptor"> <descriptor xsi:type="xyGraphDescriptor">
<!--descriptor xsi:type="timeSeriesDescriptor"--> <!--descriptor xsi:type="timeSeriesDescriptor"-->
<resource> <resource>
<loadProperties loadWithoutData="false"> <loadProperties loadWithoutData="true">
<capabilities> <capabilities>
<capability xsi:type="colorMapCapability"> <capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="solar/Gray"/> <colorMapParameters colorMapName="solar/Gray"/>
@ -17,24 +17,21 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="SOHO" constraintType="EQUALS" /> <constraint constraintValue="SOHO" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
<constraint constraintValue="${instrument}" constraintType="EQUALS" /> <constraint constraintValue="${instrument}" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="detector">
<constraint constraintValue="${detector}" constraintType="EQUALS" />
</mapping>
</metadataMap> </metadataMap>
</resourceData> </resourceData>
</resource> </resource>
<!--timeMatcher xsi:type="d2dTimeMatcher" deltaFilter="0" forecastFilter="0"/--> <timeMatcher xsi:type="d2DTimeMatcher" loadMode="LATEST" deltaFilter="0" forecastFilter="0"/>
</descriptor> </descriptor>
</displays> </displays>
</displayList> </displayList>

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bundle editor="gov.noaa.nws.ncep.viz.rsc.fits.SolarImageEditor"> <bundle editor="gov.noaa.nws.ncep.viz.rsc.solarimage.SolarImageEditor">
<displayList> <displayList>
<displays xsi:type="defaultNonMapDisplay" tabTitle="STEREO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <displays xsi:type="defaultNonMapDisplay" tabTitle="STEREO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="xyGraphDescriptor"> <descriptor xsi:type="xyGraphDescriptor">
<resource> <resource>
<loadProperties loadWithoutData="false"> <loadProperties loadWithoutData="true">
<perspectiveProperty xsi:type="d2dLoadProperties" timeMatchBasis="true" loadMode="VALID_TIME_SEQ"/>
<capabilities> <capabilities>
<capability xsi:type="colorMapCapability"> <capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="solar/Gray"/> <colorMapParameters colorMapName="solar/Gray"/>
@ -17,33 +18,31 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="STEREO_A" constraintType="EQUALS" /> <constraint constraintValue="STEREO-A" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
<constraint constraintValue="${instrument}" constraintType="EQUALS" /> <constraint constraintValue="${instrument}" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="detector">
<constraint constraintValue="${detector}" constraintType="EQUALS" />
</mapping>
<mapping key="wavelength"> <mapping key="wavelength">
<constraint constraintValue="${wavelength}" constraintType="EQUALS" /> <constraint constraintValue="${wavelength}" constraintType="EQUALS" />
</mapping> </mapping>
</metadataMap> </metadataMap>
</resourceData> </resourceData>
</resource> </resource>
<timeMatcher xsi:type="d2DTimeMatcher" deltaFilter="6000" forecastFilter="0"/> <timeMatcher xsi:type="d2DTimeMatcher" loadMode="VALID_TIME_SEQ" deltaFilter="6000" forecastFilter="0"/>
</descriptor> </descriptor>
</displays> </displays>
<displays xsi:type="defaultNonMapDisplay" tabTitle="STEREO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <displays xsi:type="defaultNonMapDisplay" tabTitle="STEREO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="xyGraphDescriptor"> <descriptor xsi:type="xyGraphDescriptor">
<resource> <resource>
<loadProperties loadWithoutData="false"> <loadProperties loadWithoutData="true">
<perspectiveProperty xsi:type="d2dLoadProperties" timeMatchBasis="false" loadMode="VALID_TIME_SEQ"/>
<capabilities> <capabilities>
<capability xsi:type="colorMapCapability"> <capability xsi:type="colorMapCapability">
<colorMapParameters colorMapName="solar/Gray"/> <colorMapParameters colorMapName="solar/Gray"/>
@ -55,27 +54,26 @@
<properties isSystemResource="false" <properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false" isBlinking="false" isMapLayer="false" isHoverOn="false"
isVisible="true" /> isVisible="true" />
<resourceData xsi:type="fitsResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true"> <resourceData xsi:type="SolarImageResourceData" isUpdatingOnMetadataOnly="false" isRequeryNecessaryOnTimeMatch="true">
<metadataMap> <metadataMap>
<mapping key="pluginName"> <mapping key="pluginName">
<constraint constraintValue="fits" constraintType="EQUALS" /> <constraint constraintValue="solarimage" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="telescope"> <mapping key="satellite">
<constraint constraintValue="STEREO_B" constraintType="EQUALS" /> <constraint constraintValue="STEREO-B" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="instrument"> <mapping key="instrument">
<constraint constraintValue="${instrument}" constraintType="EQUALS" /> <constraint constraintValue="${instrument}" constraintType="EQUALS" />
</mapping> </mapping>
<mapping key="detector">
<constraint constraintValue="${detector}" constraintType="EQUALS" />
</mapping>
<mapping key="wavelength"> <mapping key="wavelength">
<constraint constraintValue="${wavelength}" constraintType="EQUALS" /> <constraint constraintValue="${wavelength}" constraintType="EQUALS" />
</mapping> </mapping>
</metadataMap> </metadataMap>
</resourceData> </resourceData>
</resource> </resource>
<!--timeMatcher xsi:type="d2dTimeMatcher" deltaFilter="0" forecastFilter="0"/--> <!-- timeMatcher frameInterval="-1" timeRange="48" skipValue="0" numFrames="1" dominantResourceName="SPACE/STEREO-A-COR2/STEREO-A-COR2/DEFAULT"> -->
<timeMatcher xsi:type="d2DTimeMatcher" loadMode="LATEST" deltaFilter="0" forecastFilter="0"/>
</descriptor> </descriptor>
</displays> </displays>
</displayList> </displayList>

View file

@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosETA" name="standard"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosETA" name="standard">
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DWPF">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
--> -->
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="0" blue="0"/> <Color red="205" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PP12"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="PP12">
<Position>UR</Position> <Position>UR</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TDYF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TDYF">
<Position>TC</Position> <Position>TC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TNTF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TNTF">
<Position>LL</Position> <Position>LL</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosGFS" name="12hrpop"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosGFS" name="12hrpop">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PP12"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="PP12">
<Position>UR</Position> <Position>UR</Position>
<Color red="255" green="215" blue="0"/> <!-- GEMPAK#19 --> <Color red="255" green="215" blue="0"/> <!-- GEMPAK#19 -->
</PlotModelElement> </PlotModelElement>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosGFS" name="6hrpop"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosGFS" name="6hrpop">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PP06"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="PP06">
<Position>UR</Position> <Position>UR</Position>
<Color red="200" green="215" blue="0"/> <Color red="200" green="215" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosGFS" name="fosb"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosGFS" name="fosb">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="FOSB"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="FOSB">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="125" blue="0"/> <Color red="255" green="125" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,83 +1,83 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosGFS" name="misc"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosGFS" name="misc">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PCPT"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="PCPT">
<Position>BC</Position> <Position>BC</Position>
<Color red="30" green="69" blue="150"/> <Color red="30" green="69" blue="150"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="CLCT"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="CLCT">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="99" blue="190"/> <Color red="0" green="99" blue="190"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TDYF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TDYF">
<Position>TC</Position> <Position>TC</Position>
<Color red="20" green="130" blue="195"/> <Color red="20" green="130" blue="195"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TNTF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TNTF">
<Position>LR</Position> <Position>LR</Position>
<Color red="250" green="0" blue="125"/> <Color red="250" green="0" blue="125"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SN24"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="SN24">
<Position>TC</Position> <Position>TC</Position>
<Color red="0" green="255" blue="30"/> <Color red="0" green="255" blue="30"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TS06"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TS06">
<Position>BC</Position> <Position>BC</Position>
<Color red="100" green="100" blue="125"/> <Color red="100" green="100" blue="125"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TS12"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TS12">
<Position>TC</Position> <Position>TC</Position>
<Color red="150" green="200" blue="25"/> <Color red="150" green="200" blue="25"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TC06"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TC06">
<Position>BC</Position> <Position>BC</Position>
<Color red="150" green="0" blue="25"/> <Color red="150" green="0" blue="25"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TC12"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TC12">
<Position>UR</Position> <Position>UR</Position>
<Color red="0" green="100" blue="125"/> <Color red="0" green="100" blue="125"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="FCIG"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="FCIG">
<Position>UR</Position> <Position>UR</Position>
<Color red="100" green="215" blue="0"/> <Color red="100" green="215" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="FVSA"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="FVSA">
<Position>LR</Position> <Position>LR</Position>
<Color red="100" green="20" blue="75"/> <Color red="100" green="20" blue="75"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="OVIS"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="OVIS">
<Position>LL</Position> <Position>LL</Position>
<Color red="150" green="215" blue="100"/> <Color red="150" green="215" blue="100"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="POZP"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="POZP">
<Position>UL</Position> <Position>UL</Position>
<Color red="50" green="100" blue="125"/> <Color red="50" green="100" blue="125"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="POSN"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="POSN">
<Position>BC</Position> <Position>BC</Position>
<Color red="150" green="200" blue="25"/> <Color red="150" green="200" blue="25"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="QP06"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="QP06">
<Position>TC</Position> <Position>TC</Position>
<Color red="50" green="100" blue="125"/> <Color red="50" green="100" blue="125"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="QP12"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="QP12">
<Position>LR</Position> <Position>LR</Position>
<Color red="50" green="50" blue="225"/> <Color red="50" green="50" blue="225"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,52 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosGFS" name="standard"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosGFS" name="standard">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TMPC">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TMPF">
<Position>UR</Position> <Position>UR</Position>
<Color red="255" green="0" blue="255"/> <!-- GEMPAK#15 --> <Color red="255" green="0" blue="255"/> <!-- GEMPAK#15 -->
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TMPK">
<Position>TC</Position> <Position>TC</Position>
<Color red="255" green="0" blue="100"/> <!-- GEMPAK#15 --> <Color red="255" green="0" blue="100"/> <!-- GEMPAK#15 -->
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DWPC">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="255" blue="0"/> <Color red="0" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DWPF">
<Position>LR</Position> <Position>LR</Position>
<Color red="0" green="255" blue="255"/> <!-- GEMPAK#22 --> <Color red="0" green="255" blue="255"/> <!-- GEMPAK#22 -->
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DWPK">
<Position>BC</Position> <Position>BC</Position>
<Color red="0" green="255" blue="125"/> <!-- GEMPAK#22 --> <Color red="0" green="255" blue="125"/> <!-- GEMPAK#22 -->
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DPDC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DPDC">
<Position>UL</Position> <Position>UL</Position>
<Color red="100" green="255" blue="0"/> <Color red="100" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DPDF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DPDF">
<Position>UR</Position> <Position>UR</Position>
<Color red="150" green="255" blue="255"/> <Color red="150" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DPDK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DPDK">
<Position>TC</Position> <Position>TC</Position>
<Color red="200" green="255" blue="125"/> <Color red="200" green="255" blue="125"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>LL</Position> <Position>LL</Position>
<Color red="205" green="133" blue="0"/> <!-- GEMPAK#18 --> <Color red="205" green="133" blue="0"/> <!-- GEMPAK#18 -->
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SLON"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="SLON">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="90"/> <Color red="205" green="133" blue="90"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SLAT"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="SLAT">
<Position>UR</Position> <Position>UR</Position>
<Color red="205" green="122" blue="150"/> <Color red="205" green="122" blue="150"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,38 +1,38 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosLAMP" name="standard"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosLAMP" name="standard">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="205" green="0" blue="0"/> <Color red="205" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DWPF">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="255" blue="0"/> <Color red="0" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SKYC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="SKYC">
<Position>SC</Position> <Position>SC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SKYC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="SKYC">
<Position>SC</Position> <Position>SC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="0" green="238" blue="238"/> <Color red="0" green="238" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="GUST"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="GUST">
<Position>UR</Position> <Position>UR</Position>
<Color red="0" green="205" blue="0"/> <Color red="0" green="205" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WSYM"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="WSYM">
<Position>ML</Position> <Position>ML</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
--> -->
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosMRF" name="standard"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosMRF" name="standard">
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DWPF">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
--> -->
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="0"/> <!-- GEMPAK#18 --> <Color red="205" green="133" blue="0"/> <!-- GEMPAK#18 -->
</PlotModelElement> </PlotModelElement>

View file

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosNGM" name="standard"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="bufrmosNGM" name="standard">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="255"/> <!-- GEMPAK#15 --> <Color red="255" green="0" blue="255"/> <!-- GEMPAK#15 -->
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DWPF">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="255" blue="255"/> <!-- GEMPAK#22 --> <Color red="0" green="255" blue="255"/> <!-- GEMPAK#22 -->
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="16" green="78" blue="139"/> <!-- GEMPAK#18 --> <Color red="16" green="78" blue="139"/> <!-- GEMPAK#18 -->
</PlotModelElement> </PlotModelElement>

View file

@ -5,23 +5,23 @@
plugin="bufrua" name="standard" plugin="bufrua" name="standard"
svgTemplate="standardPlotModelTemplate.svg"> svgTemplate="standardPlotModelTemplate.svg">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TMPC">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STDZ"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STDZ">
<Position>UR</Position> <Position>UR</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="DWPC">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="255" blue="0"/> <Color red="0" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="139" green="71" blue="38"/> <Color red="139" green="71" blue="38"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="2" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="2" textStyle="Bold" textFont="Courier" textSize="12" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,49 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="modelsounding" name="basicNAM"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="modelsounding" name="basicNAM">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>MC</Position> <Position>MC</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="145" green="44" blue="238"/> <Color red="145" green="44" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TDXC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TDXC">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="0" blue="255"/> <Color red="0" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TDNC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TDNC">
<Position>ML</Position> <Position>ML</Position>
<Color red="0" green="0" blue="255"/> <Color red="0" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PALT"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="PALT">
<Position>MR</Position> <Position>MR</Position>
<Color red="0" green="0" blue="255"/> <Color red="0" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PRES"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="PRES">
<Position>TR</Position> <Position>TR</Position>
<Color red="0" green="0" blue="255"/> <Color red="0" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WEQS"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="WEQS">
<Position>BR</Position> <Position>BR</Position>
<Color red="0" green="0" blue="255"/> <Color red="0" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="UWND"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="UWND">
<Position>LC</Position> <Position>LC</Position>
<Color red="0" green="0" blue="255"/> <Color red="0" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="VWND"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="VWND">
<Position>BC</Position> <Position>BC</Position>
<Color red="0" green="0" blue="255"/> <Color red="0" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="OMEG"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="OMEG">
<Position>MR</Position> <Position>MR</Position>
<Color red="16" green="78" blue="139"/> <Color red="16" green="78" blue="139"/>
</PlotModelElement> </PlotModelElement>

View file

@ -10,58 +10,58 @@
have not been implemented yet for airep have not been implemented yet for airep
--> -->
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="TBSY"> textFont="Courier" textSize="14" paramName="TBSY">
<Position>TC</Position> <Position>TC</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> </PlotModelElement>
<!-- PlotModelElement symbolSize="1" textStyle="Normal" <!-- PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="BRBK"> textFont="Courier" textSize="14" paramName="BRBK">
<Position>MC</Position> <Position>MC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> --> </PlotModelElement> -->
<!-- no vsby <PlotModelElement symbolSize="1" textStyle="Normal" <!-- no vsby <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="VSBY"> textFont="Courier" textSize="14" paramName="VSBY">
<Position>BC</Position> <Position>BC</Position>
<Color red="16" green="78" blue="139"/> <Color red="16" green="78" blue="139"/>
</PlotModelElement> --> </PlotModelElement> -->
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="TMPC"> textFont="Courier" textSize="14" paramName="TMPC">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="FELV"> textFont="Courier" textSize="14" paramName="FELV">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="255" blue="0"/> <Color red="0" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<!-- <PlotModelElement symbolSize="1" textStyle="Normal" <!-- <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="PRES"> textFont="Courier" textSize="14" paramName="PRES">
<Position>UR</Position> <Position>UR</Position>
<Color red="0" green="0" blue="255"/> <Color red="0" green="0" blue="255"/>
</PlotModelElement> --> </PlotModelElement> -->
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="ICSY"> textFont="Courier" textSize="14" paramName="ICSY">
<Position>MR</Position> <Position>MR</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="STID"> textFont="Courier" textSize="14" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<!-- <PlotModelElement symbolSize="1" textStyle="Normal" <!-- <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="DRCT"> textFont="Courier" textSize="14" paramName="DRCT">
<Position>MR</Position> <Position>MR</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="SPED"> textFont="Courier" textSize="14" paramName="SPED">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -10,46 +10,46 @@
have not been implemented yet for airep have not been implemented yet for airep
--> -->
<!-- <PlotModelElement symbolSize="1" textStyle="Normal" <!-- <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="TMPC"> textFont="Courier" textSize="14" paramName="TMPC">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> --> </PlotModelElement> -->
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="BRBK"> textFont="Courier" textSize="14" paramName="BRBK">
<Position>MC</Position> <Position>MC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
--> -->
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="TPOI"> textFont="Courier" textSize="14" paramName="TPOI">
<Position>UC</Position> <Position>UC</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="ICSY"> textFont="Courier" textSize="14" paramName="ICSY">
<Position>UR</Position> <Position>UR</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="STID"> textFont="Courier" textSize="14" paramName="STID">
<Position>MC</Position> <Position>MC</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="FELV"> textFont="Courier" textSize="14" paramName="FELV">
<Position>LC</Position> <Position>LC</Position>
<Color red="0" green="255" blue="0"/> <Color red="0" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="TBSY"> textFont="Courier" textSize="14" paramName="TBSY">
<Position>UL</Position> <Position>UL</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> </PlotModelElement>
<!-- <PlotModelElement symbolSize="1" textStyle="Normal" <!-- <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="CLC1"> textFont="Courier" textSize="14" paramName="CLC1">
<Position>TC</Position> <Position>TC</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> --> </PlotModelElement> -->

View file

@ -1,50 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="ncpafm" name="standard"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="ncpafm" name="standard">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="STID">
<Position>TC</Position> <Position>TC</Position>
<Color red="255" green="228" blue="220"/> <Color red="255" green="228" blue="220"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TDYF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TDYF">
<Position>UC</Position> <Position>UC</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PP12"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="PP12">
<Position>UR</Position> <Position>UR</Position>
<Color red="255" green="215" blue="0"/> <Color red="255" green="215" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="RELH"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="RELH">
<Position>ML</Position> <Position>ML</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="HEAT"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="HEAT">
<Position>MR</Position> <Position>MR</Position>
<Color red="255" green="174" blue="185"/> <Color red="255" green="174" blue="185"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WCEQ"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="WCEQ">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="205" blue="0"/> <Color red="0" green="205" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TNTF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TNTF">
<Position>LC</Position> <Position>LC</Position>
<Color red="255" green="165" blue="79"/> <Color red="255" green="165" blue="79"/>
</PlotModelElement> </PlotModelElement>
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="OVIS"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="OVIS">
<Position>LR</Position> <Position>LR</Position>
<Color red="5" green="127" blue="255"/> <Color red="5" green="127" blue="255"/>
</PlotModelElement> </PlotModelElement>
--> -->
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WSYM"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="WSYM">
<Position>BC</Position> <Position>BC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
--> -->
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> </PlotModelElement>

View file

@ -9,21 +9,21 @@
params have been commented out since all the parameters params have been commented out since all the parameters
have not been implemented yet for airep have not been implemented yet for airep
--> -->
<!-- <PlotModelElement symbolSize="1" textStyle="Normal" <!-- <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="TMPC"> textFont="Courier" textSize="14" paramName="TMPC">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> --> </PlotModelElement> -->
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="PRES"> textFont="Courier" textSize="14" paramName="PRES">
<Position>UR</Position> <Position>UR</Position>
<Color red="30" green="144" blue="255"/> <Color red="30" green="144" blue="255"/>
</PlotModelElement> </PlotModelElement>
--> -->
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="BRBK"> textFont="Courier" textSize="14" paramName="BRBK">
<Position>MC</Position> <Position>MC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
@ -31,36 +31,36 @@ textFont="Standard" textSize="14" paramName="BRBK">
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="VSBY"> textFont="Courier" textSize="14" paramName="VSBY">
<Position>BC</Position> <Position>BC</Position>
<Color red="16" green="78" blue="139"/> <Color red="16" green="78" blue="139"/>
</PlotModelElement> --> </PlotModelElement> -->
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="TPOI"> textFont="Courier" textSize="14" paramName="TPOI">
<Position>UC</Position> <Position>UC</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="STID"> textFont="Courier" textSize="14" paramName="STID">
<Position>MC</Position> <Position>MC</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="FELV"> textFont="Courier" textSize="14" paramName="FELV">
<Position>LC</Position> <Position>LC</Position>
<Color red="0" green="255" blue="0"/> <Color red="0" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="TBSY"> textFont="Courier" textSize="14" paramName="TBSY">
<Position>UL</Position> <Position>UL</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" <PlotModelElement symbolSize="1" textStyle="Bold"
textFont="Standard" textSize="14" paramName="ICSY"> textFont="Courier" textSize="14" paramName="ICSY">
<Position>UR</Position> <Position>UR</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,34 +1,34 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="ncscd" name="standard"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="ncscd" name="standard">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TDXF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TDXF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WSYM"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="WSYM">
<Position>ML</Position> <Position>ML</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TDNF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TDNF">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="255" blue="0"/> <Color red="0" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<!-- <!--
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SKYC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="SKYC">
<Position>SC</Position> <Position>SC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
--> -->
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="P06I"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="P06I">
<Position>UR</Position> <Position>UR</Position>
<Color red="127" green="255" blue="0"/> <Color red="127" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="P24I"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="P24I">
<Position>LR</Position> <Position>LR</Position>
<Color red="255" green="127" blue="0"/> <Color red="255" green="127" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="STID">
<Position>BC</Position> <Position>BC</Position>
<Color red="139" green="71" blue="38"/> <Color red="139" green="71" blue="38"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,38 +1,38 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="nctaf" name="simple"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="nctaf" name="simple">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="VSBY"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="VSBY">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STIM"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STIM">
<Position>LL</Position> <Position>LL</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SKYC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="SKYC">
<Position>SC</Position> <Position>SC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<!-- <PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TCEL"> <!-- <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TCEL">
<Position>BC</Position> <Position>BC</Position>
<Color red="145" green="44" blue="238"/> <Color red="145" green="44" blue="238"/>
</PlotModelElement> --> </PlotModelElement> -->
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PPRB"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="PPRB">
<Position>TC</Position> <Position>TC</Position>
<Color red="255" green="192" blue="239"/> <Color red="255" green="192" blue="239"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="CEIL"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="CEIL">
<Position>UR</Position> <Position>UR</Position>
<Color red="255" green="255" blue="255"/> <Color red="255" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="XVFR"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="XVFR">
<Position>LM</Position> <Position>LM</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="nctaf" name="standard"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="nctaf" name="standard">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SKYC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="SKYC">
<Position>SC</Position> <Position>SC</Position>
<Color red="30" green="144" blue="255"/> <Color red="30" green="144" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="XVFR"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="XVFR">
<Position>ML</Position> <Position>ML</Position>
<Color red="0" green="255" blue="0"/> <Color red="0" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="nctaf" name="tempo_flt_condition"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="nctaf" name="tempo_flt_condition">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TCMS"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TCMS">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TVSB"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TVSB">
<Position>LL</Position> <Position>LL</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TSKC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TSKC">
<Position>SC</Position> <Position>SC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TCEL"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TCEL">
<Position>UR</Position> <Position>UR</Position>
<Color red="145" green="44" blue="238"/> <Color red="145" green="44" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PPRB"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="PPRB">
<Position>TC</Position> <Position>TC</Position>
<Color red="255" green="192" blue="239"/> <Color red="255" green="192" blue="239"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="XVFR"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="XVFR">
<Position>BC</Position> <Position>BC</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="nctaf" name="tempo_prob"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="nctaf" name="tempo_prob">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TCMS"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TCMS">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TVSB"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TVSB">
<Position>LL</Position> <Position>LL</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TSKC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TSKC">
<Position>SC</Position> <Position>SC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TCEL"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TCEL">
<Position>UR</Position> <Position>UR</Position>
<Color red="145" green="44" blue="238"/> <Color red="145" green="44" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PPRB"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="PPRB">
<Position>TC</Position> <Position>TC</Position>
<Color red="255" green="192" blue="239"/> <Color red="255" green="192" blue="239"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TXVF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="12" paramName="TXVF">
<Position>BC</Position> <Position>BC</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -5,23 +5,23 @@
plugin="ncuair" name="standard" plugin="ncuair" name="standard"
svgTemplate="standardPlotModelTemplate.svg"> svgTemplate="standardPlotModelTemplate.svg">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TMPC">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STDZ"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="STDZ">
<Position>UR</Position> <Position>UR</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="DWPC">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="255" blue="0"/> <Color red="0" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="2" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="2" textStyle="Bold" textFont="Courier" textSize="14" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>

View file

@ -4,7 +4,7 @@
plugin="obs" plugin="obs"
svgTemplate="standardPlotModelTemplate.svg"> svgTemplate="standardPlotModelTemplate.svg">
<PlotModelElement textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement textStyle="Bold" textFont="Courier" textSize="14" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
@ -12,7 +12,7 @@
<Position>ML</Position> <Position>ML</Position>
<Color red="255" green="255" blue="255"/> <Color red="255" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPF"> <PlotModelElement textStyle="Bold" textFont="Courier" textSize="14" paramName="DWPF">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="255" blue="0"/> <Color red="0" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,40 +1,40 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="obs" name="standard" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="obs" name="standard" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="DWPF">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="205" blue="0"/> <Color red="0" green="205" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="VSBY"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="VSBY">
<Position>BC</Position> <Position>BC</Position>
<Color red="16" green="78" blue="139"/> <Color red="16" green="78" blue="139"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="STID">
<Position>LR</Position> <Position>LR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SMSL"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="SMSL">
<Position>UR</Position> <Position>UR</Position>
<Color red="30" green="144" blue="255"/> <Color red="30" green="144" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SKYC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="SKYC">
<Position>SC</Position> <Position>SC</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WSYM"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="WSYM">
<Position>ML</Position> <Position>ML</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<!-- PTND is the standard for NMAP but right now we can't display both the symbol and the pressChange <!-- PTND is the standard for NMAP but right now we can't display both the symbol and the pressChange
in the same spot but we can display them separately (PTSY and P03C) --> in the same spot but we can display them separately (PTSY and P03C) -->
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="P03C"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="P03C">
<Position>MR</Position> <Position>MR</Position>
<Color red="238" green="238" blue="0"/> <Color red="238" green="238" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="obs" name="standard2" xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="obs" name="standard2" xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="DWPF">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="205" blue="0"/> <Color red="0" green="205" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="VSBY"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="VSBY">
<Position>BC</Position> <Position>BC</Position>
<Color red="16" green="78" blue="139"/> <Color red="16" green="78" blue="139"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="10" paramName="PTSY"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="10" paramName="PTSY">
<Position>LR</Position> <Position>LR</Position>
<Color red="238" green="238" blue="0"/> <Color red="238" green="238" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SMSL"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="SMSL">
<Position>UR</Position> <Position>UR</Position>
<Color red="30" green="144" blue="255"/> <Color red="30" green="144" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SKYC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="SKYC">
<Position>SC</Position> <Position>SC</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WSYM"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="WSYM">
<Position>ML</Position> <Position>ML</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="STID">
<Position>MR</Position> <Position>MR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="P03C"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="P03C">
<Position>LC</Position> <Position>LC</Position>
<Color red="238" green="238" blue="0"/> <Color red="238" green="238" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="sfcobs" name="bouys"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="sfcobs" name="bouys">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="255" green="255" blue="0"/> <Color red="255" green="255" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PMSL"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="PMSL">
<Position>UR</Position> <Position>UR</Position>
<Color red="255" green="255" blue="255"/> <Color red="255" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WSYM"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="WSYM">
<Position>ML</Position> <Position>ML</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,44 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="sfcobs" name="ship_standard"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="sfcobs" name="ship_standard">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WSYM"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="WSYM">
<Position>ML</Position> <Position>ML</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="DWPF">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="205" blue="0"/> <Color red="0" green="205" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SKYC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="SKYC">
<Position>SC</Position> <Position>SC</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="0" green="178" blue="238"/> <Color red="0" green="178" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SMSL"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="SMSL">
<Position>UR</Position> <Position>UR</Position>
<Color red="30" green="144" blue="255"/> <Color red="30" green="144" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="P03C"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="P03C">
<Position>MR</Position> <Position>MR</Position>
<Color red="238" green="238" blue="0"/> <Color red="238" green="238" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WHFT"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="WHFT">
<Position>LR</Position> <Position>LR</Position>
<Color red="255" green="174" blue="185"/> <Color red="255" green="174" blue="185"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="STID">
<Position>TC</Position> <Position>TC</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SSTF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="SSTF">
<Position>BC</Position> <Position>BC</Position>
<Color red="0" green="255" blue="255"/> <Color red="0" green="255" blue="255"/>
</PlotModelElement> </PlotModelElement>

View file

@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="sfcobs" name="synop_standard" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType"> <plotModel svgTemplate="standardPlotModelTemplate.svg" plugin="sfcobs" name="synop_standard" xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="TMPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="TMPF">
<Position>UL</Position> <Position>UL</Position>
<Color red="255" green="0" blue="0"/> <Color red="255" green="0" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="WSYM"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="WSYM">
<Position>ML</Position> <Position>ML</Position>
<Color red="255" green="0" blue="255"/> <Color red="255" green="0" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="DWPF"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="DWPF">
<Position>LL</Position> <Position>LL</Position>
<Color red="0" green="205" blue="0"/> <Color red="0" green="205" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SKYC"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="SKYC">
<Position>SC</Position> <Position>SC</Position>
<Color red="0" green="238" blue="238"/> <Color red="0" green="238" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="BRBK"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="BRBK">
<Position>WD</Position> <Position>WD</Position>
<Color red="0" green="238" blue="238"/> <Color red="0" green="238" blue="238"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="SMSL"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="SMSL">
<Position>UR</Position> <Position>UR</Position>
<Color red="30" green="144" blue="255"/> <Color red="30" green="144" blue="255"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="STID"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="STID">
<Position>MR</Position> <Position>MR</Position>
<Color red="205" green="133" blue="0"/> <Color red="205" green="133" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="PTSY"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="PTSY">
<Position>LR</Position> <Position>LR</Position>
<Color red="238" green="238" blue="0"/> <Color red="238" green="238" blue="0"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="VSBY"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="VSBY">
<Position>BC</Position> <Position>BC</Position>
<Color red="16" green="78" blue="139"/> <Color red="16" green="78" blue="139"/>
</PlotModelElement> </PlotModelElement>
<PlotModelElement symbolSize="1" textStyle="Normal" textFont="Standard" textSize="14" paramName="P03C"> <PlotModelElement symbolSize="1" textStyle="Bold" textFont="Courier" textSize="14" paramName="P03C">
<Position>LC</Position> <Position>LC</Position>
<Color red="238" green="238" blue="0"/> <Color red="238" green="238" blue="0"/>
</PlotModelElement> </PlotModelElement>

View file

@ -10,35 +10,6 @@ xmlns:xlink="http://www.w3.org/1999/xlink" style="stroke: rgb(255,255,255);">
@font-face { font-family: "WindSymbolFont"; @font-face { font-family: "WindSymbolFont";
src: url(../ncep/PlotModels/WindSymbols.svg#WindSymbols); } src: url(../ncep/PlotModels/WindSymbols.svg#WindSymbols); }
@font-face { font-family: "StandardFont";
src: url(../ncep/PlotModels/Standard.svg#Standard); }
@font-face { font-family: "CourierNormalFont";
src: url(../ncep/PlotModels/CourierNormal.svg#CourierNormal); }
@font-face { font-family: "CourierItalicFont";
src: url(../ncep/PlotModels/CourierItalic.svg#CourierItalic); }
@font-face { font-family: "CourierBoldFont";
src: url(../ncep/PlotModels/CourierBold.svg#CourierBold); }
@font-face { font-family: "CourierBold-ItalicFont";
src: url(../ncep/PlotModels/CourierBoldItalic.svg#CourierBoldItalic); }
@font-face { font-family: "TimesNormalFont";
src: url(../ncep/PlotModels/TimesNormal.svg#TimesNormal); }
@font-face { font-family: "TimesItalicFont";
src: url(../ncep/PlotModels/TimesItalic.svg#TimesItalic); }
@font-face { font-family: "TimesBoldFont";
src: url(../ncep/PlotModels/TimesBold.svg#TimesBold); }
@font-face { font-family: "TimesBold-ItalicFont";
src: url(../ncep/PlotModels/TimesBoldItalic.svg#TimesBoldItalic); }
@font-face { font-family: "HelveticaNormalFont";
src: url(../ncep/PlotModels/HelveticaNormal.svg#HelveticaNormal); }
@font-face { font-family: "HelveticaItalicFont";
src: url(../ncep/PlotModels/HelveticaItalic.svg#HelveticaItalic); }
@font-face { font-family: "HelveticaBoldFont";
src: url(../ncep/PlotModels/HelveticaBold.svg#HelveticaBold); }
@font-face { font-family: "HelveticaBold-ItalicFont";
src: url(../ncep/PlotModels/HelveticaBoldItalic.svg#HelveticaBoldItalic); }
@font-face { font-family: "WxSymbolFont"; @font-face { font-family: "WxSymbolFont";
src: url(../ncep/PlotModels/NcWxSymbols.svg#NcWxSymbols); } src: url(../ncep/PlotModels/NcWxSymbols.svg#NcWxSymbols); }
@ -61,21 +32,21 @@ xmlns:xlink="http://www.w3.org/1999/xlink" style="stroke: rgb(255,255,255);">
--> -->
<symbol overflow="visible" id="plotData" class="info"> <symbol overflow="visible" id="plotData" class="info">
<text position="UL" x="-6px" y="-10px" style="text-anchor: end;">err</text> <!--Upper Left --> <text position="UL" x="-6px" y="-10px" style="text-anchor: end;"> </text> <!--Upper Left -->
<text position="ML" x="-6px" y="0" style="text-anchor: end;">err</text> <!--Middle Left--> <text position="ML" x="-6px" y="0" style="text-anchor: end;"> </text> <!--Middle Left-->
<text position="LL" x="-6px" y="15px" style="text-anchor: end;">err</text> <!--Lower Left --> <text position="LL" x="-6px" y="15px" style="text-anchor: end;"> </text> <!--Lower Left -->
<text position="TC" x="0" y="-21px" style="text-anchor: middle;">err</text> <!--Top Center--> <text position="TC" x="0" y="-21px" style="text-anchor: middle;"> </text> <!--Top Center-->
<text position="UC" x="0" y="-10px" style="text-anchor: middle;">err</text> <!--Upper Center--> <text position="UC" x="0" y="-10px" style="text-anchor: middle;"> </text> <!--Upper Center-->
<text position="MC" x="0" y="0" style="text-anchor: middle;">err</text> <!--Middle Center--> <text position="MC" x="0" y="0" style="text-anchor: middle;"> </text> <!--Middle Center-->
<text position="LC" x="0" y="15px" style="text-anchor: middle;">err</text> <!--Lower Center--> <text position="LC" x="0" y="15px" style="text-anchor: middle;"> </text> <!--Lower Center-->
<text position="BC" x="0" y="27px" style="text-anchor: middle;">err</text> <!--Bottom Center--> <text position="BC" x="0" y="27px" style="text-anchor: middle;"> </text> <!--Bottom Center-->
<text position="UR" x="8px" y="-10px" style="text-anchor: start;">err</text> <!--Upper Right --> <text position="UR" x="8px" y="-10px" style="text-anchor: start;"> </text> <!--Upper Right -->
<text position="MR" x="8px" y="0" style="text-anchor: start;">err</text> <!--Middle Right --> <text position="MR" x="8px" y="0" style="text-anchor: start;"> </text> <!--Middle Right -->
<text position="LR" x="8px" y="15px" style="text-anchor: start;">err</text> <!--Lower Right --> <text position="LR" x="8px" y="15px" style="text-anchor: start;"> </text> <!--Lower Right -->
<text position="SC" x="0" y="0" style="font-family: WxSymbolFont">arrow</text> <text position="SC" x="0" y="0" style="font-family: WxSymbolFont">arrow</text>
<!-- a group element for a possible wind barb symbol. --> <!-- a group element for a possible wind barb symbol. -->
@ -85,5 +56,5 @@ xmlns:xlink="http://www.w3.org/1999/xlink" style="stroke: rgb(255,255,255);">
</symbol> </symbol>
</defs> </defs>
<use id="wind" x="75" y="75" width="80" height="80" visibility="visible" xlink:href="#plotData"/> <use id="wind" x="95" y="76" width="80" height="80" visibility="visible" xlink:href="#plotData"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ResourceDefinition xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<isEnabled>true</isEnabled>
<inventoryEnabled>true</inventoryEnabled>
<resourceDefnName>ETA212</resourceDefnName>
<resourceCategory>GRID</resourceCategory>
<resourceParameters>
GDFILE=ETA212
pluginName=grid
</resourceParameters>
<filterLabels>Forecast,SBN</filterLabels>
<rscImplementation>ModelFcstGridContours</rscImplementation>
<subTypeGenerator></subTypeGenerator>
<rscTypeGenerator></rscTypeGenerator>
<timeMatchMethod>CLOSEST_BEFORE_OR_AFTER</timeMatchMethod>
<frameSpan>60</frameSpan>
<timelineGenMethod>USE_DATA_TIMES</timelineGenMethod>
<dfltFrameCount>10</dfltFrameCount>
<dfltTimeRange>384</dfltTimeRange>
<dfltGeogArea>BasicWX_US</dfltGeogArea>
</ResourceDefinition>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ResourceDefinition xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<isEnabled>true</isEnabled>
<inventoryEnabled>true</inventoryEnabled>
<resourceDefnName>ETA218</resourceDefnName>
<resourceCategory>GRID</resourceCategory>
<resourceParameters>
GDFILE=ETA218
pluginName=grid
</resourceParameters>
<filterLabels>Forecast,SBN</filterLabels>
<rscImplementation>ModelFcstGridContours</rscImplementation>
<subTypeGenerator></subTypeGenerator>
<rscTypeGenerator></rscTypeGenerator>
<timeMatchMethod>CLOSEST_BEFORE_OR_AFTER</timeMatchMethod>
<frameSpan>60</frameSpan>
<timelineGenMethod>USE_DATA_TIMES</timelineGenMethod>
<dfltFrameCount>10</dfltFrameCount>
<dfltTimeRange>384</dfltTimeRange>
<dfltGeogArea>BasicWX_US</dfltGeogArea>
</ResourceDefinition>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ResourceDefinition xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<isEnabled>true</isEnabled>
<inventoryEnabled>true</inventoryEnabled>
<resourceDefnName>GFS212</resourceDefnName>
<resourceCategory>GRID</resourceCategory>
<resourceParameters>
GDFILE=GFS212
pluginName=grid
</resourceParameters>
<filterLabels>Forecast,SBN</filterLabels>
<rscImplementation>ModelFcstGridContours</rscImplementation>
<subTypeGenerator></subTypeGenerator>
<rscTypeGenerator></rscTypeGenerator>
<timeMatchMethod>CLOSEST_BEFORE_OR_AFTER</timeMatchMethod>
<frameSpan>60</frameSpan>
<timelineGenMethod>USE_DATA_TIMES</timelineGenMethod>
<dfltFrameCount>10</dfltFrameCount>
<dfltTimeRange>384</dfltTimeRange>
<dfltGeogArea>BasicWX_US</dfltGeogArea>
</ResourceDefinition>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ResourceDefinition xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<isEnabled>true</isEnabled>
<inventoryEnabled>true</inventoryEnabled>
<resourceDefnName>RUC130</resourceDefnName>
<resourceCategory>GRID</resourceCategory>
<resourceParameters>
GDFILE=RUC130
pluginName=grid
</resourceParameters>
<filterLabels>Forecast,SBN</filterLabels>
<rscImplementation>ModelFcstGridContours</rscImplementation>
<subTypeGenerator></subTypeGenerator>
<rscTypeGenerator></rscTypeGenerator>
<timeMatchMethod>CLOSEST_BEFORE_OR_AFTER</timeMatchMethod>
<frameSpan>60</frameSpan>
<timelineGenMethod>USE_DATA_TIMES</timelineGenMethod>
<dfltFrameCount>10</dfltFrameCount>
<dfltTimeRange>384</dfltTimeRange>
<dfltGeogArea>BasicWX_US</dfltGeogArea>
</ResourceDefinition>

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ResourceDefinition xmlns:ns2="group" xmlns:ns3="http://www.example.org/productType">
<isEnabled>true</isEnabled>
<inventoryEnabled>true</inventoryEnabled>
<resourceDefnName>RUC236</resourceDefnName>
<resourceCategory>GRID</resourceCategory>
<resourceParameters>
GDFILE=RUC236
pluginName=grid
</resourceParameters>
<filterLabels>Forecast,SBN</filterLabels>
<rscImplementation>ModelFcstGridContours</rscImplementation>
<subTypeGenerator></subTypeGenerator>
<rscTypeGenerator></rscTypeGenerator>
<timeMatchMethod>CLOSEST_BEFORE_OR_AFTER</timeMatchMethod>
<frameSpan>60</frameSpan>
<timelineGenMethod>USE_DATA_TIMES</timelineGenMethod>
<dfltFrameCount>10</dfltFrameCount>
<dfltTimeRange>384</dfltTimeRange>
<dfltGeogArea>BasicWX_US</dfltGeogArea>
</ResourceDefinition>

Some files were not shown because too many files have changed in this diff Show more