Skip to content

molberg/casairing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CASAIRING

Installation

Steps to install the casairing task into casa

  1. Clone the git repository into a directory of your choice (e.g. $HOME/.casa/NordicTools):
git clone <repository url>
buildmytasks     # this command is part of your casa installation
  1. Edit the file $HOME/.casa/init.py. Add the line:
execfile('$HOME/.casa/NordicTools/mytasks.py')

That's it! You should be able to run the new task in CASA! Just doing:

tget casairing

inside casa should load the task. To get help, just type help casairing

About

CASA task which performs azimuthal average of an image (cube). Saves results in an ASCII file and plots them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%