Saveinputs: Difference between revisions
From CASA Guides
Jump to navigationJump to search
Created page with 'Help on function saveinputs in module __main__: saveinputs(taskname=None, outfile='', myparams=None, ipython_globals=None) Save current input values to file on disk for a sp…' |
m moved Saveinputs to saveinputs: Converting page titles to lowercase |
(No difference)
|
Revision as of 20:43, 16 March 2012
Help on function saveinputs in module __main__:
saveinputs(taskname=None, outfile=, myparams=None, ipython_globals=None)
Save current input values to file on disk for a specified task: taskname -- Name of task default: <unset>; example: taskname='bandpass' <Options: type tasklist() for the complete list> outfile -- Output file for the task inputs default: taskname.saved; example: outfile=taskname.orion