This exercise is designed for those who are fairly new to python and coding in general. It asks you to read in a list of numbers from a file and to write an algorithm to sort the list.
In [2]:
# Put your code here
pass
In [ ]:
# only run this cell after you finished writing your code
%load beginner_soln.py
This exercise is designed for those who are already somewhat comfortable with python and want to learn more about exploiting its capabilities. It asks you to read in a file containing 10 time series, each containing a gaussian radio pulse. Then, using numpy and matplotlib, it asks you to plot the pulse, measure the pulse's signal to noise ratio, and output values in a nicely formatted table.
In [ ]:
# Put your code here
pass
In [ ]:
# only run this cell after you finished writing your code
%load beginner_soln.py
In this exercise, you will use aplpy ("apple pie") to make an image of a field of ALFALFA data.
This is a piece of code used to make a figure from Leisman et al. 2016!
In [ ]:
# put your code here....
In [ ]:
In [ ]:
In [ ]: