Beispiel #1
0
 def test_process(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path("mm.nxs"),
         "process_file": tu.get_process_list_path("I18_pipeline_just_xrd.nxs"),
         "out_path": tempfile.mkdtemp(),
     }
     run_protected_plugin_runner(options)
 def test_xrdtomo(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": '/dls/i13/data/2015/cm12165-5/processing/AskAaron/67034_i18.nxs',
         "process_file": tu.get_process_list_path('I18_dimension_adder_test.nxs'),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Beispiel #3
0
 def test_process(self):
     data_file = tu.get_test_data_path('i18_test_data.nxs')
     process_file = tu.get_process_list_path('stxm_tomo_i18.nxs')
     run_protected_plugin_runner(tu.set_options(data_file,
                                                process_file=process_file))
 def test_process(self):
     data_file = tu.get_test_data_path('i18_test_data.nxs')
     #         process_file = '/dls/mx-scratch/aaron/data/I18/paper_processing/devel_process_lists/xrd_tomo_i18.nxs'
     process_file = tu.get_process_list_path('xrd_tomo_i18.nxs')
     run_protected_plugin_runner(
         tu.set_options(data_file, process_file=process_file))
Beispiel #5
0
    def test_i18_stxm(self):
        data_file = '/dls/i18/data/2016/sp12601-1/processing/Savu_Test_Data/70214_Cat2_RT_1.nxs'
#         process_file = tu.get_test_process_path('basic_stxm_process_i18.nxs')
        process_file = tu.get_process_list_path('stxm_tomo_i18.nxs')
        run_protected_plugin_runner(tu.set_options(data_file,
                                                   process_file=process_file))
Beispiel #6
0
 def test_i18_stxm(self):
     data_file = '/dls/i18/data/2016/sp12601-1/processing/Savu_Test_Data/70214_Cat2_RT_1.nxs'
     #         process_file = tu.get_test_process_path('basic_stxm_process_i18.nxs')
     process_file = tu.get_process_list_path('stxm_tomo_i18.nxs')
     run_protected_plugin_runner(
         tu.set_options(data_file, process_file=process_file))
    def test_process(self):
        data_file = tu.get_test_data_path('i18_test_data.nxs')
#         process_file = '/dls/mx-scratch/aaron/data/I18/paper_processing/devel_process_lists/xrd_tomo_i18.nxs'
        process_file = tu.get_process_list_path('xrd_tomo_i18.nxs')
        run_protected_plugin_runner(tu.set_options(data_file,
                                                   process_file=process_file))