Description of a generic spectroscopic calibration observation. Like <Observation>, this is mostly a place-holder which merely says "Do an appropriate calibration right now using the present parameters." What constitutes an "appropriate" calibration observation should be decided by the server and the context of the element, but this presumably entails doing something like observing a wavelength standard (e.g. between sequences of normal observations to insure wavelength calibration stability) or taking a flat-field exposure. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xs:ID | optional | ||||
rdf | xs:anyURI | optional | ||||
ref | xs:IDREF | optional | ||||
type | CalibrationTypes | optional | ||||
uref | UniqueNamesSimpleType | optional |
<xs:complexType name="CalibrationObservationComplexType"> <xs:annotation> <xs:documentation>Description of a generic spectroscopic calibration observation. Like <Observation>, this is mostly a place-holder which merely says "Do an appropriate calibration right now using the present parameters." What constitutes an "appropriate" calibration observation should be decided by the server and the context of the element, but this presumably entails doing something like observing a wavelength standard (e.g. between sequences of normal observations to insure wavelength calibration stability) or taking a flat-field exposure.</xs:documentation> </xs:annotation> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="Calibration" type="CalibrationComplexType"/> <xs:element name="Description" type="DescriptionComplexType"/> <xs:element name="ImageData" type="ImageDataComplexType"/> <xs:element name="Telemetry" type="TelemetryComplexType"/> <xs:element name="Cost" type="CostComplexType"/> <xs:element name="Probability" type="ProbabilityComplextType"/> <xs:element name="Type" type="xs:string"/> <xs:element name="Comment" type="xs:string"/> <xs:any namespace="##other" processContents="strict"/> </xs:choice> <xs:attribute name="type" type="CalibrationTypes"/> <xs:attributeGroup ref="RTMLAttributes"/> </xs:complexType> |