#!/usr/bin/env python # coding: utf-8 # # 2016-01-11 Sheffield OpenAstronomy Workshop # These are the notes for the first Open Astronomy workshop held at The University of Sheffield between the 11th and 1th January 2016. The first two days of the workshop consisted of the core syllabus of [Software Carpentry](http://software-carpentry.org/), covering git, bash and an introduction to programming with Python. The last three days provided an introduction to Python tools for Astronomy and Solar Physics. # 1. [Unix Shell](http://swcarpentry.github.io/shell-novice/) # 1. [git](http://swcarpentry.github.io/git-novice/) # 1. [Python 1](./02-Python1/index.ipynb) # 1. [Python 2](./03-Python2/index.ipynb) # 1. [Units](./04-Units/Units_Quantities.ipynb) - [solutions](./04-Units/Units_Quantities_Instructor.ipynb) # 1. [Images and Plotting](./05-images/images-and-plotting.ipynb) - [solutions](./05-images/images-and-plotting_instructor.ipynb) # 1. [Astroimages - WCS](./06-astroimages/06-Astro-Images.ipynb) - [solutions](./06-astroimages/06-Astro-Images_Instructor.ipynb) # 1. [Tables](./07-tables/reading_tables.ipynb) - [solutions](./07-tables/reading_tables_Instructor.ipynb) # 1. [Time Series](./08-Time-Series-Data.ipynb) - [solutions](./08-Time-Series-Data_Instructor.ipynb) # 1. [Getting Data](./09-Getting-at-Data.ipynb) - [solutions](./09-Getting-at-Data_Instructor.ipynb)