Loading and Running Tasks

From CASA Guides
Revision as of 14:59, 10 February 2010 by Lchomiuk (talk | contribs) (Created page with 'There are three distinct ways to invoke a task in CASA. The first: <pre> default('clean') </pre> will load up a task with the default parameters. The second---equivalent to TASK…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

There are three distinct ways to invoke a task in CASA. The first:

default('clean')

will load up a task with the default parameters.

The second---equivalent to TASK in AIPS---will invoke a task, but will transfer over any currently-used parameters to that "new" task (the rest it will set to defaults).

inp clean

This might come in handy if, say,