<description>If true, append to logfile if it already exists, if false overwrite logfile it it exists. Only used if verbose=True and logfile not blank.</description>
<?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="slsearch" category="analysis">
<shortdescription>Search a spectral line table.</shortdescription>
<param type="string" name="tablename" mustexist="">
<description>Input spectral line table name to search. If not specified, use the default table in the system.</description>
<param type="string" name="outfile">
<description>Results table name. Blank means do not write the table to disk.</description>
<param type="doubleArray" name="freqrange">
<description>Frequency range in GHz.</description>
<param type="stringArray" name="species">
<description>Species to search for.</description>
<param type="bool" name="reconly">
<description>List only NRAO recommended frequencies.</description>
<param type="stringArray" name="chemnames">
<description>Chemical names to search for.</description>
<param type="stringArray" name="qns">
<description>Resolved quantum numbers to search for.</description>
<param type="doubleArray" name="intensity" subparam="true">
<description>CDMS/JPL intensity range. -1 -> do not use an intensity range.</description>
<param type="doubleArray" name="smu2" subparam="true">
<description>Quantum mechanical line strength. -1 -> do not use a smu2 range.</description>
<param type="doubleArray" name="loga" subparam="true">
<description>log(A) (Einstein coefficient) range. -1 -> do not use a loga range.</description>
<param type="doubleArray" name="el" subparam="true">
<description>Lower energy state range in Kelvin. -1 -> do not use an el range.</description>