replaced void shape fitter with rudimentary moment of inertia calculation

This commit is contained in:
P.M. Sutter 2013-01-18 09:56:31 -06:00
parent ea58ff2b83
commit ae9701e99c
3 changed files with 30 additions and 21 deletions

View file

@ -1,6 +1,7 @@
from build import *
from draw import *
from fit import *
from inertia import *
from mcmc import *
from generateExpFigure import *
from getSurveyProps import *