This program enables you to configure channel related settings for one or more files. The settings include:
The user provides a settings file, either a csv file or ims file. The settings from that file are transferred to the new set of files. As the user may be interested in only transferring a subset of the settings found in the settings file, they can select the relevant subset from the program's user interface. The settings file is expected to include at least one of the configurable settings (i.e. a single column csv file), otherwise the program will report an error.
The contents of a complete configuration, three channel, csv file are displayed below:
name,description,color,alpha,range,gamma
Cytoplasm, first channel description,"0.0, 76.5, 0.0",1.0,"22.836, 162.388",1.0
Nucleus,second channel description,glow_color_table.pal,1.0,"72.272, 158.038",1.0
Vesicles,third channel description,"255.0,0.0,0.0",1.0,"62.164, 150.97",1.0
The second channel uses a color table instead of a single color. The file containing the color table is specified using a relative path. The contents of a color table file are triplets, RGB values, in [0,255]. The specific file with 256 entries looks like this:
0.000 0.000 0.000
0.000 0.000 0.000
4.080 0.000 0.000
4.080 0.000 0.000
7.905 0.000 0.000
7.905 0.000 0.000
11.985 0.000 0.000
11.985 0.000 4.080
16.065 0.000 4.080
16.065 0.000 4.080
19.890 0.000 4.080
19.890 0.000 4.080
...
...
250.920 250.920 235.110
250.920 250.920 238.935
250.920 250.920 243.015
250.920 250.920 243.015
250.920 250.920 247.095
255.000 255.000 255.000
You can export a settings file in csv format from an imaris file using the Export Channel Settings extension.
Note: If there are fewer channels in the "settings" file, n, than in the file onto which the information is transferred,n<N, the final output dialog will report this after transferring the information to the first n channels.