Skip to content

Commit a7bfed8

Browse files
authored
agnostic auto-loader, retiring diad's loader (#59)
* updating stadard tomo to auto, removing diads loader * corrections to directives
1 parent e7d860d commit a7bfed8

File tree

4 files changed

+5
-24
lines changed

4 files changed

+5
-24
lines changed

httomo_backends/pipelines_full/gpu_diad_FBP_directive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- method: standard_tomo_diad
1+
- method: standard_tomo
22
module_path: httomo.data.hdf.loaders
33
- method: find_center_vo
44
module_path: httomolibgpu.recon.rotation

httomo_backends/pipelines_full/gpu_diad_FBP_noimagesaving_directive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- method: standard_tomo_diad
1+
- method: standard_tomo
22
module_path: httomo.data.hdf.loaders
33
- method: find_center_vo
44
module_path: httomolibgpu.recon.rotation

httomo_backends/yaml_templates/httomo/httomo.data.hdf.loaders/standard_tomo.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
- method: standard_tomo
22
module_path: httomo.data.hdf.loaders
33
parameters:
4-
data_path: /entry1/tomo_entry/data/data
5-
image_key_path: /entry1/tomo_entry/instrument/detector/image_key
6-
rotation_angles:
7-
data_path: /entry1/tomo_entry/data/rotation_angle
4+
data_path: auto
5+
image_key_path: auto
6+
rotation_angles: auto
87
preview:
98
detector_x: # horizontal data previewing/cropping.
109
# when null, the full data dimension is used, i.e., no previewing

httomo_backends/yaml_templates/httomo/httomo.data.hdf.loaders/standard_tomo_diad.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)