Rhapso 0.3.2__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.2 → rhapso-0.3.4}/PKG-INFO +1 -17
- {rhapso-0.3.2 → rhapso-0.3.4}/README.md +0 -16
- 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.2 → rhapso-0.3.4}/Rhapso/evaluation/ph_corr_qc.py +239 -545
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/matching/ransac_matching.py +11 -9
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/aws/alignment_pipeline.py +7 -4
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/interest_point_matching.py +11 -10
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/local/alignment_pipeline.py +8 -5
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/solver/compute_tiles.py +10 -2
- rhapso-0.3.4/Rhapso/solver/global_optimization.py +532 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/solver/pre_align_tiles.py +1 -1
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/bdv_checkerboard_tile_colors.py +1 -1
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/filter_tiles_from_xml.py +6 -6
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso.egg-info/PKG-INFO +1 -17
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso.egg-info/SOURCES.txt +3 -3
- {rhapso-0.3.2 → rhapso-0.3.4}/setup.py +1 -1
- rhapso-0.3.2/Rhapso/evaluation/detection_visualization.py +0 -74
- rhapso-0.3.2/Rhapso/evaluation/matching_visualization.py +0 -166
- rhapso-0.3.2/Rhapso/solver/global_optimization.py +0 -410
- rhapso-0.3.2/Rhapso/util/hcr_upload_hpc.py +0 -364
- {rhapso-0.3.2 → rhapso-0.3.4}/LICENSE +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/affine_fusion/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/affine_fusion/compute_bbox.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/affine_fusion/compute_grid.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/affine_fusion/fuse_cell.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/affine_fusion/generate_fusion_instructions.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/affine_fusion/initialize_output_zarr.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/affine_fusion/overlapping_blocks.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/affine_fusion/overlapping_views.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/data_prep/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/data_prep/n5_reader.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/data_prep/s3_big_stitcher_reader.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/data_prep/xml_to_dataframe.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/detection/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/detection/advanced_refinement.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/detection/difference_of_gaussian.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/detection/image_reader.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/detection/metadata_builder.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/detection/overlap_detection.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/detection/points_validation.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/detection/save_interest_points.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/detection/view_transform_models.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/evaluation/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/matching/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/matching/load_and_transform_points.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/matching/save_matches.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/matching/xml_parser.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/multiscale/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/multiscale/array_and_chunk_prep.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/multiscale/block_planner.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/multiscale/ome_metadata.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/multiscale/pyramid_executor.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/affine_fusion.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/aws/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/aws/config/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/aws/config/dev/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/aws/fusion_pipeline.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/interest_point_detection.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/local/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/local/fusion_pipeline.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/multiscale.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/param/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/param/alignment/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/param/fusion/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/param/template/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/solver.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/split_dataset.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/util/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/pipelines/ray/util/fusion_progress.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/solver/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/solver/concatenate_models.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/solver/connected_graphs.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/solver/data_prep.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/solver/model_and_tile_setup.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/solver/save_results.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/solver/view_transforms.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/solver/xml_to_dataframe_solver.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/split_dataset/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/split_dataset/compute_grid_rules.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/split_dataset/save_points.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/split_dataset/save_xml.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/split_dataset/split_images.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/split_dataset/xml_to_dataframe_split.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/bdv_split_checkerboard.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/check_intensity_levels.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/check_multiscale.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/filter_tiles_from_split_xml.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/generate_processing_metadata.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/increase_overlap.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/ng_link_gen_z1.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/ng_tile_viewer_proteomics.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/single_channel_xml.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/sort+rename_xml_views.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso/util/tile_analyzer.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso.egg-info/dependency_links.txt +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso.egg-info/requires.txt +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/Rhapso.egg-info/top_level.txt +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/pyproject.toml +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/setup.cfg +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/tests/__init__.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/tests/test_detection.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/tests/test_matching.py +0 -0
- {rhapso-0.3.2 → rhapso-0.3.4}/tests/test_solving.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Rhapso
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: A python package for aligning and stitching light sheet fluorescence microscopy images
|
|
5
5
|
Author: ND
|
|
6
6
|
Author-email: sean.fite@alleninstitute.org
|
|
@@ -247,22 +247,6 @@ There is a special case in some datasets where the z-stack is very large. In thi
|
|
|
247
247
|
|
|
248
248
|
<br>
|
|
249
249
|
|
|
250
|
-
## Performance
|
|
251
|
-
|
|
252
|
-
**Interest Point Detection Performance Example (130TB Zarr dataset)**
|
|
253
|
-
|
|
254
|
-
| Environment | Resources | Avg runtime |
|
|
255
|
-
|:----------------------|:---------------------|:-----------:|
|
|
256
|
-
| Local single machine | 10 CPU, 10 GB RAM | ~120 min |
|
|
257
|
-
| AWS Ray cluster | 560 CPU, 4.4 TB RAM | ~10 min |
|
|
258
|
-
|
|
259
|
-
<br>
|
|
260
|
-
*Actual times vary by pipeline components, dataset size, tiling, and parameter choices.*
|
|
261
|
-
|
|
262
|
-
---
|
|
263
|
-
|
|
264
|
-
<br>
|
|
265
|
-
|
|
266
250
|
## Ray
|
|
267
251
|
|
|
268
252
|
**Ray** is a Python framework for parallel and distributed computing. It lets you run regular Python functions in parallel on a single machine **or** scale them out to a cluster (e.g., AWS) with minimal code changes. In Rhapso, we use Ray to process large scale datasets.
|
|
@@ -203,22 +203,6 @@ There is a special case in some datasets where the z-stack is very large. In thi
|
|
|
203
203
|
|
|
204
204
|
<br>
|
|
205
205
|
|
|
206
|
-
## Performance
|
|
207
|
-
|
|
208
|
-
**Interest Point Detection Performance Example (130TB Zarr dataset)**
|
|
209
|
-
|
|
210
|
-
| Environment | Resources | Avg runtime |
|
|
211
|
-
|:----------------------|:---------------------|:-----------:|
|
|
212
|
-
| Local single machine | 10 CPU, 10 GB RAM | ~120 min |
|
|
213
|
-
| AWS Ray cluster | 560 CPU, 4.4 TB RAM | ~10 min |
|
|
214
|
-
|
|
215
|
-
<br>
|
|
216
|
-
*Actual times vary by pipeline components, dataset size, tiling, and parameter choices.*
|
|
217
|
-
|
|
218
|
-
---
|
|
219
|
-
|
|
220
|
-
<br>
|
|
221
|
-
|
|
222
206
|
## Ray
|
|
223
207
|
|
|
224
208
|
**Ray** is a Python framework for parallel and distributed computing. It lets you run regular Python functions in parallel on a single machine **or** scale them out to a cluster (e.g., AWS) with minimal code changes. In Rhapso, we use Ray to process large scale datasets.
|