nabu 2024.2.1__tar.gz → 2024.2.3__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.1/nabu.egg-info → nabu-2024.2.3}/PKG-INFO +1 -1
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/__init__.py +1 -1
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/estimators.py +9 -4
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/config.py +6 -3
- {nabu-2024.2.1 → nabu-2024.2.3/nabu.egg-info}/PKG-INFO +1 -1
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu.egg-info/SOURCES.txt +0 -2
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu.egg-info/top_level.txt +0 -1
- nabu-2024.2.1/nabu/resources/tests/test_extract.py +0 -10
- nabu-2024.2.1/nabu/thirdparty/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/LICENSE +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/README.md +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/doc/conf.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/doc/create_conf_doc.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/doc/get_mathjax.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/bootstrap.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/bootstrap_stitching.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/cast_volume.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/cli_configs.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/compare_volumes.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/composite_cor.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/correct_rot.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/create_distortion_map_from_poly.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/diag_to_pix.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/diag_to_rot.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/double_flatfield.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/generate_header.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/histogram.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/multicor.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/nx_z_splitter.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/parse_reconstruction_log.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/prepare_weights_double.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/reconstruct.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/reconstruct_helical.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/reduce_dark_flat.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/rotate.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/shrink_dataset.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/stitching.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/tests/test_reduce_dark_flat.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/utils.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/app/validator.py +0 -0
- {nabu-2024.2.1/nabu/app/tests → nabu-2024.2.3/nabu/cuda}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/convolution.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/fft.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/kernel.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/medfilt.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/padding.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/processing.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/ElementOp.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/backproj.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/backproj_polar.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/boundary.h +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/cone.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/convolution.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/dfi_fftshift.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/flatfield.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/fourier_wavelets.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/halftomo.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/helical_padding.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/hierarchical_backproj.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/histogram.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/interpolation.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/medfilt.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/normalization.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/padding.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/proj.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/rotation.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/src/transpose.cu +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/tests/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/cuda/utils.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/alignment.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/cor.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/cor_sino.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/distortion.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/focus.py +0 -0
- {nabu-2024.2.1/nabu/cuda → nabu-2024.2.3/nabu/estimation/tests}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/tests/test_alignment.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/tests/test_cor.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/tests/test_focus.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/tests/test_tilt.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/tests/test_translation.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/tilt.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/translation.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/estimation/utils.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/cast_volume.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/detector_distortion.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/reader.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/reader_helical.py +0 -0
- {nabu-2024.2.1/nabu/estimation → nabu-2024.2.3/nabu/io}/tests/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/tests/test_cast_volume.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/tests/test_detector_distortion.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/tests/test_readers.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/tests/test_writers.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/utils.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/io/writer.py +0 -0
- {nabu-2024.2.1/nabu/io/tests → nabu-2024.2.3/nabu/misc}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/binning.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/fftshift.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/filters.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/fourier_filters.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/histogram.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/histogram_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/kernel_base.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/padding.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/padding_base.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/processing_base.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/rotation.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/rotation_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/tests/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/tests/test_binning.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/tests/test_interpolation.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/transpose.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/unsharp.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/unsharp_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/unsharp_opencl.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/misc/utils.py +0 -0
- {nabu-2024.2.1/nabu/misc → nabu-2024.2.3/nabu/opencl}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/fft.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/kernel.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/memcpy.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/padding.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/processing.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/src/ElementOp.cl +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/src/backproj.cl +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/src/fftshift.cl +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/src/halftomo.cl +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/src/padding.cl +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/src/roll.cl +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/src/transpose.cl +0 -0
- {nabu-2024.2.1/nabu/opencl → nabu-2024.2.3/nabu/opencl/tests}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/opencl/utils.py +0 -0
- {nabu-2024.2.1/nabu/opencl/tests → nabu-2024.2.3/nabu/pipeline}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/config.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/config_validators.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/datadump.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/dataset_validator.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/detector_distortion_provider.py +0 -0
- {nabu-2024.2.1/nabu/pipeline → nabu-2024.2.3/nabu/pipeline/fullfield}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/fullfield/chunked.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/fullfield/chunked_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/fullfield/computations.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/fullfield/dataset_validator.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/fullfield/nabu_config.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/fullfield/processconfig.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/fullfield/reconstruction.py +0 -0
- {nabu-2024.2.1/nabu/pipeline/fullfield → nabu-2024.2.3/nabu/pipeline/helical}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/dataset_validator.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/fbp.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/filtering.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/gridded_accumulator.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/helical_chunked_regridded.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/helical_chunked_regridded_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/helical_reconstruction.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/helical_utils.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/nabu_config.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/processconfig.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/span_strategy.py +0 -0
- {nabu-2024.2.1/nabu/pipeline/helical → nabu-2024.2.3/nabu/pipeline/helical/tests}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/helical/weight_balancer.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/params.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/processconfig.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/reader.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/tests/test_estimators.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/utils.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/pipeline/writer.py +0 -0
- {nabu-2024.2.1/nabu/pipeline/helical/tests → nabu-2024.2.3/nabu/pipeline/xrdct}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/alignment.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/ccd.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/ccd_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/ctf.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/ctf_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/distortion.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/double_flatfield.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/double_flatfield_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/double_flatfield_variable_region.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/flatfield.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/flatfield_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/flatfield_variable_region.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/phase.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/phase_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/shift.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/shift_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/tests/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/tests/test_ccd_corr.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/tests/test_ctf.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/tests/test_double_flatfield.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/tests/test_flatfield.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/tests/test_paganin.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/preproc/tests/test_vshift.py +0 -0
- {nabu-2024.2.1/nabu/pipeline/xrdct → nabu-2024.2.3/nabu/processing}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/azim.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/convolution_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/fft_base.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/fft_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/fft_opencl.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/fftshift.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/histogram.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/histogram_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/kernel_base.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/medfilt_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/muladd.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/muladd_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/padding_base.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/padding_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/padding_opencl.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/processing_base.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/roll_opencl.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/rotation.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/rotation_cuda.py +0 -0
- {nabu-2024.2.1/nabu/processing → nabu-2024.2.3/nabu/processing/tests}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/tests/test_fft.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/tests/test_fftshift.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/tests/test_histogram.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/tests/test_medfilt.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/tests/test_muladd.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/tests/test_padding.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/tests/test_roll.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/tests/test_rotation.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/tests/test_transpose.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/tests/test_unsharp.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/transpose.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/unsharp.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/unsharp_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/processing/unsharp_opencl.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/cone.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/fbp.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/fbp_base.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/fbp_opencl.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/filtering.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/filtering_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/filtering_opencl.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/hbp.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/mlem.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/projection.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/reconstructor.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/reconstructor_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/rings.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/rings_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/sinogram.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/sinogram_cuda.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/sinogram_opencl.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/tests/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/tests/test_cone.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/tests/test_deringer.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/tests/test_fbp.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/tests/test_filtering.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/tests/test_halftomo.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/tests/test_mlem.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/tests/test_projector.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/tests/test_reconstructor.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/reconstruction/tests/test_sino_normalization.py +0 -0
- {nabu-2024.2.1/nabu/processing/tests → nabu-2024.2.3/nabu/resources}/__init__.py +0 -0
- {nabu-2024.2.1/nabu/resources → nabu-2024.2.3/nabu/resources/cli}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/cor.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/dataset_analyzer.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/gpu.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/logger.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/nxflatfield.py +0 -0
- {nabu-2024.2.1/nabu/resources/cli → nabu-2024.2.3/nabu/resources/templates}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/templates/bm05_pag.conf +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/templates/id16_ctf.conf +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/templates/id16_holo.conf +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/templates/id16a_fluo.conf +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/templates/id19_pag.conf +0 -0
- {nabu-2024.2.1/nabu/resources/templates → nabu-2024.2.3/nabu/resources/tests}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/tests/test_nxflatfield.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/tests/test_units.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/resources/utils.py +0 -0
- {nabu-2024.2.1/nabu/resources/tests → nabu-2024.2.3/nabu/stitching}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/alignment.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/definitions.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/frame_composition.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/overlap.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/sample_normalization.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/single_axis_stitching.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/slurm_utils.py +0 -0
- {nabu-2024.2.1/nabu/stitching → nabu-2024.2.3/nabu/stitching/stitcher}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/base.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/dumper/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/dumper/base.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/dumper/postprocessing.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/dumper/preprocessing.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/post_processing.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/pre_processing.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/single_axis.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/stitcher.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/y_stitcher.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher/z_stitcher.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/stitcher_2D.py +0 -0
- {nabu-2024.2.1/nabu/stitching/stitcher → nabu-2024.2.3/nabu/stitching/tests}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/tests/test_alignment.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/tests/test_config.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/tests/test_frame_composition.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/tests/test_overlap.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/tests/test_sample_normalization.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/tests/test_slurm_utils.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/tests/test_utils.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/tests/test_y_preprocessing_stitching.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/tests/test_z_postprocessing_stitching.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/tests/test_z_preprocessing_stitching.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/utils/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/utils/post_processing.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/utils/tests/test_post-processing.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/utils/utils.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/y_stitching.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/stitching/z_stitching.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/tests.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/testutils.py +0 -0
- {nabu-2024.2.1/nabu/stitching/tests → nabu-2024.2.3/nabu/thirdparty}/__init__.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/thirdparty/algotom_convert_sino.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/thirdparty/pore3d_deringer_munch.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/thirdparty/tomocupy_remove_stripe.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/thirdparty/tomopy_phase.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/thirdparty/tomwer_load_flats_darks.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu/utils.py +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu.egg-info/dependency_links.txt +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu.egg-info/entry_points.txt +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/nabu.egg-info/requires.txt +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/pyproject.toml +0 -0
- {nabu-2024.2.1 → nabu-2024.2.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nabu
|
3
|
-
Version: 2024.2.
|
3
|
+
Version: 2024.2.3
|
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>
|
@@ -89,13 +89,14 @@ def estimate_cor(method, dataset_info, do_flatfield=True, cor_options=None, logg
|
|
89
89
|
estimated_cor = cor_finder.find_cor()
|
90
90
|
else:
|
91
91
|
composite_options = update_func_kwargs(CompositeCORFinder, cor_options)
|
92
|
-
for what in ["cor_options", "logger"]:
|
92
|
+
for what in ["cor_options", "logger", "do_flatfield"]:
|
93
93
|
composite_options.pop(what, None)
|
94
94
|
cor_finder = CompositeCORFinder(
|
95
95
|
dataset_info,
|
96
96
|
cor_options=cor_options,
|
97
|
+
do_flatfield=do_flatfield,
|
97
98
|
logger=logger,
|
98
|
-
**composite_options,
|
99
|
+
**composite_options, # contains take_log
|
99
100
|
)
|
100
101
|
estimated_cor = cor_finder.find_cor()
|
101
102
|
return estimated_cor
|
@@ -451,6 +452,7 @@ class CompositeCORFinder(CORFinderBase):
|
|
451
452
|
oversampling=4,
|
452
453
|
theta_interval=5,
|
453
454
|
n_subsampling_y=40,
|
455
|
+
do_flatfield=True,
|
454
456
|
take_log=True,
|
455
457
|
cor_options=None,
|
456
458
|
spike_threshold=0.04,
|
@@ -458,7 +460,7 @@ class CompositeCORFinder(CORFinderBase):
|
|
458
460
|
norm_order=1,
|
459
461
|
):
|
460
462
|
super().__init__(
|
461
|
-
"composite-coarse-to-fine", dataset_info, do_flatfield=
|
463
|
+
"composite-coarse-to-fine", dataset_info, do_flatfield=False, cor_options=cor_options, logger=logger
|
462
464
|
)
|
463
465
|
if norm_order not in [1, 2]:
|
464
466
|
raise ValueError(
|
@@ -535,7 +537,10 @@ class CompositeCORFinder(CORFinderBase):
|
|
535
537
|
|
536
538
|
self.absolute_indices = sorted(self.dataset_info.projections.keys())
|
537
539
|
|
538
|
-
|
540
|
+
if do_flatfield:
|
541
|
+
my_flats = self.dataset_info.flats
|
542
|
+
else:
|
543
|
+
my_flats = None
|
539
544
|
|
540
545
|
if my_flats is not None and len(list(my_flats.keys())):
|
541
546
|
self.use_flat = True
|
@@ -1038,8 +1038,9 @@ class PreProcessedSingleAxisStitchingConfiguration(SingleAxisStitchingConfigurat
|
|
1038
1038
|
config[STITCHING_SECTION].get(ALIGNMENT_AXIS_2_FIELD, AlignmentAxis2.CENTER)
|
1039
1039
|
),
|
1040
1040
|
pad_mode=config[STITCHING_SECTION].get(PAD_MODE_FIELD, "constant"),
|
1041
|
-
duplicate_data=not
|
1042
|
-
|
1041
|
+
duplicate_data=not _scalar_or_tuple_to_bool_or_tuple_of_bool(
|
1042
|
+
config[STITCHING_SECTION].get(AVOID_DATA_DUPLICATION_FIELD, False)
|
1043
|
+
),
|
1043
1044
|
)
|
1044
1045
|
|
1045
1046
|
|
@@ -1196,7 +1197,9 @@ class PostProcessedSingleAxisStitchingConfiguration(SingleAxisStitchingConfigura
|
|
1196
1197
|
config[STITCHING_SECTION].get(ALIGNMENT_AXIS_2_FIELD, AlignmentAxis2.CENTER)
|
1197
1198
|
),
|
1198
1199
|
pad_mode=config[STITCHING_SECTION].get(PAD_MODE_FIELD, "constant"),
|
1199
|
-
duplicate_data=not
|
1200
|
+
duplicate_data=not _scalar_or_tuple_to_bool_or_tuple_of_bool(
|
1201
|
+
config[STITCHING_SECTION].get(AVOID_DATA_DUPLICATION_FIELD, False)
|
1202
|
+
),
|
1200
1203
|
normalization_by_sample=NormalizationBySample.from_dict(config.get(NORMALIZATION_BY_SAMPLE_SECTION, {})),
|
1201
1204
|
)
|
1202
1205
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nabu
|
3
|
-
Version: 2024.2.
|
3
|
+
Version: 2024.2.3
|
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>
|
@@ -40,7 +40,6 @@ nabu/app/shrink_dataset.py
|
|
40
40
|
nabu/app/stitching.py
|
41
41
|
nabu/app/utils.py
|
42
42
|
nabu/app/validator.py
|
43
|
-
nabu/app/tests/__init__.py
|
44
43
|
nabu/app/tests/test_reduce_dark_flat.py
|
45
44
|
nabu/cuda/__init__.py
|
46
45
|
nabu/cuda/convolution.py
|
@@ -272,7 +271,6 @@ nabu/resources/templates/id16_holo.conf
|
|
272
271
|
nabu/resources/templates/id16a_fluo.conf
|
273
272
|
nabu/resources/templates/id19_pag.conf
|
274
273
|
nabu/resources/tests/__init__.py
|
275
|
-
nabu/resources/tests/test_extract.py
|
276
274
|
nabu/resources/tests/test_nxflatfield.py
|
277
275
|
nabu/resources/tests/test_units.py
|
278
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
|
{nabu-2024.2.1/nabu/pipeline/helical → nabu-2024.2.3/nabu/pipeline/helical/tests}/__init__.py
RENAMED
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
|