forked from PolusAI/image-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d13440a
commit 2f9ec40
Showing
2 changed files
with
54 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,63 @@ | ||
author: | ||
- Nick Schaub | ||
- Najib Ishaq | ||
- Nick Schaub | ||
- Najib Ishaq | ||
contact: nick.schaub@nih.gov | ||
container: polusai/basic-flatfield-estimation-tool:2.1.3-dev0-dev0 | ||
container: polusai/basic-flatfield-estimation-tool:2.1.3-dev0 | ||
description: Generates images used for flatfield correction using the BaSiC algorithm. | ||
entrypoint: python3 -m polus.images.regression.basic_flatfield_estimation | ||
inputs: | ||
- description: Input image collection. | ||
format: | ||
- collection | ||
name: inpDir | ||
required: true | ||
type: path | ||
- description: Filename pattern used to separate images by channel, timepoint, and | ||
replicate. | ||
format: | ||
- string | ||
name: filePattern | ||
required: true | ||
type: string | ||
- description: Group images together for flatfield by variable. | ||
format: | ||
- string | ||
name: groupBy | ||
required: false | ||
type: string | ||
- description: Calculate darkfield image. | ||
format: | ||
- boolean | ||
name: getDarkfield | ||
required: true | ||
type: boolean | ||
- description: Input image collection. | ||
format: | ||
- collection | ||
name: inpDir | ||
required: true | ||
type: path | ||
- description: | ||
Filename pattern used to separate images by channel, timepoint, and | ||
replicate. | ||
format: | ||
- string | ||
name: filePattern | ||
required: true | ||
type: string | ||
- description: Group images together for flatfield by variable. | ||
format: | ||
- string | ||
name: groupBy | ||
required: false | ||
type: string | ||
- description: Calculate darkfield image. | ||
format: | ||
- boolean | ||
name: getDarkfield | ||
required: true | ||
type: boolean | ||
name: polusai/FlatfieldEstimationusingBaSiCalgorithm. | ||
outputs: | ||
- description: Output data for the plugin | ||
format: | ||
- collection | ||
name: outDir | ||
required: true | ||
type: path | ||
repository: https://github.com/polusai/polus-plugins | ||
- description: Output data for the plugin | ||
format: | ||
- collection | ||
name: outDir | ||
required: true | ||
type: path | ||
repository: https://github.com/polusai/image-tools | ||
specVersion: 1.0.0 | ||
title: Flatfield Estimation using BaSiC algorithm. | ||
ui: | ||
- description: Image collection... | ||
key: inputs.inpDir | ||
title: 'Input image collection: ' | ||
type: path | ||
- description: Use a filename pattern to calculate flatfield information by subsets | ||
key: inputs.filePattern | ||
title: 'Filename pattern: ' | ||
type: text | ||
- description: Group data together with varying variable values. | ||
key: inputs.groupBy | ||
title: 'Grouping Variables: ' | ||
type: text | ||
- description: If selected, will generate a darkfield image | ||
key: inputs.getDarkfield | ||
title: 'Calculate darkfield: ' | ||
type: checkbox | ||
version: 2.1.3-dev0-dev0 | ||
- description: Image collection... | ||
key: inputs.inpDir | ||
title: "Input image collection: " | ||
type: path | ||
- description: Use a filename pattern to calculate flatfield information by subsets | ||
key: inputs.filePattern | ||
title: "Filename pattern: " | ||
type: text | ||
- description: Group data together with varying variable values. | ||
key: inputs.groupBy | ||
title: "Grouping Variables: " | ||
type: text | ||
- description: If selected, will generate a darkfield image | ||
key: inputs.getDarkfield | ||
title: "Calculate darkfield: " | ||
type: checkbox | ||
version: 2.1.3-dev0 |