Appendix A. Example AOR and Target files

The two figures in this appendix illustrate the format of the AOR and target files that are saved on local disk by the user. Files are held in XML format.

An example AOR file (extension '.aor') containing a single HIFI AOR is shown in Figure A.1, “Example '.aor' file in XML format.”.

An example of the target associated with the single AOR stored as a HSpot '.tgt' file is provided in Figure A.2, “Example '.tgt' file in XML format.”.

[Note]Note
Note that there is overflow on some lines. These have had to be broken to keep the text within the page area of this manual. The overflow is right justified in the following line.
<?xml version="1.0" encoding="UTF-8"?>
<v07:RequestHolder xmlns:v07="http://www.esa.int/herschel/aors/v07">
   <v07:AorIoVersion>0.7</v07:AorIoVersion>
   <v07:Request>
      <v07:Title>HScan-0000</v07:Title>
      <v07:Status>new</v07:Status>
      <v07:Comment xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
      <v07:ModeType>
         <v07:HifiFS>
            <v07:HifiTeInputs>
               <v07:timeSelected>false</v07:timeSelected>
               <v07:highestRes>0.5</v07:highestRes>
               <v07:goalRes>1.0</v07:goalRes>
               <v07:noise>0.17</v07:noise>
               <v07:time>180</v07:time>
               <v07:resolutionMhz>false</v07:resolutionMhz>
               <v07:oneGHzReference>true</v07:oneGHzReference>
            </v07:HifiTeInputs>
            <v07:band>6a</v07:band>
            <v07:fullRange>false</v07:fullRange>
            <v07:freqHigh>1566.2</v07:freqHigh>
            <v07:freqLow>1412.2</v07:freqLow>
            <v07:redundancy>4</v07:redundancy>
            <v07:singleWbs>false</v07:singleWbs>
            <v07:modeName>freq</v07:modeName>
            <v07:Dbs>
               <v07:fastChop>false</v07:fastChop>
               <v07:continuum>false</v07:continuum>
            </v07:Dbs>
         </v07:HifiFS>
      </v07:ModeType>
         </v07:FixedSingle>
      </v07:TargetType>
   </v07:Request>

Figure A.1. Example '.aor' file in XML format.

<?xml version="1.0" encoding="UTF-8"?>
<v01:TargetHolder xmlns:v01="http://www.esa.int/herschel/targets/v01">
   <v01:AorIoVersion>0.7</v01:AorIoVersion>
   <v01:Target>
      <v01:FixedSingle>
         <v01:Name>m31</v01:Name>
         <v01:AvoidEarth>true</v01:AvoidEarth>
         <v01:AvoidOthers>true</v01:AvoidOthers>
         <v01:CoordSystem>Equatorial</v01:CoordSystem>
         <v01:Equinox>J2000</v01:Equinox>
         <v01:RaLon>0h42m44.31s</v01:RaLon>
         <v01:DecLat>+41d16m09.4s</v01:DecLat>
         <v01:PropMo>
            <v01:Lon>0.0</v01:Lon>
            <v01:Lat>0.0</v01:Lat>
         </v01:PropMo>
         <v01:Epoch>2000.0</v01:Epoch>
      </v01:FixedSingle>
   </v01:Target>
</v01:TargetHolder>

Figure A.2. Example '.tgt' file in XML format.