Example using NEMO and IDL

*** under construction ***

For those not used to IDL, probably the biggest syntax surprises are:

  1. variables are case insensitive, and space doesn't always matter (remember good old Fortran-6 ?)
  2. comments are preceded with an ; symbol
  3. lines starting with ! are global variables, often used to set plotting parameters. Example "!x.title = 'x (kpc)'"