Recent Changes · Search:

Dispense


Navigation Tips - Dritte


PmWiki

pmwiki.org

edit SideBar

Calibration

Index


Special case, assuming no internal fields and a single Lorentzian component (like mulab damu):

  • Suite class instantiates
    • a T20 run and a ZT run at the same temperature
    • e.g. 2 groups (GPS: 2-1 and 3-4)
    • fits t0
  • Special fit class does
    • read suite instance, say runs [ [231], [232] ]
    • fits a special 2mg+ model (the same can be done for two components, say 2mgml+)
    • the replica is arranges such that model_components results as follows
      [{'name':'alpha2-1','value':0.98,'flag','~','limits':(0.1,1.9)},
       {'name':'alpha3-4','value':1.01,'flag','~','limits':(0.1,1.9)}
       {'name':'mg','pars': [{'name':'A231','value':0.25,'flag':'~','function':'','plot':None,'rlocal':True,'glocal':False},
                              {'name':'B231','value':20.0,'flag':'~','function':'','plot':None,'rlocal':True,'glocal':False},
                              {'name':'φ231','value':0.0,'flag':'~','function':'','plot':None,'rlocal':True,'glocal':False},
                              {'name':'σ231','value':0.2,'flag':'~','function':'','plot':None,'rlocal':True,'glocal':False}]},
       {'name':'A232','value':0.0,'flag':'=','function':'P[3]','plot':None,'rlocal':True,'glocal':False},
       {'name':'B232','value':0.0,'flag':'!','function':'','plot':None,'rlocal':True,'glocal':False},
       {'name':'φ232','value':0.0,'flag':'!','function':'','plot':None,'rlocal':True,'glocal':False},
       {'name':'σ232','value':0.0,'flag':'=','function':'P[6]','plot':None,'rlocal':True,'glocal':False}]
    • must use a special instance of mumodel that recalculates asymmetries with 'alpha' = P[1] and P[2] respectively for the two groups.
    • perhaps a special asymmetry method that uses stored backgrounds and normalizers
    • The class must have an additional method to write a group.2-1.3-4.calib file containing the calib dictionary with 'alpha2-1', 'alpha3-4'

Back to Methods2


Index

Edit - History - Print - PDF - Recent Changes - Search
Page last modified on October 06, 2021, at 04:44 PM