darfix 4.3.0__tar.gz → 4.3.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.
- {darfix-4.3.0/src/darfix.egg-info → darfix-4.3.1}/PKG-INFO +1 -1
- {darfix-4.3.0 → darfix-4.3.1}/pyproject.toml +1 -1
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/grain_plot/grain_plot_widget.py +0 -1
- {darfix-4.3.0 → darfix-4.3.1/src/darfix.egg-info}/PKG-INFO +1 -1
- {darfix-4.3.0 → darfix-4.3.1}/LICENSE +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/README.md +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/setup.cfg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/_config.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/_version.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/array_utils.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/autofocus.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/components_matching.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/data_path_finder.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/data_selection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/dataset.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/dimension.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/fscan_parser.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/grainplot.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/image_registration.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/image_stack.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/mapping.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/moment_types.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/noise_removal.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/noise_removal_type.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/positioners.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/rocking_curves.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/rocking_curves_map.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/roi.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/settings.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/shift_correction.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/state_of_operation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/transformation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/utils.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/core/zigzag_mode.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/decomposition/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/decomposition/base.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/decomposition/ipca.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/decomposition/nica.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/decomposition/nmf.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/decomposition/pca.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/dtypes.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/binning_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/blind_source_separation_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/choose_dimensions.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/concatenate_scans.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/configuration/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/configuration/action.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/configuration/level.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/data_selection/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/data_selection/hdf5_dataset_selection_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/data_selection/line_edits.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/data_selection/scan_selection_widgets.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/data_selection/utils.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/data_selection/working_dir_selection_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/dimensions_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/display_components_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/filter_by_dimension.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/grain_plot/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/grain_plot/_oridist_toolbar_buttons.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/grain_plot/dimension_range_slider_2d.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/grain_plot/flashlight.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/grain_plot/flashlight_mode_action.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/grain_plot/mosaicity_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/grain_plot/oridist_toolbar.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/grain_plot/utils.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/magnification_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/metadata_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/noise_removal/noise_removal_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/noise_removal/operation_list_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/noise_removal/parameters_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/parallel/operation_process.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/parallel/operation_thread.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/pca_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/projection_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/rocking_curves/fit_combobox.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/rocking_curves/rocking_curves_plot.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/rocking_curves/rocking_curves_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/rocking_curves/utils.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/roi_limits_toolbar.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/roi_selection_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/rsm_histogram_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/rsm_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/shift_correction/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/shift_correction/shift_correction_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/shift_correction/shift_input.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/axis_type_combobox.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/custom_doublespinbox.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/data_path_completer.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/data_path_selection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/fileselection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/message.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/qsignalspy.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/range_slider.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/standard_buttonbox.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/utils.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/utils/vspacer.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/weak_beam_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/zsum_widget.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/io/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/io/hdf5.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/io/progress.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/io/utils.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/main.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/math.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/pixel_sizes.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/processing/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/processing/dimension_detection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/processing/image_operations.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/processing/rocking_curves.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/advanced_settings.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/advanced_settings.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/contour.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/curves.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/curves.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/flashlight.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/hsv.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/median-filter.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/median-filter.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/optional_settings.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/optional_settings.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/required_settings.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/required_settings.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/resize.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/resize.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/scatter.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/gui/icons/scatter.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/tests/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/tests/dimensions_definition/NiTi_1PD_002_g411_420MPa_mosalayers_2x.h5 +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/tests/dimensions_definition/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/tests/dimensions_definition/silicon_111_reflection.h5 +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/resources/tests/transformation/316H_dummy_insitu_g1_RSM_2.h5 +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/binning.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/blind_source_separation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/blindsourceseparation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/copy.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/data_partition.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/datapartition.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/dimension_definition.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/dimensiondefinition.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/grain_plot.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/grainplot.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/hdf5_data_selection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/hdf5_scans_concatenation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/metadata.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/noise_removal.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/noiseremoval.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/pca.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/projection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/rocking_curves.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/roi.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/rsm_histogram.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/shift_correction.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/shiftcorrection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/transformation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/weak_beam.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/weakbeam.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tasks/zsum.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/conftest.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/decomposition/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/decomposition/test_base.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/decomposition/test_ipca.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/decomposition/test_nica.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/decomposition/test_nmf.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/decomposition/utils.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/gui/test_concatenate_scans.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/gui/test_data_path_completer.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/gui/test_data_path_selection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/gui/test_dimension_range_slider_2d.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/gui/test_range_slider_with_spinboxes.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/gui/test_roi_selection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/orange/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/orange/test_ewoks.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/orange/widgets/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/orange/widgets/test_concatenate_hdf5_scans.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/orange/widgets/test_dimension.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/orange/widgets/test_hdf5_data_selection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/orange/widgets/test_transformation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/orange/workflow_files/concatenate_scans.ows +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/tasks/test_binning.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/tasks/test_data_copy.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/tasks/test_dimension_definition.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/tasks/test_hdf5_data_selection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/tasks/test_hdf5_scans_concatenation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/tasks/test_rocking_curves.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/tasks/test_weak_beam.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_array_utils.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_components_matching.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_data_path_finder.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_dataset.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_dimension.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_generate_grain_maps_nxdict.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_image_operations.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_image_registration.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_image_stack.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_mapping.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_mask.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_math.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_moments.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_projection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_rocking_curves.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_roi.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_rsm_histogram.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_save_dataset.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_shift.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_transformation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_workflow.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_zigzag.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/test_zsum.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/utils.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix.egg-info/SOURCES.txt +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix.egg-info/dependency_links.txt +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix.egg-info/entry_points.txt +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix.egg-info/requires.txt +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/darfix.egg-info/top_level.txt +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/tutorials/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/tutorials/darfix_example1.ows +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/tutorials/darfix_example_hdf.ows +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/tutorials/edf_dataset/strain_0000.edf +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/tutorials/edf_dataset/strain_0001.edf +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/tutorials/hdf5_dataset/strain.hdf5 +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/tutorials/tutorial_workflow.ows +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/binning.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/blindsourceseparation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/concatenateHDF5.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/datacopy.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/datapartition.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/dataset_widget_base.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/dimensions.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/grainplot.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/hdf5dataselection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/__init__.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/axes.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/axes.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/bss.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/bss.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/category.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/concatenate_hdf5.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/copy.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/curves.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/curves.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/darfix_icon.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/darfix_icon.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/darfix_icon8.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/filter.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/filter.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/gaussian.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/gaussian.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/grainplot.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/grainplot.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/image-select-box.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/metadata.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/metadata.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/mywidget.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/noise_removal.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/noise_removal.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/noise_removal_backup.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/param_dims.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/param_dims.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/pca.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/pca.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/random.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/resize.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/roi.png +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/roi.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/save.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/shift_correction.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/upload_edf.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/upload_hdf5.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/icons/zsum.svg +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/metadata.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/noiseremoval.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/operation_widget_base.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/pca.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/projection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/rockingcurves.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/roiselection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/rsmhistogram.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/shiftcorrection.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/transformation.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/weakbeam.py +0 -0
- {darfix-4.3.0 → darfix-4.3.1}/src/orangecontrib/darfix/widgets/zsum.py +0 -0
|
@@ -8,7 +8,7 @@ addopts = "--import-mode=importlib" # for all pytest versions, pytest-cov needs
|
|
|
8
8
|
|
|
9
9
|
[project]
|
|
10
10
|
name = "darfix"
|
|
11
|
-
version = "4.3.
|
|
11
|
+
version = "4.3.1"
|
|
12
12
|
keywords = ["orange3 add-on","ewoks"]
|
|
13
13
|
authors = [{name = "ESRF", email = "dau-pydev@esrf.fr"}]
|
|
14
14
|
description = "Computer vision software for the interpretation of diffraction images"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{darfix-4.3.0 → darfix-4.3.1}/src/darfix/gui/data_selection/hdf5_dataset_selection_widget.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{darfix-4.3.0 → darfix-4.3.1}/src/darfix/tests/orange/widgets/test_concatenate_hdf5_scans.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|