You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,6 +18,8 @@ This is the code base for **Rhapso**, a modular Python toolkit for the alignment
18
18
-[Performance](#performance)
19
19
-[Layout](#layout)
20
20
-[Installation](#installation)
21
+
-[How To Start](#how-to-start)
22
+
-[Try Rhapso on Sample Data](#try-rhapso-on-sample-data)
21
23
-[Ray](#ray)
22
24
-[Run Locally w/ Ray](#run-locally-with-ray)
23
25
-[Run on AWS Cluster w/ Ray](#run-on-aws-cluster-with-ray)
@@ -42,13 +44,7 @@ Rhapso is still loading... and while we wrap up development, a couple things to
42
44
## Summary
43
45
Rhapso is a set of Python components used to register, align, and stitch large-scale, overlapping, tile-based, multiscale microscopy datasets. Its stateless components can run on a single machine or scale out across cloud-based clusters.
44
46
45
-
Rhapso is published on PyPI and can be installed with:
46
-
47
-
```bash
48
-
pip install Rhapso
49
-
```
50
-
51
-
<br>
47
+
Rhapso is published on PyPI.
52
48
53
49
Rhapso was developed by the Allen Institute for Neural Dynamics.
54
50
@@ -167,6 +163,24 @@ A good way to get started:
167
163
168
164
<br>
169
165
166
+
## Try Rhapso on Sample Data
167
+
168
+
The quickest way to get familiar with Rhapso is to run it on a real dataset. We have a small (10GB) Z1 example hosted in a public S3 bucket, so you can access it without special permissions. It’s a good starting point to copy and adapt for your own alignment workflows.
0 commit comments