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 4: Line 4:
  
 
The ''Geometry_Lander'' class provides geometric values related to lander spacecraft observations.
 
The ''Geometry_Lander'' class provides geometric values related to lander spacecraft observations.
 +
 +
<!--
 +
<xs:complexType name="Geometry_Lander">
 +
    <xs:annotation>
 +
      <xs:documentation>The Geometry_Lander class is a container for all
 +
        geometric information in the label relating to a landed
 +
        spacecraft, including rovers. </xs:documentation>
 +
    </xs:annotation>
 +
    <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:22, 24 January 2019

Filling out the Geometry Lander Class

WORK IN PROGRESS

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