<casaxml xsi:schemaLocation="http://casa.nrao.edu/schema/casa.xsd file:///opt/casa/code/xmlcasa/xml/casa.xsd" xmlns="http://casa.nrao.edu/schema/psetTypes.html" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<task type="function" name="rmtables" category="manipulation">
<shortdescription>Remove tables cleanly, use this instead of rm -rf</shortdescription>
This task removes tables if they are not being currently accessed via
the casapy process. Note: if you have multiple sessions running bad things
could happen if you remove a table being accessed by another process.
<param type="stringVec" name="tablenames"><shortdescription>Name of the tables</shortdescription><description>Name of the tables</description>
Arguments may contain * or ?. Ranges [] are support but
<returns>void</returns></task>