Print

Print


Commit in GeomConverter on MAIN
resources/org/lcsim/schemas/lcdd/1.0/lcdd_fields.xsd+15-11.2 -> 1.3
                                    /lcdd_sensitive_detectors.xsd+44-741.3 -> 1.4
src/org/lcsim/geometry/compact/converter/lcdd/FieldMap3D.java+26added 1.1
src/org/lcsim/geometry/compact/converter/lcdd/util/FieldMap3D.java+15added 1.1
testResources/org/lcsim/geometry/field/FieldMap3DTest.xml+31added 1.1
                                      /HPS_b18d36_unfolded.dat+61311added 1.1
+61442-75
4 added + 2 modified, total 6 files
updates for 3D field map support in LCDD via compact description

GeomConverter/resources/org/lcsim/schemas/lcdd/1.0
lcdd_fields.xsd 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- lcdd_fields.xsd	24 Jun 2011 22:17:13 -0000	1.2
+++ lcdd_fields.xsd	29 Aug 2013 21:32:50 -0000	1.3
@@ -176,7 +176,6 @@
         </xs:annotation>
     </xs:element>
 
-
     <xs:complexType name="BoxDipoleType">
         <xs:annotation>
             <xs:documentation>
@@ -206,4 +205,19 @@
         </xs:annotation>
     </xs:element>    
     
+    <xs:complexType name="FieldMap3DType">
+        <xs:annotation>
+            <xs:documentation>
+                Full 3D Cartesian field map described in external file
+            </xs:documentation>
+        </xs:annotation>
+        <xs:complexContent>
+            <xs:extension base="FieldType">
+                <xs:attribute name="filename" type="xs:string" />
+            </xs:extension>
+        </xs:complexContent>
+    </xs:complexType>
+    
+    <xs:element name="field_map_3d" substitutionGroup="field" type="FieldMap3DType"/>
+        
 </xs:schema>
\ No newline at end of file

GeomConverter/resources/org/lcsim/schemas/lcdd/1.0
lcdd_sensitive_detectors.xsd 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- lcdd_sensitive_detectors.xsd	7 Dec 2010 20:08:08 -0000	1.3
+++ lcdd_sensitive_detectors.xsd	29 Aug 2013 21:32:50 -0000	1.4
@@ -5,21 +5,33 @@
            elementFormDefault="unqualified"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns:lcdd="http://www.lcsim.org/schemas/lcdd/1.0/">
+    
+    <xs:complexType name="HitProcessorType">
+        <xs:attribute name="type" type="xs:string" use="required"/>
+    </xs:complexType>
+    
+    <xs:complexType name="HitsCollectionType">
+        <xs:attribute name="name" type="xs:string" use="required"/>
+    </xs:complexType>
 
     <xs:complexType name="SensitiveDetectorType">
+    
         <xs:annotation>
             <xs:documentation>
-                Sensitive detector type with a name id, hits collection name
-                and a list of sensitive volumes
+                Sensitive detector type with a name, ID, and hits collection
             </xs:documentation>
         </xs:annotation>
-
-        <xs:choice>
+        
+        <xs:sequence>
             <xs:element minOccurs="0" maxOccurs="1" name="idspecref" type="ReferenceType" />
-        </xs:choice>
+            <xs:choice minOccurs="0" maxOccurs="unbounded">                
+                <xs:element name="hit_processor" type="HitProcessorType" />
+                <xs:element name="hits_collection" type="HitsCollectionType" />
+            </xs:choice>
+        </xs:sequence>
 
         <xs:attribute name="name"               type="xs:ID" use="required" />
-        <xs:attribute name="hits_collection"    type="xs:string" use="required" />
+        <xs:attribute name="hits_collection"    type="xs:string" />
         <xs:attribute name="endcap_flag"        type="xs:boolean" default="false" />
         <xs:attribute name="ecut"               type="xs:double" default="0.0" />
         <xs:attribute name="eunit"              type="xs:string" default="MeV" />
@@ -31,7 +43,7 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
-
+                
     </xs:complexType>
 
     <xs:element abstract="true" name="sd" type="SensitiveDetectorType">
@@ -83,29 +95,7 @@
             </xs:extension>
         </xs:complexContent>
     </xs:complexType>
-
-    <xs:complexType name="OpticalCalorimeterType">
-        <xs:annotation>
-            <xs:documentation>
-                Optical calorimeter sensitive detector type
-            </xs:documentation>
-        </xs:annotation>
-        <xs:complexContent>
-            <xs:extension base="CalorimeterType"/>
-        </xs:complexContent>    
-    </xs:complexType>
-
-    <xs:complexType name="UnsegmentedCalorimeterType">
-        <xs:annotation>
-            <xs:documentation>
-                Optical calorimeter sensitive detector type
-            </xs:documentation>
-        </xs:annotation>
-        <xs:complexContent>
-            <xs:extension base="CalorimeterType"/>
-        </xs:complexContent>    
-    </xs:complexType>
-
+  
     <xs:element name="calorimeter" substitutionGroup="sd" type="CalorimeterType">
         <xs:annotation>
             <xs:documentation>
@@ -114,22 +104,6 @@
         </xs:annotation>
     </xs:element>
 
-    <xs:element name="optical_calorimeter" substitutionGroup="sd" type="OpticalCalorimeterType">
-        <xs:annotation>
-            <xs:documentation>
-                Optical calorimeter sensitive detector element
-            </xs:documentation>
-        </xs:annotation>
-    </xs:element>
-
-    <xs:element name="unsegmented_calorimeter" substitutionGroup="sd" type="UnsegmentedCalorimeterType">
-        <xs:annotation>
-            <xs:documentation>
-                Optical calorimeter sensitive detector element
-            </xs:documentation>
-        </xs:annotation>
-    </xs:element>
-
     <xs:complexType name="TrackerType">
         <xs:annotation>
             <xs:documentation>
@@ -151,33 +125,6 @@
         </xs:annotation>
     </xs:element>
 
-    <xs:complexType name="ScorerType">
-        <xs:annotation>
-            <xs:documentation>
-                Scoring plane sensitive detector type.
-                Assigned LV should be thin, e.g. a few micron, and close to Vacuum.
-            </xs:documentation>
-        </xs:annotation>
-
-        <xs:complexContent>
-            <xs:extension base="SensitiveDetectorType">
-                <xs:annotation>
-                    <xs:documentation>
-                        This type of SD ignore the ecut attribute, because this will often be 0 in a vacuum.
-                    </xs:documentation>
-                </xs:annotation>
-            </xs:extension>
-        </xs:complexContent>
-    </xs:complexType>
-
-    <xs:element name="scorer" substitutionGroup="sd" type="ScorerType">
-        <xs:annotation>
-            <xs:documentation>
-                Scoring plane element
-            </xs:documentation>
-        </xs:annotation>
-    </xs:element>
-
     <xs:complexType name="SegmentationType">
         <xs:annotation>
             <xs:documentation>
@@ -224,7 +171,30 @@
             </xs:extension>
         </xs:complexContent>
     </xs:complexType>
-
+    
+    <xs:complexType name="CellReadout2DSegmentationType">
+        <xs:annotation>
+            <xs:documentation>
+                CellReadout2D segmentation type.
+            </xs:documentation>
+        </xs:annotation>
+        <xs:complexContent>
+            <xs:extension base="SegmentationType">
+                <xs:attribute name="cell_size_x" type="xs:double" use="required"/>
+                <xs:attribute name="cell_size_y" type="xs:double" use="required"/>
+                <xs:attribute default="mm"  name="lunit"  type="xs:string"/>
+            </xs:extension>
+        </xs:complexContent>
+    </xs:complexType>
+    
+    <xs:element name="cell_readout_2d" substitutionGroup="segmentation" type="CellReadout2DSegmentationType">
+        <xs:annotation>
+            <xs:documentation>
+                The element definition for the CellReadout2DSegmentationType.
+            </xs:documentation>
+        </xs:annotation>
+    </xs:element>
+    
     <xs:element name="grid_xyz" substitutionGroup="segmentation" type="NonprojectiveSegmentationType">
         <xs:annotation>
             <xs:documentation>

GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd
FieldMap3D.java added at 1.1
diff -N FieldMap3D.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ FieldMap3D.java	29 Aug 2013 21:32:50 -0000	1.1
@@ -0,0 +1,26 @@
+package org.lcsim.geometry.compact.converter.lcdd;
+
+import org.jdom.Element;
+import org.jdom.JDOMException;
+import org.lcsim.geometry.compact.converter.lcdd.util.LCDD;
+
+public class FieldMap3D extends LCDDField 
+{
+	private Element node;
+	
+    public FieldMap3D(Element node)
+    {
+        super(node);
+        this.node = node;
+    }
+	
+	void addToLCDD(LCDD lcdd) throws JDOMException 
+	{
+		org.lcsim.geometry.compact.converter.lcdd.util.FieldMap3D fieldMap = 
+				new org.lcsim.geometry.compact.converter.lcdd.util.FieldMap3D(
+						node.getAttribute("name").getValue(),
+						node.getAttribute("filename").getValue());
+		lcdd.add(fieldMap);
+	}
+
+}

GeomConverter/src/org/lcsim/geometry/compact/converter/lcdd/util
FieldMap3D.java added at 1.1
diff -N FieldMap3D.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ FieldMap3D.java	29 Aug 2013 21:32:50 -0000	1.1
@@ -0,0 +1,15 @@
+package org.lcsim.geometry.compact.converter.lcdd.util;
+
+/**
+ *
+ * @author Jeremy McCormick <[log in to unmask]>
+ */
+public class FieldMap3D extends Field
+{   
+   /** Creates a new instance of Solenoid */
+   public FieldMap3D(String name, String filename)
+   {
+      super("field_map_3d", name);
+      setAttribute("filename", filename);
+   }   
+}
\ No newline at end of file

