nabu 2024.2.5__tar.gz → 2024.2.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nabu-2024.2.5/nabu.egg-info → nabu-2024.2.7}/PKG-INFO +1 -1
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/__init__.py +1 -1
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/fullfield/reconstruction.py +7 -2
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/dataset_analyzer.py +6 -1
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/utils/utils.py +2 -2
- {nabu-2024.2.5 → nabu-2024.2.7/nabu.egg-info}/PKG-INFO +1 -1
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu.egg-info/SOURCES.txt +0 -1
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu.egg-info/top_level.txt +0 -1
- nabu-2024.2.5/nabu/resources/tests/test_extract.py +0 -9
- {nabu-2024.2.5 → nabu-2024.2.7}/LICENSE +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/README.md +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/doc/conf.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/doc/create_conf_doc.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/doc/get_mathjax.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/bootstrap.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/bootstrap_stitching.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/cast_volume.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/cli_configs.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/compare_volumes.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/composite_cor.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/correct_rot.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/create_distortion_map_from_poly.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/diag_to_pix.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/diag_to_rot.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/double_flatfield.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/generate_header.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/histogram.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/multicor.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/nx_z_splitter.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/parse_reconstruction_log.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/prepare_weights_double.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/reconstruct.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/reconstruct_helical.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/reduce_dark_flat.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/rotate.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/shrink_dataset.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/stitching.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/tests/test_reduce_dark_flat.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/app/validator.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/convolution.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/fft.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/kernel.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/medfilt.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/padding.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/processing.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/ElementOp.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/backproj.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/backproj_polar.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/boundary.h +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/cone.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/convolution.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/dfi_fftshift.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/flatfield.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/fourier_wavelets.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/halftomo.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/helical_padding.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/hierarchical_backproj.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/histogram.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/interpolation.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/medfilt.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/normalization.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/padding.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/proj.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/rotation.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/src/transpose.cu +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/cuda/utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/alignment.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/cor.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/cor_sino.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/distortion.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/focus.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/tests/test_alignment.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/tests/test_cor.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/tests/test_focus.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/tests/test_tilt.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/tests/test_translation.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/tilt.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/translation.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/estimation/utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/cast_volume.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/detector_distortion.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/reader.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/reader_helical.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/tests/test_cast_volume.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/tests/test_detector_distortion.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/tests/test_readers.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/tests/test_writers.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/io/writer.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/binning.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/fftshift.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/filters.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/fourier_filters.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/histogram.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/histogram_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/kernel_base.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/padding.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/padding_base.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/processing_base.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/rotation.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/rotation_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/tests/test_binning.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/tests/test_interpolation.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/transpose.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/unsharp.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/unsharp_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/unsharp_opencl.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/misc/utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/fft.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/kernel.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/memcpy.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/padding.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/processing.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/src/ElementOp.cl +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/src/backproj.cl +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/src/fftshift.cl +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/src/halftomo.cl +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/src/padding.cl +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/src/roll.cl +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/src/transpose.cl +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/opencl/utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/config.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/config_validators.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/datadump.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/dataset_validator.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/detector_distortion_provider.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/estimators.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/fullfield/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/fullfield/chunked.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/fullfield/chunked_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/fullfield/computations.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/fullfield/dataset_validator.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/fullfield/nabu_config.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/fullfield/processconfig.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/dataset_validator.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/fbp.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/filtering.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/gridded_accumulator.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/helical_chunked_regridded.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/helical_chunked_regridded_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/helical_reconstruction.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/helical_utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/nabu_config.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/processconfig.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/span_strategy.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/helical/weight_balancer.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/params.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/processconfig.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/reader.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/tests/test_estimators.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/writer.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/pipeline/xrdct/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/alignment.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/ccd.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/ccd_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/ctf.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/ctf_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/distortion.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/double_flatfield.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/double_flatfield_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/double_flatfield_variable_region.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/flatfield.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/flatfield_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/flatfield_variable_region.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/phase.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/phase_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/shift.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/shift_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/tests/test_ccd_corr.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/tests/test_ctf.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/tests/test_double_flatfield.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/tests/test_flatfield.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/tests/test_paganin.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/preproc/tests/test_vshift.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/azim.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/convolution_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/fft_base.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/fft_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/fft_opencl.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/fftshift.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/histogram.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/histogram_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/kernel_base.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/medfilt_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/muladd.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/muladd_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/padding_base.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/padding_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/padding_opencl.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/processing_base.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/roll_opencl.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/rotation.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/rotation_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/test_fft.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/test_fftshift.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/test_histogram.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/test_medfilt.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/test_muladd.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/test_padding.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/test_roll.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/test_rotation.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/test_transpose.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/tests/test_unsharp.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/transpose.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/unsharp.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/unsharp_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/processing/unsharp_opencl.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/cone.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/fbp.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/fbp_base.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/fbp_opencl.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/filtering.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/filtering_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/filtering_opencl.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/hbp.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/mlem.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/projection.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/reconstructor.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/reconstructor_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/rings.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/rings_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/sinogram.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/sinogram_cuda.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/sinogram_opencl.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/tests/test_cone.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/tests/test_deringer.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/tests/test_fbp.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/tests/test_filtering.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/tests/test_halftomo.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/tests/test_mlem.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/tests/test_projector.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/tests/test_reconstructor.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/reconstruction/tests/test_sino_normalization.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/cli/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/cor.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/gpu.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/logger.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/nxflatfield.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/templates/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/templates/bm05_pag.conf +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/templates/id16_ctf.conf +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/templates/id16_holo.conf +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/templates/id16a_fluo.conf +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/templates/id19_pag.conf +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/tests/test_nxflatfield.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/tests/test_units.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/resources/utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/alignment.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/config.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/definitions.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/frame_composition.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/overlap.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/sample_normalization.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/single_axis_stitching.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/slurm_utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/base.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/dumper/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/dumper/base.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/dumper/postprocessing.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/dumper/preprocessing.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/post_processing.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/pre_processing.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/single_axis.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/stitcher.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/y_stitcher.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher/z_stitcher.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/stitcher_2D.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/test_alignment.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/test_config.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/test_frame_composition.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/test_overlap.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/test_sample_normalization.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/test_slurm_utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/test_utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/test_y_preprocessing_stitching.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/test_z_postprocessing_stitching.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/tests/test_z_preprocessing_stitching.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/utils/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/utils/post_processing.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/utils/tests/test_post-processing.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/y_stitching.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/stitching/z_stitching.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/tests.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/testutils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/thirdparty/__init__.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/thirdparty/algotom_convert_sino.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/thirdparty/pore3d_deringer_munch.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/thirdparty/tomocupy_remove_stripe.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/thirdparty/tomopy_phase.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/thirdparty/tomwer_load_flats_darks.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu/utils.py +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu.egg-info/dependency_links.txt +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu.egg-info/entry_points.txt +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/nabu.egg-info/requires.txt +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/pyproject.toml +0 -0
- {nabu-2024.2.5 → nabu-2024.2.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: nabu
|
3
|
-
Version: 2024.2.
|
3
|
+
Version: 2024.2.7
|
4
4
|
Summary: Nabu - Tomography software
|
5
5
|
Author-email: Pierre Paleo <pierre.paleo@esrf.fr>, Henri Payno <henri.payno@esrf.fr>, Alessandro Mirone <mirone@esrf.fr>, Jérôme Lesaint <jerome.lesaint@esrf.fr>
|
6
6
|
Maintainer-email: Pierre Paleo <pierre.paleo@esrf.fr>
|
@@ -131,8 +131,12 @@ class FullFieldReconstructor:
|
|
131
131
|
self.resources["gpus"] = avail_gpus
|
132
132
|
if len(avail_gpus) == 0:
|
133
133
|
return
|
134
|
-
|
135
|
-
|
134
|
+
user_gpus = self.process_config.nabu_config.get("resources", {}).get("gpu_id", [])
|
135
|
+
if len(user_gpus) == 0:
|
136
|
+
user_gpus = [0]
|
137
|
+
# For now nabu does not support multi-GPU reconstruction. Take the first one.
|
138
|
+
user_gpu_idx = user_gpus[0]
|
139
|
+
self.resources["gpu_id"] = self._gpu_id = list(avail_gpus.keys())[user_gpu_idx]
|
136
140
|
|
137
141
|
def _get_backend(self, backend, cuda_options):
|
138
142
|
self._pipeline_cls = ChunkedPipeline
|
@@ -145,6 +149,7 @@ class FullFieldReconstructor:
|
|
145
149
|
backend = "numpy"
|
146
150
|
else:
|
147
151
|
self.gpu_mem = self.resources["gpus"][self._gpu_id]["memory_GB"] * self.gpu_mem_fraction
|
152
|
+
self.cuda_options = {"device_id": self._gpu_id}
|
148
153
|
if backend == "cuda":
|
149
154
|
if not (__has_pycuda__):
|
150
155
|
raise RuntimeError("pycuda not avilable")
|
@@ -2,8 +2,10 @@ import os
|
|
2
2
|
import numpy as np
|
3
3
|
from silx.io.url import DataUrl
|
4
4
|
from silx.io import get_data
|
5
|
+
from tomoscan import __version__ as __tomoscan_version__
|
5
6
|
from tomoscan.esrf.scan.edfscan import EDFTomoScan
|
6
7
|
from tomoscan.esrf.scan.nxtomoscan import NXtomoScan
|
8
|
+
from packaging.version import parse as parse_version
|
7
9
|
|
8
10
|
from ..utils import check_supported, indices_to_slices
|
9
11
|
from ..io.reader import EDFStackReader, NXDarksFlats, NXTomoReader
|
@@ -143,7 +145,10 @@ class DatasetAnalyzer:
|
|
143
145
|
Return the sample-detector distance in meters.
|
144
146
|
"""
|
145
147
|
if self._distance is None:
|
146
|
-
|
148
|
+
if parse_version(__tomoscan_version__) < parse_version("2.2"):
|
149
|
+
self._distance = abs(self.dataset_scanner.distance)
|
150
|
+
else:
|
151
|
+
self._distance = abs(self.dataset_scanner.sample_detector_distance)
|
147
152
|
return self._distance
|
148
153
|
|
149
154
|
@distance.setter
|
@@ -1,4 +1,4 @@
|
|
1
|
-
from
|
1
|
+
from packaging.version import parse as parse_version
|
2
2
|
from typing import Optional, Union
|
3
3
|
import logging
|
4
4
|
import functools
|
@@ -523,7 +523,7 @@ def find_shift_with_itk(img1: numpy.ndarray, img2: numpy.ndarray) -> tuple:
|
|
523
523
|
_logger.warning("itk is not installed. Please install it to find shift with it")
|
524
524
|
return (0, 0)
|
525
525
|
|
526
|
-
if
|
526
|
+
if parse_version(itk.Version.GetITKVersion()) < parse_version("4.9.0"):
|
527
527
|
_logger.error("ITK 4.9.0 is required to find shift with it.")
|
528
528
|
return (0, 0)
|
529
529
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: nabu
|
3
|
-
Version: 2024.2.
|
3
|
+
Version: 2024.2.7
|
4
4
|
Summary: Nabu - Tomography software
|
5
5
|
Author-email: Pierre Paleo <pierre.paleo@esrf.fr>, Henri Payno <henri.payno@esrf.fr>, Alessandro Mirone <mirone@esrf.fr>, Jérôme Lesaint <jerome.lesaint@esrf.fr>
|
6
6
|
Maintainer-email: Pierre Paleo <pierre.paleo@esrf.fr>
|
@@ -271,7 +271,6 @@ nabu/resources/templates/id16_holo.conf
|
|
271
271
|
nabu/resources/templates/id16a_fluo.conf
|
272
272
|
nabu/resources/templates/id19_pag.conf
|
273
273
|
nabu/resources/tests/__init__.py
|
274
|
-
nabu/resources/tests/test_extract.py
|
275
274
|
nabu/resources/tests/test_nxflatfield.py
|
276
275
|
nabu/resources/tests/test_units.py
|
277
276
|
nabu/stitching/__init__.py
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|