A generic Device of type="camera" with a filterwheel and a detector. This is one of the two generic <Telescope> instruments in RTML 3+ (the other is <Spectrograph>). The <PlateScale> can be given if the camera has optics which changes that of the telescope and the latter is given independent of the camera. |
<xs:complexType name="CameraComplexType"> <xs:annotation> <xs:documentation>A generic Device of type="camera" with a filterwheel and a detector. This is one of the two generic <Telescope> instruments in RTML 3+ (the other is <Spectrograph>). The <PlateScale> can be given if the camera has optics which changes that of the telescope and the latter is given independent of the camera.</xs:documentation> </xs:annotation> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="Description" type="DescriptionComplexType"/> <xs:element name="Detector" type="DetectorComplexType"/> <xs:element name="FilterWheel" type="FilterWheelComplexType"/> <xs:element name="PlateScale" type="PlateScaleComplexType"/> <xs:element name="Setup" type="SetupComplexType"/> <xs:element name="SpectralEfficiency" type="SpectralEfficiencyComplexType"/> <xs:element name="SpectralRegion" type="SpectralRegionTypes"/> <xs:any namespace="##other" processContents="strict"/> </xs:choice> <xs:attribute name="name" type="xs:string"/> <xs:attributeGroup ref="RTMLAttributes"/> </xs:complexType> |