Personal tools
You are here: Home / CarnegiePython / Burns' Python Scripts / Modules

Modules

These are more general-purpose modules, intended to be imported into other python scripts.
File Python Source GLOEspy
A python implementation of Barry Madore's GLOEs algorithm. Use it to get a smooth interpolation of heterogeneously sampled 1- or 2-D data.
File Python Source fit_poly
Python module for fitting a 1- or 2-D polynomial (McLauren series) to a set of data.
File Python Source myiraf.py
A library of custom-made iraf-related routines. This will, of course, require you install pyaf. You also need ReadSex.py and stats.py
File Python Source stats.py
Collection of statistics routines. These are mostly covered by scipy, but if you don't want to install scipy...
File Python Source ReadSex
Routine for reading in sextractor output.
File gzip archive spline2
A python wrapper for spline2 (aka hyper-spline) by B. Thijsse et al. Uses the Durbin-Watson statistic rather than chi-square as a test for the number of knots in the approximating spline, which is supposed to be less sensitive to incorrect variances in the data. Requires Numeric python.