Difference between revisions of "Filling Out the Geometry Lander Class"

From The SBN Wiki
Jump to navigation Jump to search
m (safety save)
m (safety save)
Line 6: Line 6:
  
 
<!--
 
<!--
  <xs:complexType name="Geometry_Lander">
+
 
    <xs:annotation>
+
  "Articulation_Device_Parameters" type="geom:Articulation_Device_Parameters" minOccurs="0" maxOccurs="unbounded">  
      <xs:documentation>The Geometry_Lander class is a container for all
+
"Camera_Model_Parameters" type="geom:Camera_Model_Parameters" minOccurs="0" maxOccurs="unbounded">  
        geometric information in the label relating to a landed
+
"Coordinate_Space_Definition" type="geom:Coordinate_Space_Definition" minOccurs="0" maxOccurs="unbounded">  
        spacecraft, including rovers. </xs:documentation>
+
"Derived_Geometry" type="geom:Derived_Geometry" minOccurs="0" maxOccurs="unbounded">
    </xs:annotation>
+
"Motion_Counter" type="geom:Motion_Counter" minOccurs="0" maxOccurs="unbounded">
    <xs:sequence>
+
 
      <xs:element name="Articulation_Device_Parameters" type="geom:Articulation_Device_Parameters" minOccurs="0" maxOccurs="unbounded"> </xs:element>
 
      <xs:element name="Camera_Model_Parameters" type="geom:Camera_Model_Parameters" minOccurs="0" maxOccurs="unbounded"> </xs:element>
 
      <xs:element name="Coordinate_Space_Definition" type="geom:Coordinate_Space_Definition" minOccurs="0" maxOccurs="unbounded"> </xs:element>
 
      <xs:element name="Derived_Geometry" type="geom:Derived_Geometry" minOccurs="0" maxOccurs="unbounded"> </xs:element>
 
      <xs:element name="Motion_Counter" type="geom:Motion_Counter" minOccurs="0" maxOccurs="unbounded"> </xs:element>
 
    </xs:sequence>
 
  </xs:complexType>
 
  
 
-->
 
-->

Revision as of 20:28, 24 January 2019

Filling out the Geometry Lander Class

WORK IN PROGRESS

The Geometry_Lander class provides geometric values related to lander spacecraft observations.