Skip to content

Commit b4f2a4f

Browse files
author
Gabriel Iltis
committed
DEV: Updated modules.yaml to match import functions specified by API
Functions added focus on image processing
1 parent c07aa31 commit b4f2a4f

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

vttools/vtmods/import_lists/modules.yaml

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ autowrap_func:
2828
- func_name: read_netCDF
2929
module_path: skxray.io.net_cdf_io
3030
namespace: io
31+
- func_name: read_tiff
32+
module_path: skxray.io.tiff_io
33+
namespace: io
34+
- func_name: save_tiff
35+
module_path: skxray.io.tiff_io
36+
namespace: io
3137

3238
- func_name: grid3d
3339
module_path: skxray.core
@@ -139,34 +145,40 @@ autowrap_func:
139145
# FF IMAGE PROCESSING: MORPHOLOGY MANIPULATION
140146
- func_name: binary_opening
141147
module_path: skxray.api.ff_image
142-
namespace: image_processing | morphology
148+
namespace: image_processing | morphology | binary
143149
- func_name: binary_closing
144150
module_path: skxray.api.ff_image
145-
namespace: image_processing | morphology
151+
namespace: image_processing | morphology | binary
146152
- func_name: binary_erosion
147153
module_path: skxray.api.ff_image
148-
namespace: image_processing | morphology
154+
namespace: image_processing | morphology | binary
149155
- func_name: binary_dilation
150156
module_path: skxray.api.ff_image
151-
namespace: image_processing | morphology
157+
namespace: image_processing | morphology | binary
152158
- func_name: grey_opening
153159
module_path: skxray.api.ff_image
154-
namespace: image_processing | morphology
160+
namespace: image_processing | morphology | grayscale
155161
- func_name: grey_closing
156162
module_path: skxray.api.ff_image
157-
namespace: image_processing | morphology
163+
namespace: image_processing | morphology | grayscale
158164
- func_name: grey_erosion
159165
module_path: skxray.api.ff_image
160-
namespace: image_processing | morphology
166+
namespace: image_processing | morphology | grayscale
161167
- func_name: grey_dilation
162168
module_path: skxray.api.ff_image
163-
namespace: image_processing | morphology
169+
namespace: image_processing | morphology | grayscale
164170
- func_name: binary_fill_holes
165171
module_path: skxray.api.ff_image
166-
namespace: image_processing | morphology
172+
namespace: image_processing | morphology | binary
167173
- func_name: binary_propagation
168174
module_path: skxray.api.ff_image
169-
namespace: image_processing | morphology
175+
namespace: image_processing | morphology | binary
176+
- func_name: extract_material
177+
module_path: skxray.api.ff_image
178+
namespace: image_processing | morphology | material manipulation
179+
- func_name: extract_all_else
180+
module_path: skxray.api.ff_image
181+
namespace: image_processing | morphology | material manipulation
170182
# FF IMAGE PROCESSING: THRESHOLDING TOOLS
171183
- func_name: thresh_globalGT
172184
module_path: skxray.api.ff_image

0 commit comments

Comments
 (0)