<?xml version="1.0" encoding="UTF-8"?>
<RCO_Sensor_Simulator:Sensor
	xmlns:RCO_Sensor_Simulator="http://www.ssec.wisc.edu/sose/RCO_Sensor_Simulator"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.ssec.wisc.edu/sose/RCO_Sensor_Simulator
                       http://www.ssec.wisc.edu/sose/rco/RCO_Sensor_Simulator.xsd ">
	<!-- DO NOT CHANGE ANYTHING ABOVE THIS LINE -->
	
	<!-- a single image file name must be provided -->
	<FileName>esmond_tree.jpg</FileName>
	
	<!-- one of the three sections below must be present -->
	<!-- IFOV -->
	<Parameter Name="FieldOfView">
	  <Label>IFOV</Label>
	  <Low>1</Low>
	  <High>5</High>
	  <Increment>1</Increment>
	  <Units>km</Units>
	  <Inverted>true</Inverted>
	</Parameter>
	
	<!-- S/N -->
	<Parameter Name="SignalToNoise">
	  <Label>Signal-to-Noise</Label>
	  <LoLabel>Good</LoLabel>
	  <HiLabel>Poor</HiLabel>	  
	  <Low>0</Low>
	  <High>200</High>
	  <Increment>50</Increment>
	  <Units></Units>
	  <Inverted>true</Inverted>	  
	</Parameter>
	
	<!-- Spectral Range -->
	<Parameter Name="SpectralRange">
	  <Label>Absorption</Label>
	  <LoLabel>Strong</LoLabel>
	  <HiLabel>Weak</HiLabel>
	  <Low>0</Low>
	  <High>10</High>
	  <Increment>2</Increment>
	  <Units>&#181;m</Units>
	</Parameter>	
	
</RCO_Sensor_Simulator:Sensor>