Example #1
0
 def test_fbp(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path('24737.nxs'),
         "process_file": tu.get_test_process_path('miro_test.nxs'),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
 def test_process(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path('xrd_test.nxs'),
         "process_file": tu.get_test_data_path('PyFAI_azimuth_test.nxs'),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Example #3
0
 def "r6"(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path("r7"),
         "process_file": tu.get_test_process_path("r8"),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Example #4
0
 def test_monitor_correction(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path('mm.nxs'),
         "process_file": tu.get_test_process_path('monitor_correction_test.nxs'),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Example #5
0
 def test_stxm_tomo_astra(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path('mm.nxs'),
         "process_file": tu.get_test_process_path('simple_stxm_tomo_test_astra.nxs'),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Example #6
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)
 def test_multi_params_tomo(self):
     process = 'basic_tomo_process_preview_params_test.nxs'
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path('24737.nxs'),
         "process_file": tu.get_test_process_path(process),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Example #9
0
 def test_FastXrf(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path('fluo.nxs'),
         "process_file": tu.get_test_process_path(
             'basic_fastxrf_process.nxs'),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Example #10
0
 def test_mm(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path('mm.nxs'),
         "process_file": tu.get_test_process_path(
             'multiple_mm_inputs_test.nxs'),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Example #11
0
 def test_process(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path('mm.nxs'),
         "process_file": tu.get_test_process_path(
             'strip_background_test.nxs'),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Example #12
0
 def test_cgls_astra(self):
     process = 'basic_tomo_iterative_process.nxs'
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path('24737.nxs'),
         "process_file": tu.get_test_process_path(process),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
 def test_multi_params_i12tomo(self):
     process = 'i12_tomo_pipeline_test.nxs'
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path(
             'i12_test_data/i12_test_data.nxs'),
         "process_file": tu.get_test_process_path(process),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Example #14
0
 def test_process_preview(self):
     options = {
         "transport": "hdf5",
         "process_names": "CPU0",
         "data_file": tu.get_test_data_path(
             '/i12_test_data/i12_test_data.nxs'),
         "process_file": tu.get_test_process_path(
             'i12_tomo_pipeline_preview_test.nxs'),
         "out_path": tempfile.mkdtemp()
         }
     run_protected_plugin_runner(options)
Example #15
0
    def test_process(self):
        options = {
            "transport": "hdf5",
            "process_names": "CPU0",
            "data_file": tu.get_test_data_path('mm.nxs'),
#            "process_file": tu.get_test_process_path('simplefitreconstest.nxs'),
            "process_file": tu.get_test_process_path(
                'testing_mm_sart_recon.nxs'),
            "out_path": tempfile.mkdtemp()
            }
        run_protected_plugin_runner(options)