nabu 2024.2.11__tar.gz → 2024.2.13__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.11/nabu.egg-info → nabu-2024.2.13}/PKG-INFO +3 -25
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/__init__.py +1 -1
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/cast_volume.py +16 -0
- {nabu-2024.2.11 → nabu-2024.2.13/nabu.egg-info}/PKG-INFO +3 -25
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu.egg-info/requires.txt +1 -1
- {nabu-2024.2.11 → nabu-2024.2.13}/pyproject.toml +3 -3
- {nabu-2024.2.11 → nabu-2024.2.13}/LICENSE +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/README.md +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/doc/conf.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/doc/create_conf_doc.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/doc/get_mathjax.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/bootstrap.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/bootstrap_stitching.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/cast_volume.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/cli_configs.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/compare_volumes.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/composite_cor.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/correct_rot.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/create_distortion_map_from_poly.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/diag_to_pix.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/diag_to_rot.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/double_flatfield.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/generate_header.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/histogram.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/multicor.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/nx_z_splitter.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/parse_reconstruction_log.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/prepare_weights_double.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/reconstruct.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/reconstruct_helical.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/reduce_dark_flat.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/rotate.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/shrink_dataset.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/stitching.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/tests/test_reduce_dark_flat.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/app/validator.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/convolution.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/fft.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/kernel.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/medfilt.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/padding.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/processing.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/ElementOp.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/backproj.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/backproj_polar.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/boundary.h +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/cone.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/convolution.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/dfi_fftshift.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/flatfield.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/fourier_wavelets.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/halftomo.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/helical_padding.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/hierarchical_backproj.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/histogram.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/interpolation.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/medfilt.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/normalization.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/padding.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/proj.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/rotation.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/src/transpose.cu +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/cuda/utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/alignment.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/cor.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/cor_sino.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/distortion.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/focus.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/tests/test_alignment.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/tests/test_cor.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/tests/test_focus.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/tests/test_tilt.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/tests/test_translation.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/tilt.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/translation.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/estimation/utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/detector_distortion.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/reader.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/reader_helical.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/tests/test_cast_volume.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/tests/test_detector_distortion.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/tests/test_readers.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/tests/test_writers.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/io/writer.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/binning.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/fftshift.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/filters.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/fourier_filters.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/histogram.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/histogram_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/kernel_base.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/padding.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/padding_base.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/processing_base.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/rotation.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/rotation_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/tests/test_binning.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/tests/test_interpolation.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/transpose.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/unsharp.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/unsharp_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/unsharp_opencl.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/misc/utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/fft.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/kernel.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/memcpy.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/padding.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/processing.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/src/ElementOp.cl +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/src/backproj.cl +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/src/fftshift.cl +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/src/halftomo.cl +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/src/padding.cl +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/src/roll.cl +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/src/transpose.cl +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/opencl/utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/config.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/config_validators.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/datadump.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/dataset_validator.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/detector_distortion_provider.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/estimators.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/fullfield/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/fullfield/chunked.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/fullfield/chunked_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/fullfield/computations.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/fullfield/dataset_validator.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/fullfield/nabu_config.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/fullfield/processconfig.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/fullfield/reconstruction.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/dataset_validator.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/fbp.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/filtering.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/gridded_accumulator.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/helical_chunked_regridded.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/helical_chunked_regridded_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/helical_reconstruction.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/helical_utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/nabu_config.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/processconfig.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/span_strategy.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/helical/weight_balancer.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/params.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/processconfig.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/reader.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/tests/test_estimators.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/writer.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/pipeline/xrdct/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/alignment.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/ccd.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/ccd_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/ctf.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/ctf_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/distortion.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/double_flatfield.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/double_flatfield_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/double_flatfield_variable_region.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/flatfield.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/flatfield_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/flatfield_variable_region.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/phase.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/phase_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/shift.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/shift_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/tests/test_ccd_corr.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/tests/test_ctf.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/tests/test_double_flatfield.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/tests/test_flatfield.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/tests/test_paganin.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/preproc/tests/test_vshift.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/azim.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/convolution_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/fft_base.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/fft_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/fft_opencl.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/fftshift.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/histogram.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/histogram_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/kernel_base.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/medfilt_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/muladd.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/muladd_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/padding_base.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/padding_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/padding_opencl.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/processing_base.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/roll_opencl.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/rotation.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/rotation_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/test_fft.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/test_fftshift.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/test_histogram.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/test_medfilt.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/test_muladd.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/test_padding.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/test_roll.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/test_rotation.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/test_transpose.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/tests/test_unsharp.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/transpose.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/unsharp.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/unsharp_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/processing/unsharp_opencl.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/cone.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/fbp.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/fbp_base.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/fbp_opencl.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/filtering.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/filtering_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/filtering_opencl.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/hbp.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/mlem.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/projection.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/reconstructor.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/reconstructor_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/rings.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/rings_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/sinogram.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/sinogram_cuda.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/sinogram_opencl.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/tests/test_cone.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/tests/test_deringer.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/tests/test_fbp.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/tests/test_filtering.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/tests/test_halftomo.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/tests/test_mlem.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/tests/test_projector.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/tests/test_reconstructor.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/reconstruction/tests/test_sino_normalization.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/cli/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/cor.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/dataset_analyzer.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/gpu.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/logger.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/nxflatfield.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/templates/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/templates/bm05_pag.conf +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/templates/id16_ctf.conf +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/templates/id16_holo.conf +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/templates/id16a_fluo.conf +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/templates/id19_pag.conf +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/tests/test_nxflatfield.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/tests/test_units.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/resources/utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/alignment.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/config.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/definitions.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/frame_composition.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/overlap.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/sample_normalization.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/single_axis_stitching.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/slurm_utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/base.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/dumper/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/dumper/base.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/dumper/postprocessing.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/dumper/preprocessing.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/post_processing.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/pre_processing.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/single_axis.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/stitcher.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/y_stitcher.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher/z_stitcher.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/stitcher_2D.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/test_alignment.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/test_config.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/test_frame_composition.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/test_overlap.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/test_sample_normalization.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/test_slurm_utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/test_utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/test_y_preprocessing_stitching.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/test_z_postprocessing_stitching.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/tests/test_z_preprocessing_stitching.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/utils/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/utils/post_processing.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/utils/tests/test_post-processing.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/utils/utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/y_stitching.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/stitching/z_stitching.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/tests.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/testutils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/thirdparty/__init__.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/thirdparty/algotom_convert_sino.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/thirdparty/pore3d_deringer_munch.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/thirdparty/tomocupy_remove_stripe.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/thirdparty/tomopy_phase.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/thirdparty/tomwer_load_flats_darks.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu/utils.py +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu.egg-info/SOURCES.txt +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu.egg-info/dependency_links.txt +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu.egg-info/entry_points.txt +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/nabu.egg-info/top_level.txt +0 -0
- {nabu-2024.2.11 → nabu-2024.2.13}/setup.cfg +0 -0
@@ -1,31 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nabu
|
3
|
-
Version: 2024.2.
|
3
|
+
Version: 2024.2.13
|
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>
|
7
|
-
License: MIT
|
8
|
-
|
9
|
-
Copyright (c) 2020-2024 ESRF
|
10
|
-
|
11
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
12
|
-
of this software and associated documentation files (the "Software"), to deal
|
13
|
-
in the Software without restriction, including without limitation the rights
|
14
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
15
|
-
copies of the Software, and to permit persons to whom the Software is
|
16
|
-
furnished to do so, subject to the following conditions:
|
17
|
-
|
18
|
-
The above copyright notice and this permission notice shall be included in all
|
19
|
-
copies or substantial portions of the Software.
|
20
|
-
|
21
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
22
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
23
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
26
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
27
|
-
SOFTWARE.
|
28
|
-
|
7
|
+
License-Expression: MIT
|
29
8
|
Project-URL: Homepage, https://gitlab.esrf.fr/tomotools/nabu
|
30
9
|
Project-URL: Documentation, http://www.silx.org/pub/nabu/doc
|
31
10
|
Project-URL: Repository, https://gitlab.esrf.fr/tomotools/nabu/-/releases
|
@@ -40,7 +19,6 @@ Classifier: Programming Language :: Python :: 3.8
|
|
40
19
|
Classifier: Programming Language :: Python :: 3.9
|
41
20
|
Classifier: Programming Language :: Python :: 3.10
|
42
21
|
Classifier: Environment :: Console
|
43
|
-
Classifier: License :: OSI Approved :: MIT License
|
44
22
|
Classifier: Operating System :: Unix
|
45
23
|
Classifier: Operating System :: MacOS :: MacOS X
|
46
24
|
Classifier: Operating System :: POSIX
|
@@ -53,7 +31,7 @@ Requires-Dist: numpy<2,>1.9.0
|
|
53
31
|
Requires-Dist: scipy
|
54
32
|
Requires-Dist: h5py>=3.0
|
55
33
|
Requires-Dist: silx>=0.15.0
|
56
|
-
Requires-Dist: tomoscan>=2.1.
|
34
|
+
Requires-Dist: tomoscan>=2.1.5
|
57
35
|
Requires-Dist: psutil
|
58
36
|
Requires-Dist: pytest
|
59
37
|
Requires-Dist: tifffile
|
@@ -1,4 +1,6 @@
|
|
1
1
|
import os
|
2
|
+
|
3
|
+
from tomoscan.esrf.volume.singleframebase import VolumeSingleFrameBase
|
2
4
|
from nabu.misc.utils import rescale_data
|
3
5
|
from nabu.pipeline.params import files_formats
|
4
6
|
from tomoscan.volumebase import VolumeBase
|
@@ -176,6 +178,17 @@ def cast_volume(
|
|
176
178
|
if not isinstance(output_data_type, numpy.dtype):
|
177
179
|
raise TypeError(f"output_data_type is expected to be a {numpy.dtype}. {type(output_data_type)} provided")
|
178
180
|
|
181
|
+
# Make sure the output volume has the same "start_index" as input volume, if relevant
|
182
|
+
if isinstance(input_volume, VolumeSingleFrameBase) and isinstance(output_volume, VolumeSingleFrameBase):
|
183
|
+
try:
|
184
|
+
first_file_name = next(input_volume.browse_data_files())
|
185
|
+
start_idx = int(first_file_name.split(".")[0].split("_")[-1])
|
186
|
+
except (StopIteration, ValueError, TypeError):
|
187
|
+
# StopIteration: Input volume has no file - should not happen
|
188
|
+
# ValueError / TypeError: fail to convert to int, something wrong when extracting slice number (non-default file name scheme)
|
189
|
+
start_idx = 0
|
190
|
+
output_volume.start_index = start_idx
|
191
|
+
|
179
192
|
# start processing
|
180
193
|
# check for data_min and data_max
|
181
194
|
if data_min is None or data_max is None:
|
@@ -193,6 +206,9 @@ def cast_volume(
|
|
193
206
|
data_min = data_min if data_min is not None else found_data_min
|
194
207
|
data_max = data_max if data_max is not None else found_data_max
|
195
208
|
|
209
|
+
if isinstance(output_volume, JP2KVolume):
|
210
|
+
output_volume.rescale_data = False
|
211
|
+
|
196
212
|
data = []
|
197
213
|
for input_slice, frame_dumper in zip(
|
198
214
|
input_volume.browse_slices(),
|
@@ -1,31 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nabu
|
3
|
-
Version: 2024.2.
|
3
|
+
Version: 2024.2.13
|
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>
|
7
|
-
License: MIT
|
8
|
-
|
9
|
-
Copyright (c) 2020-2024 ESRF
|
10
|
-
|
11
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
12
|
-
of this software and associated documentation files (the "Software"), to deal
|
13
|
-
in the Software without restriction, including without limitation the rights
|
14
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
15
|
-
copies of the Software, and to permit persons to whom the Software is
|
16
|
-
furnished to do so, subject to the following conditions:
|
17
|
-
|
18
|
-
The above copyright notice and this permission notice shall be included in all
|
19
|
-
copies or substantial portions of the Software.
|
20
|
-
|
21
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
22
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
23
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
26
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
27
|
-
SOFTWARE.
|
28
|
-
|
7
|
+
License-Expression: MIT
|
29
8
|
Project-URL: Homepage, https://gitlab.esrf.fr/tomotools/nabu
|
30
9
|
Project-URL: Documentation, http://www.silx.org/pub/nabu/doc
|
31
10
|
Project-URL: Repository, https://gitlab.esrf.fr/tomotools/nabu/-/releases
|
@@ -40,7 +19,6 @@ Classifier: Programming Language :: Python :: 3.8
|
|
40
19
|
Classifier: Programming Language :: Python :: 3.9
|
41
20
|
Classifier: Programming Language :: Python :: 3.10
|
42
21
|
Classifier: Environment :: Console
|
43
|
-
Classifier: License :: OSI Approved :: MIT License
|
44
22
|
Classifier: Operating System :: Unix
|
45
23
|
Classifier: Operating System :: MacOS :: MacOS X
|
46
24
|
Classifier: Operating System :: POSIX
|
@@ -53,7 +31,7 @@ Requires-Dist: numpy<2,>1.9.0
|
|
53
31
|
Requires-Dist: scipy
|
54
32
|
Requires-Dist: h5py>=3.0
|
55
33
|
Requires-Dist: silx>=0.15.0
|
56
|
-
Requires-Dist: tomoscan>=2.1.
|
34
|
+
Requires-Dist: tomoscan>=2.1.5
|
57
35
|
Requires-Dist: psutil
|
58
36
|
Requires-Dist: pytest
|
59
37
|
Requires-Dist: tifffile
|
@@ -29,7 +29,8 @@ keywords = [
|
|
29
29
|
"Ring artefact correction",
|
30
30
|
"Geometric calibration",
|
31
31
|
]
|
32
|
-
license =
|
32
|
+
license = "MIT"
|
33
|
+
license-files = ["LICENSE"]
|
33
34
|
classifiers = [
|
34
35
|
"Development Status :: 5 - Production/Stable",
|
35
36
|
"Intended Audience :: Developers",
|
@@ -40,7 +41,6 @@ classifiers = [
|
|
40
41
|
"Programming Language :: Python :: 3.9",
|
41
42
|
"Programming Language :: Python :: 3.10",
|
42
43
|
"Environment :: Console",
|
43
|
-
"License :: OSI Approved :: MIT License",
|
44
44
|
"Operating System :: Unix",
|
45
45
|
"Operating System :: MacOS :: MacOS X",
|
46
46
|
"Operating System :: POSIX",
|
@@ -53,7 +53,7 @@ dependencies = [
|
|
53
53
|
"scipy",
|
54
54
|
"h5py>=3.0",
|
55
55
|
"silx >= 0.15.0",
|
56
|
-
"tomoscan >= 2.1.
|
56
|
+
"tomoscan >= 2.1.5",
|
57
57
|
"psutil",
|
58
58
|
"pytest",
|
59
59
|
"tifffile",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|