Skip to content
kelle edited this page Mar 4, 2013 · 16 revisions

Here is a list of ideas for tutorials:

  • read in a list of x,y points (also ra, decs) and plot. with uncertainties.
  • whole post dedicated to sexigesimal-decimal conversions. calculating offsets.
  • read in, manipulate, plot spectrum from an IRAF FITS file. Measure EW, divide by another spectrum. address common MEF issues. write out in various formats (IRAF, two column). output plot as PDF.
  • display an image from an IRAF FITS file. oplot point sources. address common MEF issues. write out in various formats.
  • read in something, converting from mags to fluxes, make make SED plot
  • indexing: how to do things that we would otherwise do with a IDL's where function
  • how to do the same thing to everything in an array at once (like we are used to doing in IDL).
  • fit a straight line/polynomial/power law/gaussian to a 2D scatter plot. EG: Markwardt fitting
  • Chi^2 minimization.
  • interpolation and rebinning. (e.g., increasing sampling of lower-resolution spectrum.)
  • applying a gaussian filter to spectrum or point source. (e.g. lowering resolution of high-res spectrum.)
  • Big data handling - I have a data file that i want to manipulate that is a few gigabytes...reading it in, not screwing up memory, doing operations, writing it back out again.
Clone this wiki locally