Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snakemake-workflows
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIJI
snakemake-workflows
Commits
514597e0
Commit
514597e0
authored
9 years ago
by
Christopher Schmied
Browse files
Options
Downloads
Patches
Plain Diff
fixed config file
parent
f1558666
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spim_registration/timelapse/config.yaml
+20
-3
20 additions, 3 deletions
spim_registration/timelapse/config.yaml
with
20 additions
and
3 deletions
spim_registration/timelapse/config.yaml
+
20
−
3
View file @
514597e0
...
@@ -192,7 +192,24 @@ common: {
...
@@ -192,7 +192,24 @@ common: {
# Single Channel: '"beads"'
# Single Channel: '"beads"'
# Dual Channel: '"beads,beads"'
# Dual Channel: '"beads,beads"'
# Dual Channel one channel contains beads: '"[Same PSF as channel red],beads"'
# Dual Channel one channel contains beads: '"[Same PSF as channel red],beads"'
detections_to_extract_psf_for_channel
:
'
"beads"'
detections_to_extract_psf_for_channel
:
'
"beads"'
,
# ============================================================================
# Resave output
#
# Description: writes new hdf5 dataset for fusion output
# Options: Naming pattern of output based on channel number
# Channel settings
# File name for resaving output into hdf5
# Pixel size > isotropic resolution
# Image type (16Bit from content-based fusion, 32Bit from deconvolution)
# ============================================================================
# Calibration
manual_calibration_output
:
"
Yes"
,
# calibration override: No or Yes
# pixel size of output: take downsampling into account!
output_pixel_distance_x
:
0.57
,
output_pixel_distance_y
:
0.57
,
output_pixel_distance_z
:
0.57
,
output_pixel_unit
:
'
um'
}
}
# ============================================================================
# ============================================================================
...
@@ -338,7 +355,7 @@ fusion: {
...
@@ -338,7 +355,7 @@ fusion: {
pixel_type
:
'
"16-bit
unsigned
integer"'
,
pixel_type
:
'
"16-bit
unsigned
integer"'
,
imglib2_data_container
:
'
"ArrayImg
(faster)"'
,
imglib2_data_container
:
'
"ArrayImg
(faster)"'
,
process_views_in_paralell
:
'
"All"'
,
process_views_in_paralell
:
'
"All"'
,
fused_image
:
'
"Save
as
new
XML
Project
(TIFF)
"'
,
fused_image
:
'
"Save
as
TIFF
stack
"'
,
num_cores_fusion
:
6
,
num_cores_fusion
:
6
,
bsh_file
:
"
fusion.bsh"
bsh_file
:
"
fusion.bsh"
}
}
...
@@ -381,7 +398,7 @@ deconvolution: {
...
@@ -381,7 +398,7 @@ deconvolution: {
psf_size_y
:
'
19'
,
psf_size_y
:
'
19'
,
psf_size_z
:
'
25'
,
psf_size_z
:
'
25'
,
imglib2_container
:
'
"ArrayImg"'
,
imglib2_container
:
'
"ArrayImg"'
,
fused_image
:
'
"Save
as
new
XML
Project
(TIFF)
"'
,
fused_image
:
'
"Save
as
TIFF
stack
"'
,
num_cores_deco
:
7
,
num_cores_deco
:
7
,
bsh_file
:
"
deconvolution.bsh"
bsh_file
:
"
deconvolution.bsh"
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment