plugin:utilities:tapas_tutorial:create_your_processing_pipeline:start
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
plugin:utilities:tapas_tutorial:create_your_processing_pipeline:start [2019/04/19 08:40] – created admin | plugin:utilities:tapas_tutorial:create_your_processing_pipeline:start [2020/04/02 05:54] (current) – tboudier | ||
---|---|---|---|
Line 9: | Line 9: | ||
This window will list all the available modules from the file // | This window will list all the available modules from the file // | ||
- | The first module should always be a input module, to load data from OMERO or a folder (please have a look to this [[plugin: | + | The first module should always be an input module, to load data from OMERO or a folder (please have a look to this [[plugin: |
- | In this tutorial we will start by **denoising** the image by using a 3D median filter. Select the module **3dfilters** (this should be the first available module). This module has 4 parameters, the radii in X,Y and Z and the name of the filter. A list of modules with description of parameters is available {{: | + | In this tutorial we will start by **denoising** the image by using a 3D median filter. Select the module **filters**. This module has 3 parameters, the radius |
< | < | ||
- | process:3dfilters | + | process:filters |
- | radx:2 | + | radxy:2 |
- | rady:2 | + | |
radz:1 | radz:1 | ||
filter: | filter: | ||
Line 22: | Line 21: | ||
{{: | {{: | ||
- | There is no specific order for parameters. Note also that only parameters with modified or required values are to be explicitly entered; parameters with default values, if they exist, do not need to be entered, they can be omitted if you do not modify them, a short version of **3dfilters** is then : | + | There is no specific order for parameters. Note also that only parameters with modified or required values are to be explicitly entered; parameters with default values, if they exist, do not need to be entered, they can be omitted if you do not modify them, a short version of **filters** is then : |
< | < | ||
- | process:3dfilters | + | // use the module filters with default values |
+ | process:filters | ||
</ | </ | ||
If you modify the filter but not the default radii, the text is then : | If you modify the filter but not the default radii, the text is then : | ||
< | < | ||
- | process:3dfilters | + | process:filters |
filter:mean | filter:mean | ||
</ | </ | ||
Line 35: | Line 35: | ||
If all parameters are modified they need to be entered : | If all parameters are modified they need to be entered : | ||
< | < | ||
- | process:3dfilters | + | process:filters |
filter:mean | filter:mean | ||
- | radx:4 | + | radxy:4 |
- | rady:4 | + | |
radz:2 | radz:2 | ||
</ | </ | ||
Line 51: | Line 50: | ||
First use the module **3dfilter** as seen above : | First use the module **3dfilter** as seen above : | ||
< | < | ||
- | process:3dfilters | + | process:filters |
- | radx:2 | + | radxy:2 |
- | rady:2 | + | |
radz:1 | radz:1 | ||
filter: | filter: | ||
Line 72: | Line 70: | ||
</ | </ | ||
- | The image is now labeled, where the value of the pixel is the object number. The final module is **measurement**, | + | The image is now labeled, where the value of the pixel is the object number. The final module is **measurement**, |
- | By default the name of the file will be // | + | By default, the name of the file will be // |
Possible keywords for folders are : | Possible keywords for folders are : | ||
Line 90: | Line 88: | ||
</ | </ | ||
- | By pressing each time of the create text button, you should obtain a complete processing pipeline text. | + | By pressing each time the// create text// button, you should obtain a complete processing pipeline text. |
{{: | {{: | ||
Line 99: | Line 97: | ||
In case you have OMERO installed and want to push back the results into OMERO, you can use the module **attach**. First, you need to indicate which file you want to push back, by specifying its **directory** (//dir//) and its **file name** (//file//). Then you want to indicate which image in OMERO this file should be attached to, you need to specify the // | In case you have OMERO installed and want to push back the results into OMERO, you can use the module **attach**. First, you need to indicate which file you want to push back, by specifying its **directory** (//dir//) and its **file name** (//file//). Then you want to indicate which image in OMERO this file should be attached to, you need to specify the // | ||
- | The keyword //? | + | The keyword //? |
We should obtain, in case we simply attach the results to the original image : | We should obtain, in case we simply attach the results to the original image : |
plugin/utilities/tapas_tutorial/create_your_processing_pipeline/start.1555656047.txt.gz · Last modified: 2019/04/19 08:40 by admin