Package reflectometry :: Package model1d :: Package profileview :: Module fit

Source Code for Module reflectometry.model1d.profileview.fit

 1  # ================= Fit structure ================== 
 2   
3 -class Fit:
4 - def __init__(self, models):
5 self.models = models
6
7 - def update(self,trigger,value,**kw):
8 # Apply constraints because one of the models changed 9 #print "Applying constraints" 10 pass
11 12 13 # ================= Fit interactor ================= 14