<casaxml xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd file:///opt/casa/code/tools/xml/casa.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://casa.nrao.edu/schema/psetTypes.html">
<tool module="atmosphere" name="atmosphere">
<shortdescription>Atmosphere model</shortdescription>
<include>atmosphere_forward.h</include>
<include>atmosphere_private.h</include>
<method name="atmosphere" type="constructor">
<shortdescription>Construct an atmosphere tool</shortdescription>
This is used to construct an {\tt atmosphere} tool.
<returns type="atmosphere"/>
A default atmosphere tool is created automatically during casapy
startup and defined as 'at'.
Manual tool construction is done this way:
<method name="close" type="function">
<shortdescription>Destroy the atmosphere tool</shortdescription>
<method name="done" type="function">
<shortdescription>Destroy the atmosphere tool</shortdescription>
<method name="getAtmVersion" type="function">
<shortdescription>Returns the version of ATM library.
Returns the version of ATM library implemented to this tool.
<returns type="string">The ATM library tag.
<method name="listAtmosphereTypes" type="function">
<shortdescription>Returns a list of atmospheric types used by ATM.
Returns a list of index numbers and corresponding atmosphere types
<returns type="stringVec">List of index - atmosphere type pairs
# ['1 - TROPICAL', '2 - MIDLATSUMMER', '3 - MIDLATWINTER',
# '4 - SUBARTSUMMER', '5 - SUBARTWINTER']
<method name="initAtmProfile" type="function">
<shortdescription>Set initial atmospheric profile for atmosphere tool