GeomConverter/testResources/org/lcsim/geometry/field
FieldMap3DTest.xml added at 1.1
diff -N FieldMap3DTest.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ FieldMap3DTest.xml	29 Aug 2013 21:32:50 -0000	1.1
@@ -0,0 +1,31 @@
+<lccdd xmlns:compact="http://www.lcsim.org/schemas/compact/1.0"
+       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
+       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/compact/1.0/compact.xsd">
+
+  <info name="FieldMap3DTest"/>
+
+  <define>
+    <constant name="cm" value="10"/>
+
+    <constant name="world_side" value="30000" />
+    <constant name="world_x" value="world_side" />
+    <constant name="world_y" value="world_side" />
+    <constant name="world_z" value="world_side" />
+
+    <constant name="tracking_region_radius" value="1100.0*cm"/>
+    <constant name="tracking_region_zmax" value="150.0*cm"/>
+  </define>
+
+  <materials>
+  </materials>
+
+  <detectors>
+  </detectors>
+
+  <readouts>
+  </readouts>
+  
+  <fields>
+    <field type="FieldMap3D" name="FieldMapTest" filename="./testResources/org/lcsim/geometry/field/HPS_b18d36_unfolded.dat" />
+   </fields>
+</lccdd>

GeomConverter/testResources/org/lcsim/geometry/field
HPS_b18d36_unfolded.dat added at 1.1
diff -N HPS_b18d36_unfolded.dat
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ HPS_b18d36_unfolded.dat	29 Aug 2013 21:32:50 -0000	1.1
@@ -0,0 +1,61311 @@
+
+51 2 601
+ 1 X 
+ 2 Y 
+ 3 Z 
+ 4 BX 
+ 5 BY 
+ 6 BZ 
+ 0 End of Header. Data follows in above format 
+-25.0 -8.9 -150.0 0. -0.0019 0. 
+-25.0 -8.9 -149.5 0. -0.0019 0. 
+-25.0 -8.9 -149.0 0. -0.0019 0. 
+-25.0 -8.9 -148.5 0. -0.002 0. 
+-25.0 -8.9 -148.0 0. -0.002 0. 
+-25.0 -8.9 -147.5 0. -0.002 0. 
+-25.0 -8.9 -147.0 0. -0.0021 0. 
+-25.0 -8.9 -146.5 0. -0.0021 0. 
+-25.0 -8.9 -146.0 0. -0.0021 0. 
+-25.0 -8.9 -145.5 0. -0.0021 0. 
+-25.0 -8.9 -145.0 0. -0.0022 0. 
+-25.0 -8.9 -144.5 0. -0.0022 0. 
+-25.0 -8.9 -144.0 0. -0.0022 0. 
+-25.0 -8.9 -143.5 0. -0.0023 0. 
+-25.0 -8.9 -143.0 0. -0.0023 0. 
+-25.0 -8.9 -142.5 0. -0.0023 0. 
+-25.0 -8.9 -142.0 0. -0.0024 0. 
+-25.0 -8.9 -141.5 0. -0.0024 0. 
+-25.0 -8.9 -141.0 0. -0.0025 0. 
+-25.0 -8.9 -140.5 0. -0.0025 0. 
+-25.0 -8.9 -140.0 0. -0.0025 0. 
+-25.0 -8.9 -139.5 0. -0.0026 0. 
+-25.0 -8.9 -139.0 0. -0.0026 0. 
+-25.0 -8.9 -138.5 0. -0.0027 0. 
+-25.0 -8.9 -138.0 0. -0.0027 0. 
+-25.0 -8.9 -137.5 0. -0.0028 0. 
+-25.0 -8.9 -137.0 0. -0.0028 0. 
+-25.0 -8.9 -136.5 0. -0.0029 0. 
+-25.0 -8.9 -136.0 0. -0.0029 0. 
+-25.0 -8.9 -135.5 0. -0.003 0. 
+-25.0 -8.9 -135.0 0. -0.003 0. 
+-25.0 -8.9 -134.5 0. -0.0031 0. 
+-25.0 -8.9 -134.0 0. -0.0031 0. 
+-25.0 -8.9 -133.5 0. -0.0032 0. 
+-25.0 -8.9 -133.0 0. -0.0032 0. 
+-25.0 -8.9 -132.5 0. -0.0033 0. 
+-25.0 -8.9 -132.0 0. -0.0033 0. 
+-25.0 -8.9 -131.5 0. -0.0034 0. 
+-25.0 -8.9 -131.0 0. -0.0034 0. 
+-25.0 -8.9 -130.5 0. -0.0035 0. 
+-25.0 -8.9 -130.0 0. -0.0035 0. 
+-25.0 -8.9 -129.5 0. -0.0036 0. 
+-25.0 -8.9 -129.0 0. -0.0037 0. 
+-25.0 -8.9 -128.5 0. -0.0037 0. 
+-25.0 -8.9 -128.0 0. -0.0038 0. 
+-25.0 -8.9 -127.5 0. -0.0038 0. 
+-25.0 -8.9 -127.0 0. -0.0039 0. 
+-25.0 -8.9 -126.5 0. -0.004 0. 
+-25.0 -8.9 -126.0 0. -0.004 0. 
+-25.0 -8.9 -125.5 0. -0.0041 0. 
+-25.0 -8.9 -125.0 0. -0.0042 0. 
+-25.0 -8.9 -124.5 0. -0.0043 0. 
+-25.0 -8.9 -124.0 0. -0.0043 0. 
+-25.0 -8.9 -123.5 0. -0.0044 0. 
+-25.0 -8.9 -123.0 0. -0.0045 0. 
+-25.0 -8.9 -122.5 0. -0.0046 0. 
+-25.0 -8.9 -122.0 0. -0.0047 0. 
+-25.0 -8.9 -121.5 0. -0.0048 0. 
+-25.0 -8.9 -121.0 0. -0.0049 0. 
+-25.0 -8.9 -120.5 0. -0.005 0. 
+-25.0 -8.9 -120.0 0. -0.0051 0. 
+-25.0 -8.9 -119.5 0. -0.0052 0. 
+-25.0 -8.9 -119.0 0. -0.0053 0. 
+-25.0 -8.9 -118.5 0. -0.0054 0. 
+-25.0 -8.9 -118.0 0. -0.0055 0. 
+-25.0 -8.9 -117.5 0. -0.0056 0. 
+-25.0 -8.9 -117.0 0. -0.0058 0. 
+-25.0 -8.9 -116.5 0. -0.0059 0. 
+-25.0 -8.9 -116.0 0. -0.006 0. 
+-25.0 -8.9 -115.5 0. -0.0061 0. 
+-25.0 -8.9 -115.0 0. -0.0063 0. 
+-25.0 -8.9 -114.5 0. -0.0064 0. 
+-25.0 -8.9 -114.0 0. -0.0065 0. 
+-25.0 -8.9 -113.5 0. -0.0067 0. 
+-25.0 -8.9 -113.0 0. -0.0068 0. 
+-25.0 -8.9 -112.5 0. -0.007 0. 
+-25.0 -8.9 -112.0 0. -0.0071 0. 
+-25.0 -8.9 -111.5 0. -0.0073 0. 
+-25.0 -8.9 -111.0 0. -0.0074 0. 
+-25.0 -8.9 -110.5 0. -0.0076 0. 
+-25.0 -8.9 -110.0 0. -0.0077 0. 
+-25.0 -8.9 -109.5 0. -0.0079 0. 
+-25.0 -8.9 -109.0 0. -0.0081 0. 
+-25.0 -8.9 -108.5 0. -0.0082 0. 
+-25.0 -8.9 -108.0 0. -0.0084 0. 
+-25.0 -8.9 -107.5 0. -0.0086 0. 
+-25.0 -8.9 -107.0 0. -0.0087 0. 
+-25.0 -8.9 -106.5 0. -0.0089 0. 
+-25.0 -8.9 -106.0 0. -0.009 0. 
+-25.0 -8.9 -105.5 0. -0.0092 0. 
+-25.0 -8.9 -105.0 0. -0.0094 0. 
+-25.0 -8.9 -104.5 0. -0.0096 0. 
+-25.0 -8.9 -104.0 0. -0.0098 0. 
+-25.0 -8.9 -103.5 0. -0.01 0. 
+-25.0 -8.9 -103.0 0. -0.0103 0. 
+-25.0 -8.9 -102.5 0. -0.0105 0. 
+-25.0 -8.9 -102.0 0. -0.0108 0. 
+-25.0 -8.9 -101.5 0. -0.0111 0. 
+-25.0 -8.9 -101.0 0. -0.0113 0. 
+-25.0 -8.9 -100.5 0. -0.0116 0. 
+-25.0 -8.9 -100.0 0. -0.0119 0. 
+-25.0 -8.9 -99.5 0. -0.0123 0. 
+-25.0 -8.9 -99.0 0. -0.0126 0. 
+-25.0 -8.9 -98.5 0. -0.0129 0. 
+-25.0 -8.9 -98.0 0. -0.0133 0. 
+-25.0 -8.9 -97.5 0. -0.0136 0. 
+-25.0 -8.9 -97.0 0. -0.014 0. 
+-25.0 -8.9 -96.5 0. -0.0144 0. 
+-25.0 -8.9 -96.0 0. -0.0148 0. 
+-25.0 -8.9 -95.5 0. -0.0152 0. 
+-25.0 -8.9 -95.0 0. -0.0156 0. 
+-25.0 -8.9 -94.5 0. -0.016 0. 
+-25.0 -8.9 -94.0 0. -0.0165 0. 
+-25.0 -8.9 -93.5 0. -0.0169 0. 
+-25.0 -8.9 -93.0 0. -0.0174 0. 
+-25.0 -8.9 -92.5 0. -0.0179 0. 
+-25.0 -8.9 -92.0 0. -0.0184 0. 
+-25.0 -8.9 -91.5 0. -0.0189 0. 
+-25.0 -8.9 -91.0 0. -0.0194 0. 
+-25.0 -8.9 -90.5 0. -0.0199 0. 
+-25.0 -8.9 -90.0 0. -0.0204 0. 
+-25.0 -8.9 -89.5 0. -0.021 0. 
+-25.0 -8.9 -89.0 0. -0.0215 0. 
+-25.0 -8.9 -88.5 0. -0.0221 0. 
+-25.0 -8.9 -88.0 0. -0.0226 0. 
+-25.0 -8.9 -87.5 0. -0.0232 0. 
+-25.0 -8.9 -87.0 0. -0.0238 0. 
+-25.0 -8.9 -86.5 0. -0.0244 0. 
+-25.0 -8.9 -86.0 0. -0.0251 0. 
+-25.0 -8.9 -85.5 0. -0.0259 0. 
+-25.0 -8.9 -85.0 0. -0.0266 0. 
+-25.0 -8.9 -84.5 0. -0.0274 0. 
+-25.0 -8.9 -84.0 0. -0.0282 0. 
+-25.0 -8.9 -83.5 0. -0.029 0. 
+-25.0 -8.9 -83.0 0. -0.0299 0. 
+-25.0 -8.9 -82.5 0. -0.0308 0. 
+-25.0 -8.9 -82.0 0. -0.0317 0. 
+-25.0 -8.9 -81.5 0. -0.0327 0. 
+-25.0 -8.9 -81.0 0. -0.0337 0. 
+-25.0 -8.9 -80.5 0. -0.0347 0. 
+-25.0 -8.9 -80.0 0. -0.0358 0. 
+-25.0 -8.9 -79.5 0. -0.0369 0. 
+-25.0 -8.9 -79.0 0. -0.038 0. 
+-25.0 -8.9 -78.5 0. -0.0392 0. 
+-25.0 -8.9 -78.0 0. -0.0404 0. 
+-25.0 -8.9 -77.5 0. -0.0417 0. 
+-25.0 -8.9 -77.0 0. -0.0431 0. 
+-25.0 -8.9 -76.5 0. -0.0444 0. 
+-25.0 -8.9 -76.0 0. -0.0459 0. 
+-25.0 -8.9 -75.5 0. -0.0474 0. 
+-25.0 -8.9 -75.0 0. -0.0489 0. 
+-25.0 -8.9 -74.5 0. -0.0505 0. 
+-25.0 -8.9 -74.0 0. -0.0522 0. 
+-25.0 -8.9 -73.5 0. -0.0539 0. 
+-25.0 -8.9 -73.0 0. -0.0557 0. 
+-25.0 -8.9 -72.5 0. -0.0576 0. 
+-25.0 -8.9 -72.0 0. -0.0596 0. 
+-25.0 -8.9 -71.5 0. -0.0616 0. 
+-25.0 -8.9 -71.0 0. -0.0637 0. 
+-25.0 -8.9 -70.5 0. -0.0659 0. 
+-25.0 -8.9 -70.0 0. -0.0682 0. 
+-25.0 -8.9 -69.5 0. -0.0706 0. 
+-25.0 -8.9 -69.0 0. -0.0731 0. 
+-25.0 -8.9 -68.5 0. -0.0757 0. 
+-25.0 -8.9 -68.0 0. -0.0784 0. 
+-25.0 -8.9 -67.5 0. -0.0812 0. 
+-25.0 -8.9 -67.0 0. -0.0842 0. 
+-25.0 -8.9 -66.5 0. -0.0872 0. 
+-25.0 -8.9 -66.0 0. -0.0904 0. 
+-25.0 -8.9 -65.5 0. -0.0937 0. 
+-25.0 -8.9 -65.0 0. -0.0972 0. 
+-25.0 -8.9 -64.5 0. -0.1008 0. 
+-25.0 -8.9 -64.0 0. -0.1046 0. 
+-25.0 -8.9 -63.5 0. -0.1086 0. 
+-25.0 -8.9 -63.0 0. -0.1127 0. 
+-25.0 -8.9 -62.5 0. -0.117 0. 
+-25.0 -8.9 -62.0 0. -0.1215 0. 
+-25.0 -8.9 -61.5 0. -0.1262 0. 
+-25.0 -8.9 -61.0 0. -0.1311 0. 
+-25.0 -8.9 -60.5 0. -0.1362 0. 
+-25.0 -8.9 -60.0 0. -0.1415 0. 
+-25.0 -8.9 -59.5 0. -0.1471 0. 
+-25.0 -8.9 -59.0 0. -0.1529 0. 
+-25.0 -8.9 -58.5 0. -0.159 0. 
+-25.0 -8.9 -58.0 0. -0.1653 0. 
+-25.0 -8.9 -57.5 0. -0.1719 0. 
+-25.0 -8.9 -57.0 0. -0.1788 0. 
+-25.0 -8.9 -56.5 0. -0.186 0. 
+-25.0 -8.9 -56.0 0. -0.1934 0. 
+-25.0 -8.9 -55.5 0. -0.2012 0. 
+-25.0 -8.9 -55.0 0. -0.2092 0. 
+-25.0 -8.9 -54.5 0. -0.2175 0. 
+-25.0 -8.9 -54.0 0. -0.2262 0. 
+-25.0 -8.9 -53.5 0. -0.2351 0. 
+-25.0 -8.9 -53.0 0. -0.2442 0. 
+-25.0 -8.9 -52.5 0. -0.2536 0. 
+-25.0 -8.9 -52.0 0. -0.2632 0. 
+-25.0 -8.9 -51.5 0. -0.2731 0. 
+-25.0 -8.9 -51.0 0. -0.2831 0. 
+-25.0 -8.9 -50.5 0. -0.2932 0. 
+-25.0 -8.9 -50.0 0. -0.3034 0. 
+-25.0 -8.9 -49.5 0. -0.3136 0. 
+-25.0 -8.9 -49.0 0. -0.3238 0. 
+-25.0 -8.9 -48.5 0. -0.3338 0. 
+-25.0 -8.9 -48.0 0. -0.3437 0. 
+-25.0 -8.9 -47.5 0. -0.3535 0. 
+-25.0 -8.9 -47.0 0. -0.3628 0. 
+-25.0 -8.9 -46.5 0. -0.3719 0. 
+-25.0 -8.9 -46.0 0. -0.3805 0. 
+-25.0 -8.9 -45.5 0. -0.3887 0. 
+-25.0 -8.9 -45.0 0. -0.3964 0. 
+-25.0 -8.9 -44.5 0. -0.4036 0. 
+-25.0 -8.9 -44.0 0. -0.4103 0. 
+-25.0 -8.9 -43.5 0. -0.4165 0. 
+-25.0 -8.9 -43.0 0. -0.4222 0. 
+-25.0 -8.9 -42.5 0. -0.4274 0. 
+-25.0 -8.9 -42.0 0. -0.432 0. 
+-25.0 -8.9 -41.5 0. -0.4362 0. 
+-25.0 -8.9 -41.0 0. -0.4398 0. 
+-25.0 -8.9 -40.5 0. -0.443 0. 
+-25.0 -8.9 -40.0 0. -0.4459 0. 
+-25.0 -8.9 -39.5 0. -0.4485 0. 
+-25.0 -8.9 -39.0 0. -0.4509 0. 
+-25.0 -8.9 -38.5 0. -0.453 0. 
+-25.0 -8.9 -38.0 0. -0.4548 0. 
+-25.0 -8.9 -37.5 0. -0.4563 0. 
+-25.0 -8.9 -37.0 0. -0.4576 0. 
+-25.0 -8.9 -36.5 0. -0.4586 0. 
+-25.0 -8.9 -36.0 0. -0.4595 0. 
+-25.0 -8.9 -35.5 0. -0.4603 0. 
+-25.0 -8.9 -35.0 0. -0.4611 0. 
+-25.0 -8.9 -34.5 0. -0.4618 0. 
+-25.0 -8.9 -34.0 0. -0.4624 0. 
+-25.0 -8.9 -33.5 0. -0.4629 0. 
+-25.0 -8.9 -33.0 0. -0.4633 0. 
+-25.0 -8.9 -32.5 0. -0.4636 0. 
+-25.0 -8.9 -32.0 0. -0.4639 0. 
+-25.0 -8.9 -31.5 0. -0.4641 0. 
+-25.0 -8.9 -31.0 0. -0.4644 0. 
+-25.0 -8.9 -30.5 0. -0.4645 0. 
+-25.0 -8.9 -30.0 0. -0.4647 0. 
+-25.0 -8.9 -29.5 0. -0.4649 0. 
+-25.0 -8.9 -29.0 0. -0.465 0. 
+-25.0 -8.9 -28.5 0. -0.4651 0. 
+-25.0 -8.9 -28.0 0. -0.4652 0. 
+-25.0 -8.9 -27.5 0. -0.4653 0. 
+-25.0 -8.9 -27.0 0. -0.4653 0. 
+-25.0 -8.9 -26.5 0. -0.4654 0. 
+-25.0 -8.9 -26.0 0. -0.4654 0. 
+-25.0 -8.9 -25.5 0. -0.4655 0. 
+-25.0 -8.9 -25.0 0. -0.4655 0. 
+-25.0 -8.9 -24.5 0. -0.4656 0. 
+-25.0 -8.9 -24.0 0. -0.4656 0. 
+-25.0 -8.9 -23.5 0. -0.4656 0. 
+-25.0 -8.9 -23.0 0. -0.4656 0. 
+-25.0 -8.9 -22.5 0. -0.4657 0. 
+-25.0 -8.9 -22.0 0. -0.4657 0. 
+-25.0 -8.9 -21.5 0. -0.4657 0. 
+-25.0 -8.9 -21.0 0. -0.4657 0. 
+-25.0 -8.9 -20.5 0. -0.4657 0. 
+-25.0 -8.9 -20.0 0. -0.4657 0. 
+-25.0 -8.9 -19.5 0. -0.4657 0. 
+-25.0 -8.9 -19.0 0. -0.4657 0. 
+-25.0 -8.9 -18.5 0. -0.4657 0. 
+-25.0 -8.9 -18.0 0. -0.4657 0. 
+-25.0 -8.9 -17.5 0. -0.4657 0. 
+-25.0 -8.9 -17.0 0. -0.4657 0. 
+-25.0 -8.9 -16.5 0. -0.4657 0. 
+-25.0 -8.9 -16.0 0. -0.4658 0. 
+-25.0 -8.9 -15.5 0. -0.4658 0. 
+-25.0 -8.9 -15.0 0. -0.4658 0. 
+-25.0 -8.9 -14.5 0. -0.4658 0. 
+-25.0 -8.9 -14.0 0. -0.4658 0. 
+-25.0 -8.9 -13.5 0. -0.4658 0. 
+-25.0 -8.9 -13.0 0. -0.4658 0. 
+-25.0 -8.9 -12.5 0. -0.4658 0. 
+-25.0 -8.9 -12.0 0. -0.4658 0. 
+-25.0 -8.9 -11.5 0. -0.4658 0. 
+-25.0 -8.9 -11.0 0. -0.4658 0. 
+-25.0 -8.9 -10.5 0. -0.4658 0. 
+-25.0 -8.9 -10.0 0. -0.4658 0. 
+-25.0 -8.9 -9.5 0. -0.4658 0. 
+-25.0 -8.9 -9.0 0. -0.4658 0. 
+-25.0 -8.9 -8.5 0. -0.4658 0. 
+-25.0 -8.9 -8.0 0. -0.4658 0. 
+-25.0 -8.9 -7.5 0. -0.4658 0. 
+-25.0 -8.9 -7.0 0. -0.4658 0. 
+-25.0 -8.9 -6.5 0. -0.4658 0. 
+-25.0 -8.9 -6.0 0. -0.4658 0. 
+-25.0 -8.9 -5.5 0. -0.4658 0. 
+-25.0 -8.9 -5.0 0. -0.4658 0. 
+-25.0 -8.9 -4.5 0. -0.4658 0. 
+-25.0 -8.9 -4.0 0. -0.4658 0. 
+-25.0 -8.9 -3.5 0. -0.4658 0. 
+-25.0 -8.9 -3.0 0. -0.4658 0. 
+-25.0 -8.9 -2.5 0. -0.4658 0. 
+-25.0 -8.9 -2.0 0. -0.4658 0. 
+-25.0 -8.9 -1.5 0. -0.4658 0. 
+-25.0 -8.9 -1.0 0. -0.4658 0. 
+-25.0 -8.9 -0.5 0. -0.4658 0. 
+-25.0 -8.9 0.0 0. -0.4658 0. 
+-25.0 -8.9 0.5 0. -0.4658 0. 
+-25.0 -8.9 1.0 0. -0.4658 0. 
+-25.0 -8.9 1.5 0. -0.4658 0. 
+-25.0 -8.9 2.0 0. -0.4658 0. 
+-25.0 -8.9 2.5 0. -0.4658 0. 
+-25.0 -8.9 3.0 0. -0.4658 0. 
+-25.0 -8.9 3.5 0. -0.4658 0. 
+-25.0 -8.9 4.0 0. -0.4658 0. 
+-25.0 -8.9 4.5 0. -0.4658 0. 
+-25.0 -8.9 5.0 0. -0.4658 0. 
+-25.0 -8.9 5.5 0. -0.4658 0. 
+-25.0 -8.9 6.0 0. -0.4658 0. 
+-25.0 -8.9 6.5 0. -0.4658 0. 
+-25.0 -8.9 7.0 0. -0.4658 0. 
+-25.0 -8.9 7.5 0. -0.4658 0. 
+-25.0 -8.9 8.0 0. -0.4658 0. 
+-25.0 -8.9 8.5 0. -0.4658 0. 
+-25.0 -8.9 9.0 0. -0.4658 0. 
+-25.0 -8.9 9.5 0. -0.4658 0. 
+-25.0 -8.9 10.0 0. -0.4658 0. 
+-25.0 -8.9 10.5 0. -0.4658 0. 
+-25.0 -8.9 11.0 0. -0.4658 0. 
+-25.0 -8.9 11.5 0. -0.4658 0. 
+-25.0 -8.9 12.0 0. -0.4658 0. 
+-25.0 -8.9 12.5 0. -0.4658 0. 
+-25.0 -8.9 13.0 0. -0.4658 0. 
+-25.0 -8.9 13.5 0. -0.4658 0. 
+-25.0 -8.9 14.0 0. -0.4658 0. 
+-25.0 -8.9 14.5 0. -0.4658 0. 
+-25.0 -8.9 15.0 0. -0.4658 0. 
+-25.0 -8.9 15.5 0. -0.4658 0. 
+-25.0 -8.9 16.0 0. -0.4658 0. 
+-25.0 -8.9 16.5 0. -0.4657 0. 
+-25.0 -8.9 17.0 0. -0.4657 0. 
+-25.0 -8.9 17.5 0. -0.4657 0. 
+-25.0 -8.9 18.0 0. -0.4657 0. 
+-25.0 -8.9 18.5 0. -0.4657 0. 
+-25.0 -8.9 19.0 0. -0.4657 0. 
+-25.0 -8.9 19.5 0. -0.4657 0. 
+-25.0 -8.9 20.0 0. -0.4657 0. 
+-25.0 -8.9 20.5 0. -0.4657 0. 
+-25.0 -8.9 21.0 0. -0.4657 0. 
+-25.0 -8.9 21.5 0. -0.4657 0. 
+-25.0 -8.9 22.0 0. -0.4657 0. 
+-25.0 -8.9 22.5 0. -0.4657 0. 
+-25.0 -8.9 23.0 0. -0.4656 0. 
+-25.0 -8.9 23.5 0. -0.4656 0. 
+-25.0 -8.9 24.0 0. -0.4656 0. 
+-25.0 -8.9 24.5 0. -0.4656 0. 
+-25.0 -8.9 25.0 0. -0.4655 0. 
+-25.0 -8.9 25.5 0. -0.4655 0. 
+-25.0 -8.9 26.0 0. -0.4654 0. 
+-25.0 -8.9 26.5 0. -0.4654 0. 
+-25.0 -8.9 27.0 0. -0.4653 0. 
+-25.0 -8.9 27.5 0. -0.4653 0. 
+-25.0 -8.9 28.0 0. -0.4652 0. 
+-25.0 -8.9 28.5 0. -0.4651 0. 
+-25.0 -8.9 29.0 0. -0.465 0. 
+-25.0 -8.9 29.5 0. -0.4649 0. 
+-25.0 -8.9 30.0 0. -0.4647 0. 
+-25.0 -8.9 30.5 0. -0.4645 0. 
+-25.0 -8.9 31.0 0. -0.4644 0. 
+-25.0 -8.9 31.5 0. -0.4641 0. 
+-25.0 -8.9 32.0 0. -0.4639 0. 
+-25.0 -8.9 32.5 0. -0.4636 0. 
+-25.0 -8.9 33.0 0. -0.4633 0. 
+-25.0 -8.9 33.5 0. -0.4629 0. 
+-25.0 -8.9 34.0 0. -0.4624 0. 
+-25.0 -8.9 34.5 0. -0.4618 0. 
+-25.0 -8.9 35.0 0. -0.4611 0. 
+-25.0 -8.9 35.5 0. -0.4603 0. 
+-25.0 -8.9 36.0 0. -0.4595 0. 
+-25.0 -8.9 36.5 0. -0.4586 0. 
+-25.0 -8.9 37.0 0. -0.4576 0. 
+-25.0 -8.9 37.5 0. -0.4563 0. 
+-25.0 -8.9 38.0 0. -0.4548 0. 
+-25.0 -8.9 38.5 0. -0.453 0. 
+-25.0 -8.9 39.0 0. -0.4509 0. 
+-25.0 -8.9 39.5 0. -0.4485 0. 
+-25.0 -8.9 40.0 0. -0.4459 0. 
+-25.0 -8.9 40.5 0. -0.443 0. 
+-25.0 -8.9 41.0 0. -0.4398 0. 
+-25.0 -8.9 41.5 0. -0.4362 0. 
+-25.0 -8.9 42.0 0. -0.432 0. 
+-25.0 -8.9 42.5 0. -0.4274 0. 
+-25.0 -8.9 43.0 0. -0.4222 0. 
+-25.0 -8.9 43.5 0. -0.4165 0. 
+-25.0 -8.9 44.0 0. -0.4103 0. 
+-25.0 -8.9 44.5 0. -0.4036 0. 
+-25.0 -8.9 45.0 0. -0.3964 0. 
+-25.0 -8.9 45.5 0. -0.3887 0. 
+-25.0 -8.9 46.0 0. -0.3805 0. 
+-25.0 -8.9 46.5 0. -0.3719 0. 
+-25.0 -8.9 47.0 0. -0.3628 0. 
+-25.0 -8.9 47.5 0. -0.3535 0. 
+-25.0 -8.9 48.0 0. -0.3437 0. 
+-25.0 -8.9 48.5 0. -0.3338 0. 
+-25.0 -8.9 49.0 0. -0.3238 0. 
+-25.0 -8.9 49.5 0. -0.3136 0. 
+-25.0 -8.9 50.0 0. -0.3034 0. 
+-25.0 -8.9 50.5 0. -0.2932 0. 
+-25.0 -8.9 51.0 0. -0.2831 0. 
+-25.0 -8.9 51.5 0. -0.2731 0. 
+-25.0 -8.9 52.0 0. -0.2632 0. 
+-25.0 -8.9 52.5 0. -0.2536 0. 
+-25.0 -8.9 53.0 0. -0.2442 0. 
+-25.0 -8.9 53.5 0. -0.2351 0. 
+-25.0 -8.9 54.0 0. -0.2262 0. 
+-25.0 -8.9 54.5 0. -0.2175 0. 
+-25.0 -8.9 55.0 0. -0.2092 0. 
+-25.0 -8.9 55.5 0. -0.2012 0. 
+-25.0 -8.9 56.0 0. -0.1934 0. 
+-25.0 -8.9 56.5 0. -0.186 0. 
+-25.0 -8.9 57.0 0. -0.1788 0. 
+-25.0 -8.9 57.5 0. -0.1719 0. 
+-25.0 -8.9 58.0 0. -0.1653 0. 
+-25.0 -8.9 58.5 0. -0.159 0. 
+-25.0 -8.9 59.0 0. -0.1529 0. 
+-25.0 -8.9 59.5 0. -0.1471 0. 
+-25.0 -8.9 60.0 0. -0.1415 0. 
+-25.0 -8.9 60.5 0. -0.1362 0. 
+-25.0 -8.9 61.0 0. -0.1311 0. 
+-25.0 -8.9 61.5 0. -0.1262 0. 
+-25.0 -8.9 62.0 0. -0.1215 0. 
+-25.0 -8.9 62.5 0. -0.117 0. 
+-25.0 -8.9 63.0 0. -0.1127 0. 
+-25.0 -8.9 63.5 0. -0.1086 0. 
+-25.0 -8.9 64.0 0. -0.1046 0. 
+-25.0 -8.9 64.5 0. -0.1008 0. 
+-25.0 -8.9 65.0 0. -0.0972 0. 
+-25.0 -8.9 65.5 0. -0.0937 0. 
+-25.0 -8.9 66.0 0. -0.0904 0. 
+-25.0 -8.9 66.5 0. -0.0872 0. 
+-25.0 -8.9 67.0 0. -0.0842 0. 
+-25.0 -8.9 67.5 0. -0.0812 0. 
+-25.0 -8.9 68.0 0. -0.0784 0. 
+-25.0 -8.9 68.5 0. -0.0757 0. 
+-25.0 -8.9 69.0 0. -0.0731 0. 
+-25.0 -8.9 69.5 0. -0.0706 0. 
+-25.0 -8.9 70.0 0. -0.0682 0. 
+-25.0 -8.9 70.5 0. -0.0659 0. 
+-25.0 -8.9 71.0 0. -0.0637 0. 
+-25.0 -8.9 71.5 0. -0.0616 0. 
+-25.0 -8.9 72.0 0. -0.0596 0. 
+-25.0 -8.9 72.5 0. -0.0576 0. 
+-25.0 -8.9 73.0 0. -0.0557 0. 
+-25.0 -8.9 73.5 0. -0.0539 0. 
+-25.0 -8.9 74.0 0. -0.0522 0. 
+-25.0 -8.9 74.5 0. -0.0505 0. 
+-25.0 -8.9 75.0 0. -0.0489 0. 
+-25.0 -8.9 75.5 0. -0.0474 0. 
+-25.0 -8.9 76.0 0. -0.0459 0. 
+-25.0 -8.9 76.5 0. -0.0444 0. 
+-25.0 -8.9 77.0 0. -0.0431 0. 
+-25.0 -8.9 77.5 0. -0.0417 0. 
+-25.0 -8.9 78.0 0. -0.0404 0. 
+-25.0 -8.9 78.5 0. -0.0392 0. 
+-25.0 -8.9 79.0 0. -0.038 0. 
+-25.0 -8.9 79.5 0. -0.0369 0. 
+-25.0 -8.9 80.0 0. -0.0358 0. 
+-25.0 -8.9 80.5 0. -0.0347 0. 
+-25.0 -8.9 81.0 0. -0.0337 0. 
+-25.0 -8.9 81.5 0. -0.0327 0. 
+-25.0 -8.9 82.0 0. -0.0317 0. 
+-25.0 -8.9 82.5 0. -0.0308 0. 
+-25.0 -8.9 83.0 0. -0.0299 0. 
+-25.0 -8.9 83.5 0. -0.029 0. 
+-25.0 -8.9 84.0 0. -0.0282 0. 
+-25.0 -8.9 84.5 0. -0.0274 0. 
+-25.0 -8.9 85.0 0. -0.0266 0. 
+-25.0 -8.9 85.5 0. -0.0259 0. 
+-25.0 -8.9 86.0 0. -0.0251 0. 
+-25.0 -8.9 86.5 0. -0.0244 0. 
+-25.0 -8.9 87.0 0. -0.0238 0. 
+-25.0 -8.9 87.5 0. -0.0232 0. 
+-25.0 -8.9 88.0 0. -0.0226 0. 
+-25.0 -8.9 88.5 0. -0.0221 0. 
+-25.0 -8.9 89.0 0. -0.0215 0. 
+-25.0 -8.9 89.5 0. -0.021 0. 
+-25.0 -8.9 90.0 0. -0.0204 0. 
+-25.0 -8.9 90.5 0. -0.0199 0. 
+-25.0 -8.9 91.0 0. -0.0194 0. 
+-25.0 -8.9 91.5 0. -0.0189 0. 
+-25.0 -8.9 92.0 0. -0.0184 0. 
+-25.0 -8.9 92.5 0. -0.0179 0. 
+-25.0 -8.9 93.0 0. -0.0174 0. 
+-25.0 -8.9 93.5 0. -0.0169 0. 
+-25.0 -8.9 94.0 0. -0.0165 0. 
+-25.0 -8.9 94.5 0. -0.016 0. 
+-25.0 -8.9 95.0 0. -0.0156 0. 
+-25.0 -8.9 95.5 0. -0.0152 0. 
+-25.0 -8.9 96.0 0. -0.0148 0. 
+-25.0 -8.9 96.5 0. -0.0144 0. 
+-25.0 -8.9 97.0 0. -0.014 0. 
+-25.0 -8.9 97.5 0. -0.0136 0. 
+-25.0 -8.9 98.0 0. -0.0133 0. 
+-25.0 -8.9 98.5 0. -0.0129 0. 
+-25.0 -8.9 99.0 0. -0.0126 0. 
+-25.0 -8.9 99.5 0. -0.0123 0. 
+-25.0 -8.9 100.0 0. -0.0119 0. 
+-25.0 -8.9 100.5 0. -0.0116 0. 
+-25.0 -8.9 101.0 0. -0.0113 0. 
+-25.0 -8.9 101.5 0. -0.0111 0. 
+-25.0 -8.9 102.0 0. -0.0108 0. 
+-25.0 -8.9 102.5 0. -0.0105 0. 
+-25.0 -8.9 103.0 0. -0.0103 0. 
+-25.0 -8.9 103.5 0. -0.01 0. 
+-25.0 -8.9 104.0 0. -0.0098 0. 
+-25.0 -8.9 104.5 0. -0.0096 0. 
+-25.0 -8.9 105.0 0. -0.0094 0. 
+-25.0 -8.9 105.5 0. -0.0092 0. 
+-25.0 -8.9 106.0 0. -0.009 0. 
+-25.0 -8.9 106.5 0. -0.0089 0. 
+-25.0 -8.9 107.0 0. -0.0087 0. 
+-25.0 -8.9 107.5 0. -0.0086 0. 
+-25.0 -8.9 108.0 0. -0.0084 0. 
+-25.0 -8.9 108.5 0. -0.0082 0. 
+-25.0 -8.9 109.0 0. -0.0081 0. 
+-25.0 -8.9 109.5 0. -0.0079 0. 
+-25.0 -8.9 110.0 0. -0.0077 0. 
+-25.0 -8.9 110.5 0. -0.0076 0. 
+-25.0 -8.9 111.0 0. -0.0074 0. 
+-25.0 -8.9 111.5 0. -0.0073 0. 
+-25.0 -8.9 112.0 0. -0.0071 0. 
+-25.0 -8.9 112.5 0. -0.007 0. 
+-25.0 -8.9 113.0 0. -0.0068 0. 
+-25.0 -8.9 113.5 0. -0.0067 0. 
+-25.0 -8.9 114.0 0. -0.0065 0. 
+-25.0 -8.9 114.5 0. -0.0064 0. 
+-25.0 -8.9 115.0 0. -0.0063 0. 
+-25.0 -8.9 115.5 0. -0.0061 0. 
+-25.0 -8.9 116.0 0. -0.006 0. 
+-25.0 -8.9 116.5 0. -0.0059 0. 
+-25.0 -8.9 117.0 0. -0.0058 0. 
+-25.0 -8.9 117.5 0. -0.0056 0. 
+-25.0 -8.9 118.0 0. -0.0055 0. 
+-25.0 -8.9 118.5 0. -0.0054 0. 
+-25.0 -8.9 119.0 0. -0.0053 0. 
+-25.0 -8.9 119.5 0. -0.0052 0. 
+-25.0 -8.9 120.0 0. -0.0051 0. 
+-25.0 -8.9 120.5 0. -0.005 0. 
+-25.0 -8.9 121.0 0. -0.0049 0. 
+-25.0 -8.9 121.5 0. -0.0048 0. 
+-25.0 -8.9 122.0 0. -0.0047 0. 
+-25.0 -8.9 122.5 0. -0.0046 0. 
+-25.0 -8.9 123.0 0. -0.0045 0. 
+-25.0 -8.9 123.5 0. -0.0044 0. 
+-25.0 -8.9 124.0 0. -0.0043 0. 
+-25.0 -8.9 124.5 0. -0.0043 0. 
+-25.0 -8.9 125.0 0. -0.0042 0. 
+-25.0 -8.9 125.5 0. -0.0041 0. 
+-25.0 -8.9 126.0 0. -0.004 0. 
+-25.0 -8.9 126.5 0. -0.004 0. 
+-25.0 -8.9 127.0 0. -0.0039 0. 
+-25.0 -8.9 127.5 0. -0.0038 0. 
+-25.0 -8.9 128.0 0. -0.0038 0. 
+-25.0 -8.9 128.5 0. -0.0037 0. 
+-25.0 -8.9 129.0 0. -0.0037 0. 
+-25.0 -8.9 129.5 0. -0.0036 0. 
+-25.0 -8.9 130.0 0. -0.0035 0. 
+-25.0 -8.9 130.5 0. -0.0035 0. 
+-25.0 -8.9 131.0 0. -0.0034 0. 
+-25.0 -8.9 131.5 0. -0.0034 0. 
+-25.0 -8.9 132.0 0. -0.0033 0. 
+-25.0 -8.9 132.5 0. -0.0033 0. 
+-25.0 -8.9 133.0 0. -0.0032 0. 
+-25.0 -8.9 133.5 0. -0.0032 0. 
+-25.0 -8.9 134.0 0. -0.0031 0. 
+-25.0 -8.9 134.5 0. -0.0031 0. 
+-25.0 -8.9 135.0 0. -0.003 0. 
+-25.0 -8.9 135.5 0. -0.003 0. 
+-25.0 -8.9 136.0 0. -0.0029 0. 
+-25.0 -8.9 136.5 0. -0.0029 0. 
+-25.0 -8.9 137.0 0. -0.0028 0. 
+-25.0 -8.9 137.5 0. -0.0028 0. 
+-25.0 -8.9 138.0 0. -0.0027 0. 
+-25.0 -8.9 138.5 0. -0.0027 0. 
+-25.0 -8.9 139.0 0. -0.0026 0. 
+-25.0 -8.9 139.5 0. -0.0026 0. 
+-25.0 -8.9 140.0 0. -0.0025 0. 
+-25.0 -8.9 140.5 0. -0.0025 0. 
+-25.0 -8.9 141.0 0. -0.0025 0. 
+-25.0 -8.9 141.5 0. -0.0024 0. 
+-25.0 -8.9 142.0 0. -0.0024 0. 
+-25.0 -8.9 142.5 0. -0.0023 0. 
+-25.0 -8.9 143.0 0. -0.0023 0. 
+-25.0 -8.9 143.5 0. -0.0023 0. 
+-25.0 -8.9 144.0 0. -0.0022 0. 
+-25.0 -8.9 144.5 0. -0.0022 0. 
+-25.0 -8.9 145.0 0. -0.0022 0. 
+-25.0 -8.9 145.5 0. -0.0021 0. 
+-25.0 -8.9 146.0 0. -0.0021 0. 
+-25.0 -8.9 146.5 0. -0.0021 0. 
+-25.0 -8.9 147.0 0. -0.0021 0. 
+-25.0 -8.9 147.5 0. -0.002 0. 
+-25.0 -8.9 148.0 0. -0.002 0. 
+-25.0 -8.9 148.5 0. -0.002 0. 
+-25.0 -8.9 149.0 0. -0.0019 0. 
+-25.0 -8.9 149.5 0. -0.0019 0. 
+-25.0 -8.9 150.0 0. -0.0019 0. 
+-25.0 8.9 -150.0 0. -0.0019 0. 
+-25.0 8.9 -149.5 0. -0.0019 0. 
+-25.0 8.9 -149.0 0. -0.0019 0. 
+-25.0 8.9 -148.5 0. -0.002 0. 
+-25.0 8.9 -148.0 0. -0.002 0. 
+-25.0 8.9 -147.5 0. -0.002 0. 
+-25.0 8.9 -147.0 0. -0.0021 0. 
+-25.0 8.9 -146.5 0. -0.0021 0. 
+-25.0 8.9 -146.0 0. -0.0021 0. 
+-25.0 8.9 -145.5 0. -0.0021 0. 
+-25.0 8.9 -145.0 0. -0.0022 0. 
+-25.0 8.9 -144.5 0. -0.0022 0. 
+-25.0 8.9 -144.0 0. -0.0022 0. 
+-25.0 8.9 -143.5 0. -0.0023 0. 
+-25.0 8.9 -143.0 0. -0.0023 0. 
+-25.0 8.9 -142.5 0. -0.0023 0. 
+-25.0 8.9 -142.0 0. -0.0024 0. 
+-25.0 8.9 -141.5 0. -0.0024 0. 
+-25.0 8.9 -141.0 0. -0.0025 0. 
+-25.0 8.9 -140.5 0. -0.0025 0. 
+-25.0 8.9 -140.0 0. -0.0025 0. 
+-25.0 8.9 -139.5 0. -0.0026 0. 
+-25.0 8.9 -139.0 0. -0.0026 0. 
+-25.0 8.9 -138.5 0. -0.0027 0. 
+-25.0 8.9 -138.0 0. -0.0027 0. 
+-25.0 8.9 -137.5 0. -0.0028 0. 
+-25.0 8.9 -137.0 0. -0.0028 0. 
+-25.0 8.9 -136.5 0. -0.0029 0. 
+-25.0 8.9 -136.0 0. -0.0029 0. 
+-25.0 8.9 -135.5 0. -0.003 0. 
+-25.0 8.9 -135.0 0. -0.003 0. 
+-25.0 8.9 -134.5 0. -0.0031 0. 
+-25.0 8.9 -134.0 0. -0.0031 0. 
+-25.0 8.9 -133.5 0. -0.0032 0. 
+-25.0 8.9 -133.0 0. -0.0032 0. 
+-25.0 8.9 -132.5 0. -0.0033 0. 
+-25.0 8.9 -132.0 0. -0.0033 0. 
+-25.0 8.9 -131.5 0. -0.0034 0. 
+-25.0 8.9 -131.0 0. -0.0034 0. 
+-25.0 8.9 -130.5 0. -0.0035 0. 
+-25.0 8.9 -130.0 0. -0.0035 0. 
+-25.0 8.9 -129.5 0. -0.0036 0. 
+-25.0 8.9 -129.0 0. -0.0037 0. 
+-25.0 8.9 -128.5 0. -0.0037 0. 
+-25.0 8.9 -128.0 0. -0.0038 0. 
+-25.0 8.9 -127.5 0. -0.0038 0. 
+-25.0 8.9 -127.0 0. -0.0039 0. 
+-25.0 8.9 -126.5 0. -0.004 0. 
+-25.0 8.9 -126.0 0. -0.004 0. 
+-25.0 8.9 -125.5 0. -0.0041 0. 
+-25.0 8.9 -125.0 0. -0.0042 0. 
+-25.0 8.9 -124.5 0. -0.0043 0. 
+-25.0 8.9 -124.0 0. -0.0043 0. 
+-25.0 8.9 -123.5 0. -0.0044 0. 
+-25.0 8.9 -123.0 0. -0.0045 0. 
+-25.0 8.9 -122.5 0. -0.0046 0. 
+-25.0 8.9 -122.0 0. -0.0047 0. 
+-25.0 8.9 -121.5 0. -0.0048 0. 
+-25.0 8.9 -121.0 0. -0.0049 0. 
+-25.0 8.9 -120.5 0. -0.005 0. 
+-25.0 8.9 -120.0 0. -0.0051 0. 
+-25.0 8.9 -119.5 0. -0.0052 0. 
+-25.0 8.9 -119.0 0. -0.0053 0. 
+-25.0 8.9 -118.5 0. -0.0054 0. 
+-25.0 8.9 -118.0 0. -0.0055 0. 
+-25.0 8.9 -117.5 0. -0.0056 0. 
+-25.0 8.9 -117.0 0. -0.0058 0. 
+-25.0 8.9 -116.5 0. -0.0059 0. 
+-25.0 8.9 -116.0 0. -0.006 0. 
+-25.0 8.9 -115.5 0. -0.0061 0. 
+-25.0 8.9 -115.0 0. -0.0063 0. 
+-25.0 8.9 -114.5 0. -0.0064 0. 
+-25.0 8.9 -114.0 0. -0.0065 0. 
+-25.0 8.9 -113.5 0. -0.0067 0. 
+-25.0 8.9 -113.0 0. -0.0068 0. 
+-25.0 8.9 -112.5 0. -0.007 0. 
+-25.0 8.9 -112.0 0. -0.0071 0. 
+-25.0 8.9 -111.5 0. -0.0073 0. 
+-25.0 8.9 -111.0 0. -0.0074 0. 
+-25.0 8.9 -110.5 0. -0.0076 0. 
+-25.0 8.9 -110.0 0. -0.0077 0. 
+-25.0 8.9 -109.5 0. -0.0079 0. 
+-25.0 8.9 -109.0 0. -0.0081 0. 
+-25.0 8.9 -108.5 0. -0.0082 0. 
+-25.0 8.9 -108.0 0. -0.0084 0. 
+-25.0 8.9 -107.5 0. -0.0086 0. 
+-25.0 8.9 -107.0 0. -0.0087 0. 
+-25.0 8.9 -106.5 0. -0.0089 0. 
+-25.0 8.9 -106.0 0. -0.009 0. 
+-25.0 8.9 -105.5 0. -0.0092 0. 
+-25.0 8.9 -105.0 0. -0.0094 0. 
+-25.0 8.9 -104.5 0. -0.0096 0. 
+-25.0 8.9 -104.0 0. -0.0098 0. 
+-25.0 8.9 -103.5 0. -0.01 0. 
+-25.0 8.9 -103.0 0. -0.0103 0. 
+-25.0 8.9 -102.5 0. -0.0105 0. 
+-25.0 8.9 -102.0 0. -0.0108 0. 
+-25.0 8.9 -101.5 0. -0.0111 0. 
+-25.0 8.9 -101.0 0. -0.0113 0. 
+-25.0 8.9 -100.5 0. -0.0116 0. 
+-25.0 8.9 -100.0 0. -0.0119 0. 
+-25.0 8.9 -99.5 0. -0.0123 0. 
+-25.0 8.9 -99.0 0. -0.0126 0. 
+-25.0 8.9 -98.5 0. -0.0129 0. 
+-25.0 8.9 -98.0 0. -0.0133 0. 
+-25.0 8.9 -97.5 0. -0.0136 0. 
+-25.0 8.9 -97.0 0. -0.014 0. 
+-25.0 8.9 -96.5 0. -0.0144 0. 
+-25.0 8.9 -96.0 0. -0.0148 0. 
+-25.0 8.9 -95.5 0. -0.0152 0. 
+-25.0 8.9 -95.0 0. -0.0156 0. 
+-25.0 8.9 -94.5 0. -0.016 0. 
+-25.0 8.9 -94.0 0. -0.0165 0. 
+-25.0 8.9 -93.5 0. -0.0169 0. 
+-25.0 8.9 -93.0 0. -0.0174 0. 
+-25.0 8.9 -92.5 0. -0.0179 0. 
+-25.0 8.9 -92.0 0. -0.0184 0. 
+-25.0 8.9 -91.5 0. -0.0189 0. 
+-25.0 8.9 -91.0 0. -0.0194 0. 
+-25.0 8.9 -90.5 0. -0.0199 0. 
+-25.0 8.9 -90.0 0. -0.0204 0. 
+-25.0 8.9 -89.5 0. -0.021 0. 
+-25.0 8.9 -89.0 0. -0.0215 0. 
+-25.0 8.9 -88.5 0. -0.0221 0. 
+-25.0 8.9 -88.0 0. -0.0226 0. 
+-25.0 8.9 -87.5 0. -0.0232 0. 
+-25.0 8.9 -87.0 0. -0.0238 0. 
+-25.0 8.9 -86.5 0. -0.0244 0. 
+-25.0 8.9 -86.0 0. -0.0251 0. 
+-25.0 8.9 -85.5 0. -0.0259 0. 
+-25.0 8.9 -85.0 0. -0.0266 0. 
+-25.0 8.9 -84.5 0. -0.0274 0. 
+-25.0 8.9 -84.0 0. -0.0282 0. 
+-25.0 8.9 -83.5 0. -0.029 0. 
+-25.0 8.9 -83.0 0. -0.0299 0. 
+-25.0 8.9 -82.5 0. -0.0308 0. 
+-25.0 8.9 -82.0 0. -0.0317 0. 
+-25.0 8.9 -81.5 0. -0.0327 0. 
+-25.0 8.9 -81.0 0. -0.0337 0. 
+-25.0 8.9 -80.5 0. -0.0347 0. 
+-25.0 8.9 -80.0 0. -0.0358 0. 
+-25.0 8.9 -79.5 0. -0.0369 0. 
+-25.0 8.9 -79.0 0. -0.038 0. 
+-25.0 8.9 -78.5 0. -0.0392 0. 
+-25.0 8.9 -78.0 0. -0.0404 0. 
+-25.0 8.9 -77.5 0. -0.0417 0. 
+-25.0 8.9 -77.0 0. -0.0431 0. 
+-25.0 8.9 -76.5 0. -0.0444 0. 
+-25.0 8.9 -76.0 0. -0.0459 0. 
+-25.0 8.9 -75.5 0. -0.0474 0. 
+-25.0 8.9 -75.0 0. -0.0489 0. 
+-25.0 8.9 -74.5 0. -0.0505 0. 
+-25.0 8.9 -74.0 0. -0.0522 0. 
+-25.0 8.9 -73.5 0. -0.0539 0. 
+-25.0 8.9 -73.0 0. -0.0557 0. 
+-25.0 8.9 -72.5 0. -0.0576 0. 
+-25.0 8.9 -72.0 0. -0.0596 0. 
+-25.0 8.9 -71.5 0. -0.0616 0. 
+-25.0 8.9 -71.0 0. -0.0637 0. 
+-25.0 8.9 -70.5 0. -0.0659 0. 
+-25.0 8.9 -70.0 0. -0.0682 0. 
+-25.0 8.9 -69.5 0. -0.0706 0. 
+-25.0 8.9 -69.0 0. -0.0731 0. 
+-25.0 8.9 -68.5 0. -0.0757 0. 
+-25.0 8.9 -68.0 0. -0.0784 0. 
+-25.0 8.9 -67.5 0. -0.0812 0. 
+-25.0 8.9 -67.0 0. -0.0842 0. 
+-25.0 8.9 -66.5 0. -0.0872 0. 
+-25.0 8.9 -66.0 0. -0.0904 0. 
+-25.0 8.9 -65.5 0. -0.0937 0. 
+-25.0 8.9 -65.0 0. -0.0972 0. 
+-25.0 8.9 -64.5 0. -0.1008 0. 
+-25.0 8.9 -64.0 0. -0.1046 0. 
+-25.0 8.9 -63.5 0. -0.1086 0. 
+-25.0 8.9 -63.0 0. -0.1127 0. 
+-25.0 8.9 -62.5 0. -0.117 0. 
+-25.0 8.9 -62.0 0. -0.1215 0. 
+-25.0 8.9 -61.5 0. -0.1262 0. 
+-25.0 8.9 -61.0 0. -0.1311 0. 
+-25.0 8.9 -60.5 0. -0.1362 0. 
+-25.0 8.9 -60.0 0. -0.1415 0. 
+-25.0 8.9 -59.5 0. -0.1471 0. 
+-25.0 8.9 -59.0 0. -0.1529 0. 
+-25.0 8.9 -58.5 0. -0.159 0. 
+-25.0 8.9 -58.0 0. -0.1653 0. 
+-25.0 8.9 -57.5 0. -0.1719 0. 
+-25.0 8.9 -57.0 0. -0.1788 0. 
+-25.0 8.9 -56.5 0. -0.186 0. 
+-25.0 8.9 -56.0 0. -0.1934 0. 
+-25.0 8.9 -55.5 0. -0.2012 0. 
+-25.0 8.9 -55.0 0. -0.2092 0. 
+-25.0 8.9 -54.5 0. -0.2175 0. 
+-25.0 8.9 -54.0 0. -0.2262 0. 
+-25.0 8.9 -53.5 0. -0.2351 0. 
+-25.0 8.9 -53.0 0. -0.2442 0. 
+-25.0 8.9 -52.5 0. -0.2536 0. 
+-25.0 8.9 -52.0 0. -0.2632 0. 
+-25.0 8.9 -51.5 0. -0.2731 0. 
+-25.0 8.9 -51.0 0. -0.2831 0. 
+-25.0 8.9 -50.5 0. -0.2932 0. 
+-25.0 8.9 -50.0 0. -0.3034 0. 
+-25.0 8.9 -49.5 0. -0.3136 0. 
+-25.0 8.9 -49.0 0. -0.3238 0. 
+-25.0 8.9 -48.5 0. -0.3338 0. 
+-25.0 8.9 -48.0 0. -0.3437 0. 
+-25.0 8.9 -47.5 0. -0.3535 0. 
+-25.0 8.9 -47.0 0. -0.3628 0. 
+-25.0 8.9 -46.5 0. -0.3719 0. 
+-25.0 8.9 -46.0 0. -0.3805 0. 
+-25.0 8.9 -45.5 0. -0.3887 0. 
+-25.0 8.9 -45.0 0. -0.3964 0. 
+-25.0 8.9 -44.5 0. -0.4036 0. 
+-25.0 8.9 -44.0 0. -0.4103 0. 
+-25.0 8.9 -43.5 0. -0.4165 0. 
+-25.0 8.9 -43.0 0. -0.4222 0. 
+-25.0 8.9 -42.5 0. -0.4274 0. 
+-25.0 8.9 -42.0 0. -0.432 0. 
+-25.0 8.9 -41.5 0. -0.4362 0. 
+-25.0 8.9 -41.0 0. -0.4398 0. 
+-25.0 8.9 -40.5 0. -0.443 0. 
+-25.0 8.9 -40.0 0. -0.4459 0. 
+-25.0 8.9 -39.5 0. -0.4485 0. 
+-25.0 8.9 -39.0 0. -0.4509 0. 
+-25.0 8.9 -38.5 0. -0.453 0. 
+-25.0 8.9 -38.0 0. -0.4548 0. 
+-25.0 8.9 -37.5 0. -0.4563 0. 
+-25.0 8.9 -37.0 0. -0.4576 0. 
+-25.0 8.9 -36.5 0. -0.4586 0. 
+-25.0 8.9 -36.0 0. -0.4595 0. 
+-25.0 8.9 -35.5 0. -0.4603 0. 
+-25.0 8.9 -35.0 0. -0.4611 0. 
+-25.0 8.9 -34.5 0. -0.4618 0. 
+-25.0 8.9 -34.0 0. -0.4624 0. 
+-25.0 8.9 -33.5 0. -0.4629 0. 
+-25.0 8.9 -33.0 0. -0.4633 0. 
+-25.0 8.9 -32.5 0. -0.4636 0. 
+-25.0 8.9 -32.0 0. -0.4639 0. 
+-25.0 8.9 -31.5 0. -0.4641 0. 
+-25.0 8.9 -31.0 0. -0.4644 0. 
+-25.0 8.9 -30.5 0. -0.4645 0. 
+-25.0 8.9 -30.0 0. -0.4647 0. 
+-25.0 8.9 -29.5 0. -0.4649 0. 
+-25.0 8.9 -29.0 0. -0.465 0. 
+-25.0 8.9 -28.5 0. -0.4651 0. 
+-25.0 8.9 -28.0 0. -0.4652 0. 
+-25.0 8.9 -27.5 0. -0.4653 0. 
+-25.0 8.9 -27.0 0. -0.4653 0. 
+-25.0 8.9 -26.5 0. -0.4654 0. 
+-25.0 8.9 -26.0 0. -0.4654 0. 
+-25.0 8.9 -25.5 0. -0.4655 0. 
+-25.0 8.9 -25.0 0. -0.4655 0. 
+-25.0 8.9 -24.5 0. -0.4656 0. 
+-25.0 8.9 -24.0 0. -0.4656 0. 
+-25.0 8.9 -23.5 0. -0.4656 0. 
+-25.0 8.9 -23.0 0. -0.4656 0. 
+-25.0 8.9 -22.5 0. -0.4657 0. 
+-25.0 8.9 -22.0 0. -0.4657 0. 
+-25.0 8.9 -21.5 0. -0.4657 0. 
+-25.0 8.9 -21.0 0. -0.4657 0. 
+-25.0 8.9 -20.5 0. -0.4657 0. 
+-25.0 8.9 -20.0 0. -0.4657 0. 
+-25.0 8.9 -19.5 0. -0.4657 0. 
+-25.0 8.9 -19.0 0. -0.4657 0. 
+-25.0 8.9 -18.5 0. -0.4657 0. 
+-25.0 8.9 -18.0 0. -0.4657 0. 
+-25.0 8.9 -17.5 0. -0.4657 0. 
+-25.0 8.9 -17.0 0. -0.4657 0. 
+-25.0 8.9 -16.5 0. -0.4657 0. 
+-25.0 8.9 -16.0 0. -0.4658 0. 
+-25.0 8.9 -15.5 0. -0.4658 0. 
+-25.0 8.9 -15.0 0. -0.4658 0. 
+-25.0 8.9 -14.5 0. -0.4658 0. 
+-25.0 8.9 -14.0 0. -0.4658 0. 
+-25.0 8.9 -13.5 0. -0.4658 0. 
+-25.0 8.9 -13.0 0. -0.4658 0. 
+-25.0 8.9 -12.5 0. -0.4658 0. 
+-25.0 8.9 -12.0 0. -0.4658 0. 
+-25.0 8.9 -11.5 0. -0.4658 0. 
+-25.0 8.9 -11.0 0. -0.4658 0. 
+-25.0 8.9 -10.5 0. -0.4658 0. 
+-25.0 8.9 -10.0 0. -0.4658 0. 
+-25.0 8.9 -9.5 0. -0.4658 0. 
+-25.0 8.9 -9.0 0. -0.4658 0. 
+-25.0 8.9 -8.5 0. -0.4658 0. 
+-25.0 8.9 -8.0 0. -0.4658 0. 
+-25.0 8.9 -7.5 0. -0.4658 0. 
+-25.0 8.9 -7.0 0. -0.4658 0. 
+-25.0 8.9 -6.5 0. -0.4658 0. 
+-25.0 8.9 -6.0 0. -0.4658 0. 
+-25.0 8.9 -5.5 0. -0.4658 0. 
+-25.0 8.9 -5.0 0. -0.4658 0. 
+-25.0 8.9 -4.5 0. -0.4658 0. 
+-25.0 8.9 -4.0 0. -0.4658 0. 
+-25.0 8.9 -3.5 0. -0.4658 0. 
+-25.0 8.9 -3.0 0. -0.4658 0. 
+-25.0 8.9 -2.5 0. -0.4658 0. 
+-25.0 8.9 -2.0 0. -0.4658 0. 
+-25.0 8.9 -1.5 0. -0.4658 0. 
+-25.0 8.9 -1.0 0. -0.4658 0. 
+-25.0 8.9 -0.5 0. -0.4658 0. 
+-25.0 8.9 0.0 0. -0.4658 0. 
+-25.0 8.9 0.5 0. -0.4658 0. 
+-25.0 8.9 1.0 0. -0.4658 0. 
+-25.0 8.9 1.5 0. -0.4658 0. 
+-25.0 8.9 2.0 0. -0.4658 0. 
+-25.0 8.9 2.5 0. -0.4658 0. 
+-25.0 8.9 3.0 0. -0.4658 0. 
+-25.0 8.9 3.5 0. -0.4658 0. 
+-25.0 8.9 4.0 0. -0.4658 0. 
+-25.0 8.9 4.5 0. -0.4658 0. 
+-25.0 8.9 5.0 0. -0.4658 0. 
+-25.0 8.9 5.5 0. -0.4658 0. 
+-25.0 8.9 6.0 0. -0.4658 0. 
+-25.0 8.9 6.5 0. -0.4658 0. 
+-25.0 8.9 7.0 0. -0.4658 0. 
+-25.0 8.9 7.5 0. -0.4658 0. 
+-25.0 8.9 8.0 0. -0.4658 0. 
+-25.0 8.9 8.5 0. -0.4658 0. 
+-25.0 8.9 9.0 0. -0.4658 0. 
+-25.0 8.9 9.5 0. -0.4658 0. 
+-25.0 8.9 10.0 0. -0.4658 0. 
+-25.0 8.9 10.5 0. -0.4658 0. 
+-25.0 8.9 11.0 0. -0.4658 0. 
+-25.0 8.9 11.5 0. -0.4658 0. 
+-25.0 8.9 12.0 0. -0.4658 0. 
+-25.0 8.9 12.5 0. -0.4658 0. 
+-25.0 8.9 13.0 0. -0.4658 0. 
+-25.0 8.9 13.5 0. -0.4658 0. 
+-25.0 8.9 14.0 0. -0.4658 0. 
+-25.0 8.9 14.5 0. -0.4658 0. 
+-25.0 8.9 15.0 0. -0.4658 0. 
+-25.0 8.9 15.5 0. -0.4658 0. 
+-25.0 8.9 16.0 0. -0.4658 0. 
+-25.0 8.9 16.5 0. -0.4657 0. 
+-25.0 8.9 17.0 0. -0.4657 0. 
+-25.0 8.9 17.5 0. -0.4657 0. 
+-25.0 8.9 18.0 0. -0.4657 0. 
+-25.0 8.9 18.5 0. -0.4657 0. 
+-25.0 8.9 19.0 0. -0.4657 0. 
+-25.0 8.9 19.5 0. -0.4657 0. 
+-25.0 8.9 20.0 0. -0.4657 0. 
+-25.0 8.9 20.5 0. -0.4657 0. 
+-25.0 8.9 21.0 0. -0.4657 0. 
+-25.0 8.9 21.5 0. -0.4657 0. 
+-25.0 8.9 22.0 0. -0.4657 0. 
+-25.0 8.9 22.5 0. -0.4657 0. 
+-25.0 8.9 23.0 0. -0.4656 0. 
+-25.0 8.9 23.5 0. -0.4656 0. 
+-25.0 8.9 24.0 0. -0.4656 0. 
+-25.0 8.9 24.5 0. -0.4656 0. 
+-25.0 8.9 25.0 0. -0.4655 0. 
+-25.0 8.9 25.5 0. -0.4655 0. 
+-25.0 8.9 26.0 0. -0.4654 0. 
+-25.0 8.9 26.5 0. -0.4654 0. 
+-25.0 8.9 27.0 0. -0.4653 0. 
+-25.0 8.9 27.5 0. -0.4653 0. 
+-25.0 8.9 28.0 0. -0.4652 0. 
+-25.0 8.9 28.5 0. -0.4651 0. 
+-25.0 8.9 29.0 0. -0.465 0. 
+-25.0 8.9 29.5 0. -0.4649 0. 
+-25.0 8.9 30.0 0. -0.4647 0. 
+-25.0 8.9 30.5 0. -0.4645 0. 
+-25.0 8.9 31.0 0. -0.4644 0. 
+-25.0 8.9 31.5 0. -0.4641 0. 
+-25.0 8.9 32.0 0. -0.4639 0. 
+-25.0 8.9 32.5 0. -0.4636 0. 
+-25.0 8.9 33.0 0. -0.4633 0. 
+-25.0 8.9 33.5 0. -0.4629 0. 
+-25.0 8.9 34.0 0. -0.4624 0. 
+-25.0 8.9 34.5 0. -0.4618 0. 
+-25.0 8.9 35.0 0. -0.4611 0. 
+-25.0 8.9 35.5 0. -0.4603 0. 
+-25.0 8.9 36.0 0. -0.4595 0. 
+-25.0 8.9 36.5 0. -0.4586 0. 
+-25.0 8.9 37.0 0. -0.4576 0. 
+-25.0 8.9 37.5 0. -0.4563 0. 
+-25.0 8.9 38.0 0. -0.4548 0. 
+-25.0 8.9 38.5 0. -0.453 0. 
+-25.0 8.9 39.0 0. -0.4509 0. 
+-25.0 8.9 39.5 0. -0.4485 0. 
+-25.0 8.9 40.0 0. -0.4459 0. 
+-25.0 8.9 40.5 0. -0.443 0. 
+-25.0 8.9 41.0 0. -0.4398 0. 
+-25.0 8.9 41.5 0. -0.4362 0. 
+-25.0 8.9 42.0 0. -0.432 0. 
+-25.0 8.9 42.5 0. -0.4274 0. 
[truncated at 1000 lines; 60315 more skipped]
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1