Skip to content

Commit 5adac42

Browse files
committed
Complete example for FMI dataset, with illumination correction and new channel scheme (ref #61 #62)
1 parent 0ce0223 commit 5adac42

3 files changed

+32
-2
lines changed

examples/example_fmi_2_well_4x5_sites.sh

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ $CMD task add yokogawa_to_zarr zarr zarr well
4040
$CMD task list
4141
echo
4242

43+
echo 'Add replicate_zarr_structure'
44+
$CMD task add replicate_zarr_structure zarr zarr plate
45+
$CMD task list
46+
echo
47+
48+
echo 'Add illumination_correction'
49+
$CMD task add illumination_correction zarr zarr well
50+
$CMD task list
51+
echo
52+
4353
echo 'Add replicate_zarr_structure_mip'
4454
$CMD task add replicate_zarr_structure_mip zarr zarr plate
4555
$CMD task list
@@ -50,6 +60,8 @@ $CMD task add maximum_intensity_projection zarr zarr well
5060
$CMD task list
5161
echo
5262

63+
#############################################
64+
5365
echo 'Create workflow'
5466
$CMD workflow new mwe-test wftest create_zarr_structure
5567
$CMD workflow list mwe-test
@@ -60,6 +72,16 @@ $CMD workflow add-task mwe-test wftest yokogawa_to_zarr
6072
$CMD workflow list mwe-test
6173
echo
6274

75+
#echo 'Add replicate_zarr_structure'
76+
#$CMD workflow add-task mwe-test wftest replicate_zarr_structure
77+
#$CMD workflow list mwe-test
78+
#echo
79+
80+
echo 'Add illumination_correction'
81+
$CMD workflow add-task mwe-test wftest illumination_correction
82+
$CMD workflow list mwe-test
83+
echo
84+
6385
echo 'Add replicate_zarr_structure_mip'
6486
$CMD workflow add-task mwe-test wftest replicate_zarr_structure_mip
6587
$CMD workflow list mwe-test
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"workflow_name": "fmi_2_well_4x5_sites",
33
"dims": [4, 5],
4-
"coarsening_xy": 2,
4+
"coarsening_xy": 3,
55
"coarsening_z": 1,
66
"num_levels": 5,
7-
"channel_file": "wf_params_fmi_2_well_4x5_sites_channels.json"
7+
"channel_file": "wf_params_fmi_2_well_4x5_sites_channels.json",
8+
"path_dict_corr": "wf_params_fmi_2_well_4x5_sites_illumination.json"
89
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"root_path_corr": "/data/active/fractal/Liberali/FractalTesting20220124/IlluminationCorrectionMatrices-Yokogawa/",
3+
"A04_C01": "220120_60xW_BP445_CH01.tif",
4+
"A03_C02": "220120_60xW_BP525_CH02.tif",
5+
"A02_C03": "220120_60xW_BP600_CH03.tif",
6+
"A01_C04": "220120_60xW_BP600_CH03.tif"
7+
}

0 commit comments

Comments
 (0)