Skip to content

Commit 9f85203

Browse files
authored
Full pipelines renaming (#60)
* renaming all pipeline directives * further name change
1 parent ef5e281 commit 9f85203

11 files changed

+9
-17
lines changed

httomo_backends/pipelines_full/gpu_diad_FBP_directive.yaml renamed to httomo_backends/pipelines_full/LPRec3d_tomobar_directive.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
module_path: httomolibgpu.misc.corr
77
- method: normalize
88
module_path: httomolibgpu.prep.normalize
9-
- method: remove_stripe_based_sorting
9+
- method: remove_all_stripe
1010
module_path: httomolibgpu.prep.stripe
11-
- method: FBP3d_tomobar
11+
- method: LPRec3d_tomobar
1212
module_path: httomolibgpu.recon.algorithm
1313
- method: calculate_stats
1414
module_path: httomo.methods
1515
- method: rescale_to_int
1616
module_path: httomolibgpu.misc.rescale
1717
- method: save_to_images
1818
module_path: httomolib.misc.images
19+

httomo_backends/pipelines_full/gpu_pipelineLPRec_directive.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"pipeline_order" : [
3-
"gpu_pipelineFBP",
4-
"gpu_pipelineFBP_denoising",
5-
"gpu_diad_FBP",
6-
"gpu_360_paganin_FBP",
7-
"gpu_360_distortion_FBP",
8-
"cpu_pipeline_gridrec"]
3+
"FBP3d_tomobar",
4+
"LPRec3d_tomobar_directive",
5+
"FBP3d_tomobar_denoising",
6+
"deg360_distortion_FBP3d_tomobar",
7+
"deg360_paganin_FBP3d_tomobar",
8+
"tomopy_gridrec_directive"]
99
}

0 commit comments

Comments
 (0)