Rhapso 0.3.3__tar.gz → 0.3.4__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.
- {rhapso-0.3.3 → rhapso-0.3.4}/PKG-INFO +1 -1
- rhapso-0.3.4/Rhapso/evaluation/ip_metrics_and_viz.py +1243 -0
- rhapso-0.3.4/Rhapso/evaluation/matching_metrics_and_viz.py +1515 -0
- rhapso-0.3.4/Rhapso/evaluation/max_projection.py +523 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/evaluation/ph_corr_qc.py +239 -545
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/matching/ransac_matching.py +11 -9
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/aws/alignment_pipeline.py +7 -4
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/interest_point_matching.py +11 -10
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/local/alignment_pipeline.py +15 -12
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/compute_tiles.py +10 -2
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/bdv_checkerboard_tile_colors.py +1 -1
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/filter_tiles_from_xml.py +6 -6
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso.egg-info/PKG-INFO +1 -1
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso.egg-info/SOURCES.txt +3 -3
- {rhapso-0.3.3 → rhapso-0.3.4}/setup.py +1 -1
- rhapso-0.3.3/Rhapso/evaluation/detection_visualization.py +0 -74
- rhapso-0.3.3/Rhapso/evaluation/matching_visualization.py +0 -166
- rhapso-0.3.3/Rhapso/util/hcr_upload_hpc.py +0 -364
- {rhapso-0.3.3 → rhapso-0.3.4}/LICENSE +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/README.md +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/affine_fusion/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/affine_fusion/compute_bbox.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/affine_fusion/compute_grid.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/affine_fusion/fuse_cell.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/affine_fusion/generate_fusion_instructions.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/affine_fusion/initialize_output_zarr.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/affine_fusion/overlapping_blocks.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/affine_fusion/overlapping_views.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/data_prep/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/data_prep/n5_reader.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/data_prep/s3_big_stitcher_reader.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/data_prep/xml_to_dataframe.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/detection/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/detection/advanced_refinement.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/detection/difference_of_gaussian.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/detection/image_reader.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/detection/metadata_builder.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/detection/overlap_detection.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/detection/points_validation.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/detection/save_interest_points.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/detection/view_transform_models.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/evaluation/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/matching/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/matching/load_and_transform_points.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/matching/save_matches.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/matching/xml_parser.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/multiscale/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/multiscale/array_and_chunk_prep.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/multiscale/block_planner.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/multiscale/ome_metadata.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/multiscale/pyramid_executor.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/affine_fusion.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/aws/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/aws/config/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/aws/config/dev/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/aws/fusion_pipeline.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/interest_point_detection.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/local/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/local/fusion_pipeline.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/multiscale.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/param/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/param/alignment/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/param/fusion/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/param/template/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/solver.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/split_dataset.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/util/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/pipelines/ray/util/fusion_progress.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/concatenate_models.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/connected_graphs.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/data_prep.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/global_optimization.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/model_and_tile_setup.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/pre_align_tiles.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/save_results.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/view_transforms.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/solver/xml_to_dataframe_solver.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/split_dataset/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/split_dataset/compute_grid_rules.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/split_dataset/save_points.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/split_dataset/save_xml.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/split_dataset/split_images.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/split_dataset/xml_to_dataframe_split.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/bdv_split_checkerboard.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/check_intensity_levels.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/check_multiscale.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/filter_tiles_from_split_xml.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/generate_processing_metadata.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/increase_overlap.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/ng_link_gen_z1.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/ng_tile_viewer_proteomics.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/single_channel_xml.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/sort+rename_xml_views.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso/util/tile_analyzer.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso.egg-info/dependency_links.txt +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso.egg-info/requires.txt +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/Rhapso.egg-info/top_level.txt +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/pyproject.toml +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/setup.cfg +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/tests/__init__.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/tests/test_detection.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/tests/test_matching.py +0 -0
- {rhapso-0.3.3 → rhapso-0.3.4}/tests/test_solving.py +0 -0