nabu 2024.1.0rc4__tar.gz → 2024.1.1__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.1.0rc4/nabu.egg-info → nabu-2024.1.1}/PKG-INFO +22 -2
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/__init__.py +1 -1
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/cast_volume.py +10 -2
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/config.py +2 -2
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/z_stitching.py +3 -1
- {nabu-2024.1.0rc4 → nabu-2024.1.1/nabu.egg-info}/PKG-INFO +22 -2
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu.egg-info/SOURCES.txt +0 -1
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu.egg-info/top_level.txt +0 -1
- nabu-2024.1.0rc4/nabu/thirdparty/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/LICENSE +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/README.md +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/doc/conf.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/doc/create_conf_doc.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/doc/get_mathjax.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/bootstrap.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/bootstrap_stitching.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/cast_volume.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/cli_configs.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/compare_volumes.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/composite_cor.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/correct_rot.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/create_distortion_map_from_poly.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/diag_to_pix.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/diag_to_rot.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/double_flatfield.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/generate_header.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/histogram.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/multicor.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/nx_z_splitter.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/parse_reconstruction_log.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/prepare_weights_double.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/reconstruct.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/reconstruct_helical.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/reduce_dark_flat.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/rotate.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/shrink_dataset.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/stitching.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/tests/test_reduce_dark_flat.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/app/validator.py +0 -0
- {nabu-2024.1.0rc4/nabu/app/tests → nabu-2024.1.1/nabu/cuda}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/convolution.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/fft.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/kernel.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/medfilt.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/padding.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/processing.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/ElementOp.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/backproj.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/backproj_polar.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/boundary.h +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/convolution.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/dfi_fftshift.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/flatfield.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/fourier_wavelets.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/halftomo.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/helical_padding.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/histogram.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/interpolation.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/medfilt.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/normalization.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/padding.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/proj.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/rotation.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/src/transpose.cu +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/tests/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/cuda/utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/alignment.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/cor.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/cor_sino.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/distortion.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/focus.py +0 -0
- {nabu-2024.1.0rc4/nabu/cuda → nabu-2024.1.1/nabu/estimation/tests}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/tests/test_alignment.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/tests/test_cor.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/tests/test_focus.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/tests/test_tilt.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/tests/test_translation.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/tilt.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/translation.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/estimation/utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/detector_distortion.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/reader.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/reader_helical.py +0 -0
- {nabu-2024.1.0rc4/nabu/estimation → nabu-2024.1.1/nabu/io}/tests/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/tests/test_cast_volume.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/tests/test_detector_distortion.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/tests/test_writers.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/tiffwriter_zmm.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/io/writer.py +0 -0
- {nabu-2024.1.0rc4/nabu/io/tests → nabu-2024.1.1/nabu/misc}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/binning.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/fftshift.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/filters.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/fourier_filters.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/histogram.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/histogram_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/kernel_base.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/padding.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/padding_base.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/processing_base.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/rotation.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/rotation_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/tests/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/tests/test_binning.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/tests/test_interpolation.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/transpose.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/unsharp.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/unsharp_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/unsharp_opencl.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/misc/utils.py +0 -0
- {nabu-2024.1.0rc4/nabu/misc → nabu-2024.1.1/nabu/opencl}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/fft.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/kernel.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/memcpy.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/padding.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/processing.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/src/ElementOp.cl +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/src/backproj.cl +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/src/fftshift.cl +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/src/halftomo.cl +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/src/padding.cl +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/src/roll.cl +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/src/transpose.cl +0 -0
- {nabu-2024.1.0rc4/nabu/opencl → nabu-2024.1.1/nabu/opencl/tests}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/opencl/utils.py +0 -0
- {nabu-2024.1.0rc4/nabu/opencl/tests → nabu-2024.1.1/nabu/pipeline}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/config.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/config_validators.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/datadump.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/dataset_validator.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/detector_distortion_provider.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/estimators.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/fallback_utils.py +0 -0
- {nabu-2024.1.0rc4/nabu/pipeline → nabu-2024.1.1/nabu/pipeline/fullfield}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/fullfield/chunked.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/fullfield/chunked_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/fullfield/computations.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/fullfield/dataset_validator.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/fullfield/nabu_config.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/fullfield/processconfig.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/fullfield/reconstruction.py +0 -0
- {nabu-2024.1.0rc4/nabu/pipeline/fullfield → nabu-2024.1.1/nabu/pipeline/helical}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/dataset_validator.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/fbp.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/filtering.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/gridded_accumulator.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/helical_chunked_regridded.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/helical_chunked_regridded_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/helical_reconstruction.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/helical_utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/nabu_config.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/processconfig.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/span_strategy.py +0 -0
- {nabu-2024.1.0rc4/nabu/pipeline/helical → nabu-2024.1.1/nabu/pipeline/helical/tests}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/tests/test_accumulator.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/tests/test_pipeline_elements_full.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/tests/test_strategy.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/weight_balancer.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/params.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/processconfig.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/tests/test_chunk_reader.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/tests/test_estimators.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/writer.py +0 -0
- {nabu-2024.1.0rc4/nabu/pipeline/helical/tests → nabu-2024.1.1/nabu/pipeline/xrdct}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/alignment.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/ccd.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/ccd_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/ctf.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/ctf_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/distortion.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/double_flatfield.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/double_flatfield_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/double_flatfield_variable_region.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/flatfield.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/flatfield_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/flatfield_variable_region.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/phase.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/phase_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/shift.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/shift_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/tests/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/tests/test_ccd_corr.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/tests/test_ctf.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/tests/test_double_flatfield.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/tests/test_flatfield.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/tests/test_paganin.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/preproc/tests/test_vshift.py +0 -0
- {nabu-2024.1.0rc4/nabu/pipeline/xrdct → nabu-2024.1.1/nabu/processing}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/convolution_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/fft_base.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/fft_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/fft_opencl.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/fftshift.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/histogram.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/histogram_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/kernel_base.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/medfilt_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/muladd.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/muladd_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/padding_base.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/padding_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/padding_opencl.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/processing_base.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/roll_opencl.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/rotation.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/rotation_cuda.py +0 -0
- {nabu-2024.1.0rc4/nabu/processing → nabu-2024.1.1/nabu/processing/tests}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/tests/test_fft.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/tests/test_fftshift.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/tests/test_histogram.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/tests/test_medfilt.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/tests/test_muladd.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/tests/test_padding.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/tests/test_roll.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/tests/test_rotation.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/tests/test_transpose.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/tests/test_unsharp.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/transpose.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/unsharp.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/unsharp_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/processing/unsharp_opencl.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/cone.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/fbp.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/fbp_base.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/fbp_opencl.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/filtering.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/filtering_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/filtering_opencl.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/projection.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/reconstructor.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/reconstructor_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/rings.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/rings_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/sinogram.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/sinogram_cuda.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/sinogram_opencl.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/tests/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/tests/test_cone.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/tests/test_deringer.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/tests/test_fbp.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/tests/test_filtering.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/tests/test_halftomo.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/tests/test_projector.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/tests/test_reconstructor.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/reconstruction/tests/test_sino_normalization.py +0 -0
- {nabu-2024.1.0rc4/nabu/processing/tests → nabu-2024.1.1/nabu/resources}/__init__.py +0 -0
- {nabu-2024.1.0rc4/nabu/resources → nabu-2024.1.1/nabu/resources/cli}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/cor.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/dataset_analyzer.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/gpu.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/logger.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/nxflatfield.py +0 -0
- {nabu-2024.1.0rc4/nabu/resources/cli → nabu-2024.1.1/nabu/resources/templates}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/templates/bm05_pag.conf +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/templates/id16_ctf.conf +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/templates/id16_holo.conf +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/templates/id19_pag.conf +0 -0
- {nabu-2024.1.0rc4/nabu/resources/templates → nabu-2024.1.1/nabu/resources/tests}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/tests/test_nxflatfield.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/tests/test_units.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/resources/utils.py +0 -0
- {nabu-2024.1.0rc4/nabu/resources/tests → nabu-2024.1.1/nabu/stitching}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/alignment.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/definitions.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/frame_composition.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/overlap.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/sample_normalization.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/slurm_utils.py +0 -0
- {nabu-2024.1.0rc4/nabu/stitching → nabu-2024.1.1/nabu/stitching/tests}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/tests/test_alignment.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/tests/test_config.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/tests/test_frame_composition.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/tests/test_overlap.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/tests/test_sample_normalization.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/tests/test_slurm_utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/tests/test_utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/tests/test_z_stitching.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/stitching/utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/tests.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/testutils.py +0 -0
- {nabu-2024.1.0rc4/nabu/stitching/tests → nabu-2024.1.1/nabu/thirdparty}/__init__.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/thirdparty/algotom_convert_sino.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/thirdparty/pore3d_deringer_munch.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/thirdparty/tomocupy_remove_stripe.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/thirdparty/tomopy_phase.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/thirdparty/tomwer_load_flats_darks.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/utils.py +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu.egg-info/dependency_links.txt +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu.egg-info/entry_points.txt +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu.egg-info/requires.txt +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/pyproject.toml +0 -0
- {nabu-2024.1.0rc4 → nabu-2024.1.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nabu
|
3
|
-
Version: 2024.1.
|
3
|
+
Version: 2024.1.1
|
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>
|
@@ -48,9 +48,29 @@ Classifier: Topic :: Scientific/Engineering :: Physics
|
|
48
48
|
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
|
49
49
|
Requires-Python: >=3.7
|
50
50
|
Description-Content-Type: text/markdown
|
51
|
+
License-File: LICENSE
|
52
|
+
Requires-Dist: numpy>1.9.0
|
53
|
+
Requires-Dist: scipy
|
54
|
+
Requires-Dist: h5py>=3.0
|
55
|
+
Requires-Dist: silx>=0.15.0
|
56
|
+
Requires-Dist: tomoscan>=2.0.0a7
|
57
|
+
Requires-Dist: psutil
|
58
|
+
Requires-Dist: pytest
|
59
|
+
Requires-Dist: tifffile
|
51
60
|
Provides-Extra: full
|
61
|
+
Requires-Dist: scikit-image; extra == "full"
|
62
|
+
Requires-Dist: PyWavelets; extra == "full"
|
63
|
+
Requires-Dist: glymur; extra == "full"
|
64
|
+
Requires-Dist: pycuda; extra == "full"
|
65
|
+
Requires-Dist: scikit-cuda; extra == "full"
|
66
|
+
Requires-Dist: pycudwt; extra == "full"
|
67
|
+
Requires-Dist: sluurp>=0.3; extra == "full"
|
68
|
+
Requires-Dist: pyvkfft; extra == "full"
|
52
69
|
Provides-Extra: doc
|
53
|
-
|
70
|
+
Requires-Dist: sphinx; extra == "doc"
|
71
|
+
Requires-Dist: cloud_sptheme; extra == "doc"
|
72
|
+
Requires-Dist: myst-parser; extra == "doc"
|
73
|
+
Requires-Dist: nbsphinx; extra == "doc"
|
54
74
|
|
55
75
|
# Nabu
|
56
76
|
|
@@ -167,6 +167,12 @@ def cast_volume(
|
|
167
167
|
if not isinstance(output_volume, VolumeBase):
|
168
168
|
raise TypeError(f"output_volume is expected to be a {VolumeBase}. {type(output_volume)} provided")
|
169
169
|
|
170
|
+
try:
|
171
|
+
output_data_type = numpy.dtype(
|
172
|
+
output_data_type
|
173
|
+
) # User friendly API in case user provides np.uint16 e.g. (see issue #482)
|
174
|
+
except Exception:
|
175
|
+
pass
|
170
176
|
if not isinstance(output_data_type, numpy.dtype):
|
171
177
|
raise TypeError(f"output_data_type is expected to be a {numpy.dtype}. {type(output_data_type)} provided")
|
172
178
|
|
@@ -326,7 +332,7 @@ def find_histogram(volume: VolumeBase, scan: Optional[TomoScanBase] = None) -> O
|
|
326
332
|
)
|
327
333
|
|
328
334
|
|
329
|
-
def _get_hst_saturations(hist, bins, rescale_min_percentile, rescale_max_percentile):
|
335
|
+
def _get_hst_saturations(hist, bins, rescale_min_percentile: numpy.float32, rescale_max_percentile: numpy.float32):
|
330
336
|
hist_cum = numpy.cumsum(hist)
|
331
337
|
bin_index_min = numpy.searchsorted(hist_cum, numpy.percentile(hist_cum, rescale_min_percentile))
|
332
338
|
bin_index_max = numpy.searchsorted(hist_cum, numpy.percentile(hist_cum, rescale_max_percentile))
|
@@ -360,4 +366,6 @@ def _min_max_from_histo(url: DataUrl, rescale_min_percentile: int, rescale_max_p
|
|
360
366
|
else:
|
361
367
|
bins = histogram[1]
|
362
368
|
hist = histogram[0]
|
363
|
-
return _get_hst_saturations(
|
369
|
+
return _get_hst_saturations(
|
370
|
+
hist, bins, numpy.float32(rescale_min_percentile), numpy.float32(rescale_max_percentile)
|
371
|
+
)
|
@@ -710,12 +710,12 @@ class StitchingConfiguration:
|
|
710
710
|
"type": "optional",
|
711
711
|
},
|
712
712
|
SLURM_PREPROCESSING_COMMAND: {
|
713
|
-
"default": "
|
713
|
+
"default": "",
|
714
714
|
"help": "python virtual environment to use",
|
715
715
|
"type": "optional",
|
716
716
|
},
|
717
717
|
SLURM_MODULES_TO_LOADS: {
|
718
|
-
"default": "",
|
718
|
+
"default": "tomotools/stable",
|
719
719
|
"help": "module to load",
|
720
720
|
"type": "optional",
|
721
721
|
},
|
@@ -1223,7 +1223,9 @@ class PreProcessZStitcher(ZStitcher):
|
|
1223
1223
|
|
1224
1224
|
# first save the NXtomo entry without the frame
|
1225
1225
|
# dicttonx will fail if the folder does not exists
|
1226
|
-
os.
|
1226
|
+
dir_name = os.path.dirname(self.configuration.output_file_path)
|
1227
|
+
if dir_name not in (None, ""):
|
1228
|
+
os.makedirs(dir_name, exist_ok=True)
|
1227
1229
|
nx_tomo.save(
|
1228
1230
|
file_path=self.configuration.output_file_path,
|
1229
1231
|
data_path=self.configuration.output_data_path,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nabu
|
3
|
-
Version: 2024.1.
|
3
|
+
Version: 2024.1.1
|
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>
|
@@ -48,9 +48,29 @@ Classifier: Topic :: Scientific/Engineering :: Physics
|
|
48
48
|
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
|
49
49
|
Requires-Python: >=3.7
|
50
50
|
Description-Content-Type: text/markdown
|
51
|
+
License-File: LICENSE
|
52
|
+
Requires-Dist: numpy>1.9.0
|
53
|
+
Requires-Dist: scipy
|
54
|
+
Requires-Dist: h5py>=3.0
|
55
|
+
Requires-Dist: silx>=0.15.0
|
56
|
+
Requires-Dist: tomoscan>=2.0.0a7
|
57
|
+
Requires-Dist: psutil
|
58
|
+
Requires-Dist: pytest
|
59
|
+
Requires-Dist: tifffile
|
51
60
|
Provides-Extra: full
|
61
|
+
Requires-Dist: scikit-image; extra == "full"
|
62
|
+
Requires-Dist: PyWavelets; extra == "full"
|
63
|
+
Requires-Dist: glymur; extra == "full"
|
64
|
+
Requires-Dist: pycuda; extra == "full"
|
65
|
+
Requires-Dist: scikit-cuda; extra == "full"
|
66
|
+
Requires-Dist: pycudwt; extra == "full"
|
67
|
+
Requires-Dist: sluurp>=0.3; extra == "full"
|
68
|
+
Requires-Dist: pyvkfft; extra == "full"
|
52
69
|
Provides-Extra: doc
|
53
|
-
|
70
|
+
Requires-Dist: sphinx; extra == "doc"
|
71
|
+
Requires-Dist: cloud_sptheme; extra == "doc"
|
72
|
+
Requires-Dist: myst-parser; extra == "doc"
|
73
|
+
Requires-Dist: nbsphinx; extra == "doc"
|
54
74
|
|
55
75
|
# Nabu
|
56
76
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
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.1.0rc4/nabu/pipeline/fullfield → nabu-2024.1.1/nabu/pipeline/helical}/__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
|
{nabu-2024.1.0rc4/nabu/pipeline/helical → nabu-2024.1.1/nabu/pipeline/helical/tests}/__init__.py
RENAMED
File without changes
|
File without changes
|
{nabu-2024.1.0rc4 → nabu-2024.1.1}/nabu/pipeline/helical/tests/test_pipeline_elements_full.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
|
{nabu-2024.1.0rc4/nabu/pipeline/helical/tests → nabu-2024.1.1/nabu/pipeline/xrdct}/__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
|