((100*at.getDispersiveWetPhaseDelay(n, spwid)['value'][0])/(w['value'][0]))/(at.getNonDispersiveWetPhaseDelay(n,spwid)['value'][0]/w['value'][0]),\
<?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/tools/xml/casa.xsd">
<tool name="atmosphere" module="atmosphere">
<shortdescription>Atmosphere model</shortdescription>
<include>tools/atmosphere/atmosphere_forward.h</include>
<include>tools/atmosphere/atmosphere_private.h</include>
<method type="constructor" name="atmosphere">
<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 type="function" name="close">
<shortdescription>Destroy the atmosphere tool</shortdescription>
<method type="function" name="done">
<shortdescription>Destroy the atmosphere tool</shortdescription>
<method type="function" name="getAtmVersion">
<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 type="function" name="listAtmosphereTypes">
<shortdescription>Returns a list of atmospheric types used by ATM.
Returns a list of index numbers and corresponding atmosphere types
<returns type="stringArray">List of index - atmosphere type pairs
# ['1 - TROPICAL', '2 - MIDLATSUMMER', '3 - MIDLATWINTER',
# '4 - SUBARTSUMMER', '5 - SUBARTWINTER']