def best_thickness(self, keV): """Wrapper for the Physics module function""" return Physics.best_thickness(keV, self.Z, self.hkl, self.eta)
def best_thickness(keV): """Wrapper for the Physics module function""" return Physics.best_thickness(keV, Z, hkl, eta)