Commits
1275 1275 | <param type="string" name="taqlcommand"> |
1276 1276 | <description>TaQL expression</description> |
1277 1277 | <value>TaQL expression</value> |
1278 1278 | </param> |
1279 1279 | </input> |
1280 1280 | <returns type="table"> |
1281 1281 | <shortdescription>a table tool with the TaQL results |
1282 1282 | </shortdescription> |
1283 1283 | </returns> |
1284 1284 | <example> |
1285 - | For more information on TaQL see http://www.astron.nl/aips++/docs/notes/199 |
1285 + | For more information on TaQL see https://casacore.github.io/casacore-notes/199.html |
1286 1286 | </example> |
1287 1287 | </method> |
1288 1288 | |
1289 1289 | <method type="function" name="query"> |
1290 1290 | <shortdescription>Make a table from a query</shortdescription> |
1291 1291 | |
1292 1292 | <description> |
1293 1293 | Make a table from a query applied to the current table. <!-- The query |
1294 1294 | is the qualification part of the <link |
1295 1295 | anchor="table:tablecommand">tablecommand</link>.--> It is possible to |