Skip to content
Snippets Groups Projects
Commit dd25499a authored by Christopher Schmied's avatar Christopher Schmied
Browse files

Tested Dual Channel Processing 1 channel contains beads

parent a542adc5
No related branches found
No related tags found
No related merge requests found
...@@ -98,8 +98,8 @@ IJ.run("Fuse/Deconvolve Dataset", ...@@ -98,8 +98,8 @@ IJ.run("Fuse/Deconvolve Dataset",
"imglib2_container=" + imglib2_container_fusion + " " + "imglib2_container=" + imglib2_container_fusion + " " +
"process_views_in_paralell=All " + "process_views_in_paralell=All " +
"interpolation=[" + interpolation + "] " + "interpolation=[" + interpolation + "] " +
//"blend " + "blend " +
//"content-based " + "content-based " +
"output_file_directory=" + image_file_directory + " " + "output_file_directory=" + image_file_directory + " " +
"lossless " + "lossless " +
"imglib2_data_container=[" + imglib2_data_container + "]"); "imglib2_data_container=[" + imglib2_data_container + "]");
......
...@@ -166,7 +166,7 @@ hdf5_output: { ...@@ -166,7 +166,7 @@ hdf5_output: {
output_image_file_pattern: 'TP{{t}}_Ch{{c}}_Ill0_Ang0,72,144,216,288.tif', output_image_file_pattern: 'TP{{t}}_Ch{{c}}_Ill0_Ang0,72,144,216,288.tif',
output_xml: '"fused_Dual_Channel"', output_xml: '"fused_Dual_Channel"',
output_hdf5_xml: '"hdf5_fused_Dual_Channel"', output_hdf5_xml: '"hdf5_fused_Dual_Channel"',
output_multiple_channels: '"NO (one channel)"', output_multiple_channels: '"YES (one file per channel)"', # "\"YES (one file per channel)\"" or "\"NO (one channel)\""
output_timepoints: '0-1', output_timepoints: '0-1',
output_pixel_distance_x: 0.28590, output_pixel_distance_x: 0.28590,
output_pixel_distance_y: 0.28590, output_pixel_distance_y: 0.28590,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment