gd.addCheckbox("Ignore scenes with partial LWIR channels",illustrationParameters.isCaptures_all_lwir(),"Skip scenes where not all or none LWIR channels are available");
gd.addCheckbox("Ignore scenes with partial EO channels",illustrationParameters.isCaptures_all_eo(),"Skip scenes where not all or none EO channels are available");
gd.addCheckbox("Ignore partial scenes",illustrationParameters.isCaptures_all(),"Skip scenes where not all (20) images are present");
gd.addNumericField("Maximal LWIR gap size",illustrationParameters.max_lwir_gap,0,4,"scenes",
"Reserved for short-gap tolerance in LWIR scene organization. 0 disables it");
gd.addCheckbox("*** Check me to proceed with files ! ***",false,
"Just a safety measure. Select correct link/move/copy mode and available disk space. Some files will not be processed (e.g.incomplete scenes)");