<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" ?>

<casaxml xmlns="http://casa.nrao.edu/schema/psetTypes.html"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd
file:///opt/casa/code/xmlcasa/xml/casa.xsd">

<task type="function" name="linelists" category="editing">

  <shortdescription>LineLists web service access.</shortdescription>
      
  <description>LineLists web service access.</description>

  <input>

    <param type="string" name="sourceid">
          <description>Source id number</description>
          <value>15</value>
          <example>sourceid=15</example>
    </param>
    
    <param type="double" name="minFreq">
        <description>Lower frequency bound in MHz</description>
        <value>130000</value>
    </param>
    
    <param type="double" name="maxFreq">
        <description>Upper frequency bound in MHz</description>
        <value>132000</value>
    </param>
    
    <param type="bool" name="plotDisplay">
        <description>Plot line intensity vs. freq</description>
        <value>True</value>
    </param>
    
    
    

  <constraints>
  </constraints>

  </input>

  <returns type="void"/>

  <example>

   Example LineLists task usage in CASA

   Keyword arguments:

	sourceid -- source ID number
        minFreq -- Lower frequency bound in MHz
        maxFreq -- Upper frequency bound in MHz
        plotDisplay -- Plot line intensity vs. freq (True/False)


  </example>

</task>

</casaxml>