Contains a list of possible standard reduction steps, each indicating whether the correction should be applied (correction=) and, in a report, information about the correction (URL and/or values for the individual calibrations). If present, the <Count> element suggests how many calibration exposures is needed for a final correction image. The option <Pipeline> elements can specify in detail what calibration is to be performed. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xs:ID | optional | ||||
rdf | xs:anyURI | optional | ||||
ref | xs:IDREF | optional | ||||
uref | UniqueNamesSimpleType | optional |
<xs:complexType name="CalibrationComplexType"> <xs:annotation> <xs:documentation>Contains a list of possible standard reduction steps, each indicating whether the correction should be applied (correction=) and, in a report, information about the correction (URL and/or values for the individual calibrations). If present, the <Count> element suggests how many calibration exposures is needed for a final correction image. The option <Pipeline> elements can specify in detail what calibration is to be performed.</xs:documentation> </xs:annotation> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="AstrometricSolution" type="CalibrationAstrometricSolutionComplexType"/> <xs:element name="BadPixelCorrection" type="CalibrationBadPixelCorrectionComplexType"/> <xs:element name="BiasCorrection" type="CalibrationBiasCorrectionComplexType"/> <xs:element name="CosmicRayCorrection" type="CalibrationCosmicRayCorrectionComplexType"/> <xs:element name="DarkCurrentCorrection" type="CalibrationDarkCurrentCorrectionComplexType"/> <xs:element name="Description" type="DescriptionComplexType"/> <xs:element name="FlatFieldCorrection" type="CalibrationFlatFieldCorrectionComplexType"/> <xs:element name="FocusCorrection" type="CalibrationFocusCorrectionComplexType"/> <xs:element name="FringingCorrection" type="CalibrationFringingCorrectionComplexType"/> <xs:element name="Pipeline" type="PipelineComplexType"/> <xs:element name="SourceIdentification" type="CalibrationSourceIdentificationComplexType"/> <xs:any namespace="##other" processContents="strict"/> </xs:choice> <xs:attributeGroup ref="RTMLAttributes"/> </xs:complexType> |