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

From The SBN Wiki
Jump to navigation Jump to search
(safety save)
m (safety save)
Line 8: Line 8:
 
''OPTIONAL''<br />
 
''OPTIONAL''<br />
 
This class may occur multiple times.
 
This class may occur multiple times.
 +
 +
<!--
 +
The Articulation_Device_Parameters class
 +
        contains those attributes and sub-classes that describe an
 +
        articulation device. An articulation device is anything that can
 +
        move independently of the spacecraft to which it is attached.
 +
        Examples include mast heads, wheel bogies, arms, filter wheel,
 +
        scan platforms. </xs:documentation>
 +
    </xs:annotation>
 +
    <xs:sequence>
 +
      <xs:element name="device_id" type="geom:device_id" minOccurs="0" maxOccurs="1"> </xs:element>
 +
      <xs:element name="device_name" type="geom:device_name" minOccurs="1" maxOccurs="1"> </xs:element>
 +
      <xs:element name="device_mode" type="geom:device_mode" minOccurs="0" maxOccurs="1"> </xs:element>
 +
      <xs:element name="device_phase" type="geom:device_phase" minOccurs="0" maxOccurs="1"> </xs:element>
 +
      <xs:element name="selected_instrument_id" type="geom:selected_instrument_id" minOccurs="0" maxOccurs="1"> </xs:element>
 +
      <xs:choice minOccurs="1" maxOccurs="unbounded">
 +
        <xs:element name="Coordinate_Space_Present" type="geom:Coordinate_Space_Present"> </xs:element>
 +
        <xs:element name="Coordinate_Space_Reference" type="geom:Coordinate_Space_Reference"> </xs:element>
 +
        <xs:element name="Device_Angle" type="geom:Device_Angle"> </xs:element>
 +
        <xs:element name="Device_Component_State" type="geom:Device_Component_State"> </xs:element>
 +
        <xs:element name="Device_Motor_Counts" type="geom:Device_Motor_Counts"> </xs:element>
 +
        <xs:element name="Device_Temperature" type="geom:Device_Temperature"> </xs:element>
 +
        <xs:element name="Vector_Device_Gravity" type="geom:Vector_Device_Gravity">
 +
-->
 +
  
 
== &lt;Camera_Model_Parameters&gt; ==
 
== &lt;Camera_Model_Parameters&gt; ==

Revision as of 20:51, 24 January 2019

Filling out the Geometry Lander Class

WORK IN PROGRESS

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

<Articulation_Device_Parameters>

OPTIONAL
This class may occur multiple times.


<Camera_Model_Parameters>

OPTIONAL
This class may occur multiple times.

<Coordinate_Space_Definition>

OPTIONAL
This class may occur multiple times.

<Derived_Geometry>

OPTIONAL
This class may occur multiple times.

<Motion_Counter>

OPTIONAL
This class may occur multiple times.