def correlation_test_3_model(depends_on=('../config/renderman_correlation_tasks2.py',
                                                  '../config/l1_gabor_corr_test_model3.py',
                                                  '../config/ten_categories_images.py')):
    protocols.get_corr_protocol('../config/renderman_correlation_tasks2.py',
                                '../config/l1_gabor_corr_test_model3.py',
                                '../config/ten_categories_images.py',
                                convolve_func_name='numpy', write=True,parallel=True)
def correlation_l1_gabor_polygon(depends_on=('../config/polygon_correlation_tasks.py',
                                                  '../config/various_l1_gabors.py',
                                                  '../config/polygon_task.py')):
    protocols.get_corr_protocol('../config/polygon_correlation_tasks.py',
                                '../config/various_l1_gabors.py',
                                '../config/polygon_task.py',
                                convolve_func_name='numpy', write=True,parallel=True)
def correlation_l1_gabor_renderman(depends_on=('../config/renderman_correlation_tasks.py',
                                                  '../config/various_l1_gabors.py',
                                                  '../config/ten_categories_images.py')):
    protocols.get_corr_protocol('../config/renderman_correlation_tasks.py',
                                '../config/various_l1_gabors.py',
                                '../config/ten_categories_images.py',
                                convolve_func_name='numpy', write=True,parallel=True)
def correlation_ht_l1_gabor_polygon(depends_on=('../config/polygon_correlation_tasks2.py',
                                                  '../config/ht_l1_gabor_models_for_corr.py',
                                                  '../config/polygon_task.py')):
    protocols.get_corr_protocol('../config/polygon_correlation_tasks2.py',
                                '../config/ht_l1_gabor_models_for_corr.py',
                                '../config/polygon_task.py',)