mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 23:29:07 +09:00
9 lines
198 B
Python
9 lines
198 B
Python
# from .sobo import sobo_pipeline # depreacated
|
|
from .test import test_pipeline
|
|
from .batched_sobo import sobo_pipeline
|
|
|
|
job_types = {
|
|
'random+sobo': sobo_pipeline,
|
|
'test': test_pipeline,
|
|
}
|