Source code for blissoda.demo.user_scripts.id11
from blissoda.demo.processors.id11 import DemoId11XrpdProcessor # noqa F401
from blissoda.demo.tests import itest_id11 as _itest
[docs]
def id11_demo(expo=0.2, npoints=10):
_itest.test_id11_ct_with_1d_integration(expo=expo)
_itest.test_id11_scan_with_1d_integration(expo=expo, npoints=npoints)
[docs]
def id11_2d_demo(expo=0.2, npoints=10):
_itest.test_id11_scan_with_2d_integration(expo=expo, npoints=npoints)
[docs]
def id11_2d_sum_demo(expo=0.2, npoints=10):
_itest.test_id11_scan_with_2d_integration_and_sum(expo=expo, npoints=npoints)