Start working on projections

This commit is contained in:
blitzmann
2018-08-04 22:10:14 -04:00
parent 425c7f657c
commit 0f4f8c636d
10 changed files with 184 additions and 25 deletions

View File

@@ -397,6 +397,7 @@ class Fit(object):
self.recalc(fit)
return True
@deprecated
def project(self, fitID, thing):
pyfalog.debug("Projecting fit ({0}) onto: {1}", fitID, thing)
if fitID is None: