{{title}} {{docstring}}

All Spheres

image {{for map in range(1, len(displayed_spheres)+1)}} {{endfor}}
{{if warning_message}}

{{warning_message}}

{{endif}} {{if description}}

{{description}}

{{endif}} {{if number_of_seeds}}

The masker has {{number_of_seeds}} spheres in total (displayed together on the first image).

{{if len(displayed_spheres) != number_of_seeds}}

Only {{len(displayed_spheres)}} specific spheres can be browsed in this report with Previous and Next buttons.

{{else}}

They can be individually browsed using Previous and Next buttons.

{{endif}} {{endif}}

{{if not warning_message}}
{{endif}}
{{if summary}}
Regions summary {{py: region = summary.items()}} {{for k, v in region}} {{endfor}} {{for idx in range(number_of_seeds)}} {{for k, v in region}} {{endfor}} {{endfor}}
{{k}}
{{v[idx]}}
{{endif}} {{if parameters}}
Parameters {{py: params = parameters.items()}} {{for p, v in params}} {{endfor}}
Parameter Value
{{p}} {{v}}
{{endif}}