Skip to content

Commit 1d0bece

Browse files
committed
Use bold formatting for docs info
1 parent 7c1d88a commit 1d0bece

10 files changed

+23
-23
lines changed

fractal_tasks_core/dev/task_info/apply_registration_to_image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Purpose
2-
- Applies pre-calculated registration transformations to images in an HCS OME-Zarr dataset, aligning all acquisitions to a specified reference acquisition.
3-
- Masks regions not included in the registered ROI table and aligns both intensity and label images.
2+
- **Applies pre-calculated registration** transformations to images in an **HCS** OME-Zarr dataset, aligning all acquisitions to a specified reference acquisition.
3+
- **Masks regions not included** in the registered ROI table and aligns both intensity and label images.
44
- Replaces the non-aligned image with the newly aligned image in the dataset if `overwrite input` is selected.
55
- Typically used as the third task in a workflow, following `Calculate Registration (image-based)` and `Find Registration Consensus`.
66

fractal_tasks_core/dev/task_info/calculate_registration_image_based.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Purpose
2-
- Computes image-based registration transformations for acquisitions in HCS OME-Zarr datasets.
2+
- **Computes image-based registration** transformations for acquisitions in **HCS** OME-Zarr datasets.
33
- Processes images grouped by well, under the assumption that each well contains one image per acquisition.
4-
- Calculates transformations for specified regions of interest (ROIs) and stores the results in the corresponding ROI table.
4+
- Calculates transformations for **specified regions of interest (ROIs)** and stores the results in the corresponding ROI table.
55
- Typically used as the first task in a workflow, followed by `Find Registration Consensus` and optionally `Apply Registration to Image`.
66

77
### Limitations

fractal_tasks_core/dev/task_info/cellpose_segmentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### Purpose
2-
- Segments images using Cellpose models.
3-
- Supports both built-in Cellpose models (shipped with Cellpose) and user-trained models.
2+
- **Segments images using Cellpose models**.
3+
- Supports both **built-in Cellpose models** (shipped with Cellpose) and **user-trained models**.
44
- Accepts dual image input for segmentation.
5-
- Can process arbitrary regions of interest (ROIs), including whole images, fields of view (FOVs), or masked outputs from prior segmentations, based on corresponding ROI tables.
5+
- Can process **arbitrary regions of interest (ROIs)**, including whole images, fields of view (FOVs), or masked outputs from prior segmentations, based on corresponding ROI tables.
66
- Provides access to all advanced Cellpose parameters.
77
- Allows custom rescaling options per channel, particularly useful for sparse images.
88

fractal_tasks_core/dev/task_info/convert_cellvoyager_multiplex.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Purpose
2-
- Converts multiplexed 2D and 3D images from CellVoyager CV7000/8000 systems into OME-Zarr format, storing each acquisition as a separate OME-Zarr image in the same OME-Zarr plate.
3-
- Creates OME-Zarr HCS plates, combining all fields of view for each acquisition in a well into a single image.
4-
- Saves Fractal region-of-interest (ROI) tables for both individual fields of view and the entire well.
2+
- Converts **multiplexed 2D and 3D images from CellVoyager CV7000/8000** systems into OME-Zarr format, storing each acquisition as a separate OME-Zarr image in the same OME-Zarr plate.
3+
- Creates **OME-Zarr HCS plates**, combining all fields of view for each acquisition in a well into a single image.
4+
- Saves Fractal **region-of-interest (ROI) tables** for both individual fields of view and the entire well.
55
- Handles overlapping fields of view by adjusting their positions to be non-overlapping, while preserving the original position data as additional columns in the ROI tables.
66

77
### Limitations

