|
@@ -66,23 +66,23 @@ order option is: nsbt for north -> south, bottom -> top ordering. This is
|
|
|
identical with <em>r.in.ascii</em> for single level data. So the y coordinate
|
|
|
is 0 at the northern edge.
|
|
|
|
|
|
-<div class="code"><pre>
|
|
|
-north: 3.0
|
|
|
-south: 0.0
|
|
|
-east: 4.0
|
|
|
-west: 0.0
|
|
|
-top: 2.0
|
|
|
-bottom: 0.0
|
|
|
-rows: 3
|
|
|
-cols: 4
|
|
|
-levels: 2
|
|
|
-w<sub>111</sub>x1,y1,z1 w<sub>211</sub>x2,y1,z1 w<sub>311</sub>x3,y1,z1 w<sub>411</sub>x4,y1,z1
|
|
|
-w<sub>121</sub>x1,y2,z1 w<sub>221</sub>x2,y2,z1 w<sub>321</sub>x3,y2,z1 w<sub>421</sub>x4,y2,z1
|
|
|
-w<sub>131</sub>x1,y3,z1 w<sub>231</sub>x2,y3,z1 w<sub>331</sub>x3,y3,z1 w<sub>431</sub>x4,y3,z1
|
|
|
-w<sub>112</sub>x1,y1,z2 w<sub>212</sub>x2,y1,z2 w<sub>312</sub>x3,y1,z2 w<sub>412</sub>x4,y1,z2
|
|
|
-w<sub>122</sub>x1,y2,z2 w<sub>222</sub>x2,y2,z2 w<sub>322</sub>x3,y2,z2 w<sub>422</sub>x4,y2,z2
|
|
|
-w<sub>132</sub>x1,y3,z2 w<sub>232</sub>x2,y3,z2 w<sub>332</sub>x3,y3,z2 w<sub>432</sub>x4,y3,z2
|
|
|
-</pre></div>
|
|
|
+<!-- TODO: beautify HTML -->
|
|
|
+north: 3.0<br>
|
|
|
+south: 0.0<br>
|
|
|
+east: 4.0<br>
|
|
|
+west: 0.0<br>
|
|
|
+top: 2.0<br>
|
|
|
+bottom: 0.0<br>
|
|
|
+rows: 3<br>
|
|
|
+cols: 4<br>
|
|
|
+levels: 2<br>
|
|
|
+w<sub>111</sub>x1,y1,z1 w<sub>211</sub>x2,y1,z1 w<sub>311</sub>x3,y1,z1 w<sub>411</sub>x4,y1,z1<br>
|
|
|
+w<sub>121</sub>x1,y2,z1 w<sub>221</sub>x2,y2,z1 w<sub>321</sub>x3,y2,z1 w<sub>421</sub>x4,y2,z1<br>
|
|
|
+w<sub>131</sub>x1,y3,z1 w<sub>231</sub>x2,y3,z1 w<sub>331</sub>x3,y3,z1 w<sub>431</sub>x4,y3,z1<br>
|
|
|
+w<sub>112</sub>x1,y1,z2 w<sub>212</sub>x2,y1,z2 w<sub>312</sub>x3,y1,z2 w<sub>412</sub>x4,y1,z2<br>
|
|
|
+w<sub>122</sub>x1,y2,z2 w<sub>222</sub>x2,y2,z2 w<sub>322</sub>x3,y2,z2 w<sub>422</sub>x4,y2,z2<br>
|
|
|
+w<sub>132</sub>x1,y3,z2 w<sub>232</sub>x2,y3,z2 w<sub>332</sub>x3,y3,z2 w<sub>432</sub>x4,y3,z2<br>
|
|
|
+<p>
|
|
|
|
|
|
Note that unit tests for <em>r3.in.ascii</em> are implemented in the
|
|
|
<em>test.r3.out.ascii.sh</em> script located in the
|