End-user Recipes¶
This page collects short workflows for common CloudScope tasks.
Open data¶
- Launch CloudScope.
- Use the load/open controls in the top toolbar.
- Select a supported image file or folder.
- Choose an image in the file list.
- Inspect the image in the main viewer.
Supported formats include .oir, .czi, .tif, and .ome.zarr.
Load sample data¶
Use the CloudScope sample-data menu item to fetch example data from the cloudscope-data Repository.
Sample data is the recommended first step when trying the application or checking a fresh installation.
Run blood flow velocity analysis¶
Velocity analysis estimates blood flow velocity from line scan kymographs using a Radon-transform-based method.
- Load a line scan kymograph.
- Select the file in the file list.
- Select or create an ROI covering the region to analyze.
- Open the velocity analysis panel.
- Review the detection parameters.
- Run the analysis.
- Inspect the summary and tabular results.
- Save results.
Run diameter analysis¶
Diameter analysis estimates vessel diameter from line scan kymographs.
- Load a line scan kymograph.
- Select the file in the file list.
- Select or create an ROI covering the vessel region.
- Open the diameter analysis panel.
- Review the detection parameters.
- Run the analysis.
- Inspect the summary and quality-control values.
- Save results.
Export results¶
CloudScope saves sidecar files next to the source image file.
For a source file named my_file.tif, saved files may include:
my_file.tif.json
my_file.tif.radon_velocity.csv
my_file.tif.diameter.csv
The JSON sidecar stores CloudScope state. CSV files store analysis-specific tabular results.