Steps to install the fakeobs
task into casa
- Clone the git repository into a directory of your choice (e.g., $HOME/.casa/NordicTools)
cd $HOME/.casa/NordicTools
git clone <repository url>
cd fakeobs
buildmytasks
- Edit the file
$HOME/.casa/init.py
. Add the line:
execfile('$HOME/.casa/NordicTools/fakeobs/mytasks.py')
That's it! You should now be able to run the new task in CASA! Just doing:
tget fakeobs
inside casa
should load the task. To get help, just type help fakeobs