Skip to content

Instantly share code, notes, and snippets.

@adrn
Created October 10, 2012 20:41
Show Gist options
  • Save adrn/3868285 to your computer and use it in GitHub Desktop.
Save adrn/3868285 to your computer and use it in GitHub Desktop.
What do people at Columbia want in AstroPy?
  • read_ascii()
    • Probably already included in astropy.ascii
  • ascii_template()
    • Probably already included in astropy.ascii
  • ntostr() (from Erin Sheldon's sdsstools)
    • It looks like this is just pure Python...
  • helcorr.pro
    • This will be included in the coordinates subpackage (astropy.coordinates)
  • glactc.pro
    • This will be included in the coordinates subpackage (astropy.coordinates)
  • mpfit
    • This is actually external to AstroPy. Scipy and lmfit are the two that come to mind
  • qpint1d (http://cow.physics.wisc.edu/~craigm/idl/math.html)
    • This is also (mostly) included in external packages
  • light curve folding
    • Some way to fold a light curve given a period?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment