Giter Site home page Giter Site logo

tutorials's Introduction

Radio Astronomy tutorials

Various IPython notebook based lecture notes and tutorials developed at SKA SA.

Static versions of the notebooks can be accessed using nbviewer, for the full SKA SA tutorial repository here.

(0) Introduction to the notebook
Short introduction to using the ipython notebook.

(1) Introduction to Radio Astronomy (~3 hour tutorial)
Introduction to Radio Astronomy using data from the KAT-7 radio telescope.

(2) Radio Astronomy honours/graduate course (semester long)
This lecture material and these tutorials were used in the NASSP honours course in Radio Astronomy. The course broadly follows the NRAO Essential Radio Astronomy course.

(3) Interferometry workshop
Notebook material from a week long Radio Interferometry workshop, first developed for the 2015 NWU Radio Interferometry Winter School.

(4) HartRAO Spectral Line
Python tutorials on reducing methanol maser monitoring data from HartRAO. A two week course given at the Ghana Space Science and Technology Institute (GSSTI) as part of the Royal Society radio astronomy capacity building program in Ghana.

(5) Machine Learning
Introduction to some basic machine learning notebooks.

##Building your own docker container with the tutorials## This requires you to have a docker engine system running on your localhost

Once you have cloned this repository locally with:

git clone https://github.com/ska-sa/tutorials.git

build the image with:

docker build -t tuts .

Note: If you are having build issues that report 'unable to resolve archive.ubuntu.com' or similar errors, try the following build command instead:

docker build -t tuts --network=host .

run the container with:

docker run -d -p 8888:8888 tuts start-notebook.sh --NotebookApp.token=''

you should now be able to access the notebooks from http://localhost:8888

This will run the notebook without any authentication. For more detail on this see Jupyter Docker Stacks

tutorials's People

Contributors

bmerry avatar griffinfoster avatar laurarichter avatar lmagnus avatar ludwigschwardt avatar rubyvanrooyen avatar sharmilagoedhart avatar spassmoor avatar sratcliffe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.