fractal_tasks_core/dev/task_info/convert_cellvoyager_to_ome_zarr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Purpose
2-
- Converts 2D and 3D images from CellVoyager CV7000/8000 systems into OME-Zarr format, creating OME-Zarr HCS plates and combining all fields of view in a well into a single image.
3-
- Saves Fractal region-of-interest (ROI) tables for both individual fields of view and the entire well.
2+
- Converts **2D and 3D images from CellVoyager CV7000/8000** systems into OME-Zarr format, creating OME-Zarr HCS plates and combining all fields of view in a well into a single image.
3+
- Saves Fractal **region-of-interest (ROI) tables** for both individual fields of view and the entire well.
44
- Handles overlapping fields of view by adjusting their positions to be non-overlapping while retaining the original position data as additional columns in the ROI tables.
55
- Supports processing multiple plates in a single task.
66

fractal_tasks_core/dev/task_info/find_registration_consensus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Purpose
2-
- Determines the consensus alignment region across all selected acquisitions within each well of an HCS OME-Zarr dataset.
2+
- Determines the **consensus alignment** region across all selected acquisitions **within each well of an HCS OME-Zarr dataset**.
33
- Generates a new ROI table for each image, defining consensus regions that are aligned across all acquisitions.
44
- Typically used as the second task in a workflow, following `Calculate Registration (image-based)` and optionally preceding `Apply Registration to Image`.
55

fractal_tasks_core/dev/task_info/illumination_correction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Purpose
2-
- Corrects illumination in OME-Zarr images using pre-calculated flatfield profiles.
3-
- Optionally performs background subtraction.
2+
- **Corrects illumination** in OME-Zarr images using **pre-calculated flatfield profiles**.
3+
- Optionally performs **background subtraction**.
44

55
### Limitations
66
- Requires pre-calculated flatfield profiles in TIFF format.

fractal_tasks_core/dev/task_info/import_ome_zarr.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### Purpose
2-
- Imports a single OME-Zarr dataset into the Fractal framework for further processing.
3-
- Supports importing either a full OME-Zarr HCS plate or an individual OME-Zarr image.
2+
- Imports a **single OME-Zarr dataset** into the Fractal framework for further processing.
3+
- Supports importing either a **full OME-Zarr HCS plate** or an **individual OME-Zarr image**.
44
- Ensures the OME-Zarr dataset is located in the `zarr_dir` specified by the dataset.
5-
- Generates the necessary image list metadata required for processing the OME-Zarr with Fractal.
6-
- Optionally adds new ROI tables to the existing OME-Zarr, enabling compatibility with many other tasks.
5+
- Generates the necessary **image list metadata** required for processing the OME-Zarr with Fractal.
6+
- Optionally **adds new ROI tables** to the existing OME-Zarr, enabling compatibility with many other tasks.
77

88
### Limitations
99
- Supports only OME-Zarr datasets already present in the `zarr_dir` of the corresponding dataset.

fractal_tasks_core/dev/task_info/napari_workflows_wrapper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Purpose
2-
- Executes a Napari workflow on the regions of interest (ROIs) within a single OME-NGFF image.
2+
- Executes a **napari workflow** on the regions of interest (ROIs) within a single OME-NGFF image.
33
- Processes specified images and labels as inputs to the workflow, producing outputs such as new labels and data tables.
4-
- Offers flexibility in defining input and output specifications to customize the workflow for specific datasets and analysis needs.
4+
- Offers **flexibility in defining input and output** specifications to customize the workflow for specific datasets and analysis needs.
55

66
### Limitations
77
- Currently supports only Napari workflows that utilize functions from the `napari-segment-blobs-and-things-with-membranes` module. Other Napari-compatible modules are not supported.

fractal_tasks_core/dev/task_info/projection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Purpose
2-
- Performs Z-axis projection of intensity images using a specified projection method.
3-
- Generates a new OME-Zarr HCS plate to store the projected data.
2+
- Performs **Z-axis projection of intensity images** using a specified projection method.
3+
- **Generates a new OME-Zarr HCS plate** to store the projected data.
44

55
### Limitations
66
- Supports projections only for OME-Zarr HCS plates; other collections of OME-Zarrs are not yet supported.

0 commit comments

Comments
 (0)