1 | <?xml version="1.0" encoding="UTF-8" ?>
|
---|
2 | <PostProc xmlns="http://www.bauklimatik-dresden.de" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:IBK="http://www.bauklimatik-dresden.de/IBK" xsi:schemaLocation="http://www.bauklimatik-dresden.de PostProc.xsd" fileVersion="1.0">
|
---|
3 | <Directories>
|
---|
4 | <Directory>
|
---|
5 | <Path>.</Path>
|
---|
6 | <SubDir Color="#d02000" Checked="1">test4PP</SubDir>
|
---|
7 | <ExpandedSubDir>.</ExpandedSubDir>
|
---|
8 | </Directory>
|
---|
9 | </Directories>
|
---|
10 | <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
|
---|
11 |
|
---|
12 | <!--All mappers.-->
|
---|
13 | <Mappers>
|
---|
14 | <Mapper name="Temperature [Temperaturprofil.d6o]">
|
---|
15 | <Quantities>
|
---|
16 | <Quantity>Temperature</Quantity>
|
---|
17 | </Quantities>
|
---|
18 | <Extractors>
|
---|
19 | <Extractor>
|
---|
20 | <DataIOFileName>test4PP/results/Temperaturprofil.d6o</DataIOFileName>
|
---|
21 | <CutType>TimeCut</CutType>
|
---|
22 | <DataFormat>DF_4D</DataFormat>
|
---|
23 | </Extractor>
|
---|
24 | </Extractors>
|
---|
25 | <ChartModel chartType="3D">
|
---|
26 | <ColorGridProperties>
|
---|
27 | <Title>Temperature profile</Title>
|
---|
28 | <ColorBar>1</ColorBar>
|
---|
29 | <BorderVisible>1</BorderVisible>
|
---|
30 | <BorderPenWidth>1</BorderPenWidth>
|
---|
31 | <Type>LinearMap</Type>
|
---|
32 | <ColorStops>
|
---|
33 | <ColorStop index="0" position="0" color="#0000ff" />
|
---|
34 | <ColorStop index="1" position="0.1" color="#0066ff" />
|
---|
35 | <ColorStop index="2" position="0.2" color="#00ccff" />
|
---|
36 | <ColorStop index="3" position="0.3" color="#00ffcc" />
|
---|
37 | <ColorStop index="4" position="0.4" color="#00ff66" />
|
---|
38 | <ColorStop index="5" position="0.5" color="#00ff00" />
|
---|
39 | <ColorStop index="6" position="0.6" color="#66ff00" />
|
---|
40 | <ColorStop index="7" position="0.7" color="#ccff00" />
|
---|
41 | <ColorStop index="8" position="0.8" color="#ffcc00" />
|
---|
42 | <ColorStop index="9" position="0.9" color="#ff6600" />
|
---|
43 | <ColorStop index="10" position="1" color="#ff0000" />
|
---|
44 | </ColorStops>
|
---|
45 | </ColorGridProperties>
|
---|
46 | <AxisProperties>
|
---|
47 | <Axis index="0" enabled="1" logarithmic="0" autoscale="1">
|
---|
48 | <TitleText>Coordinate [$unit]</TitleText>
|
---|
49 | <IBK:Unit name="AxisUnit">m</IBK:Unit>
|
---|
50 | <GridVisible>0</GridVisible>
|
---|
51 | </Axis>
|
---|
52 | <Axis index="1" enabled="1" logarithmic="0" autoscale="1">
|
---|
53 | <TitleText>Coordinate [$unit]</TitleText>
|
---|
54 | <IBK:Unit name="AxisUnit">m</IBK:Unit>
|
---|
55 | <GridVisible>0</GridVisible>
|
---|
56 | </Axis>
|
---|
57 | </AxisProperties>
|
---|
58 | <ChartProperties>
|
---|
59 | <TitleText visible="1">
|
---|
60 | <Text>Temperature [Temperaturprofil.d6o]</Text>
|
---|
61 | </TitleText>
|
---|
62 | </ChartProperties>
|
---|
63 | </ChartModel>
|
---|
64 | </Mapper>
|
---|
65 |
|
---|
66 | </Mappers>
|
---|
67 |
|
---|
68 | <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
|
---|
69 |
|
---|
70 | </PostProc>
|
---|
71 |
|
---|