{{inherit "base.html"}} {{def navbar}} {{enddef}} {{def report}}

Map

No image to display {{for map in range(1, len(displayed_maps))}} {{endfor}}
{{if description}}

{{description}}

{{endif}} {{if number_of_maps}}

The masker has {{number_of_maps}} spatial maps in total.

{{if len(displayed_maps) != number_of_maps}}

Only {{len(displayed_maps)}} spatial maps are shown in this report.

{{endif}} {{endif}}
{{ parameters|html }}

This report was generated based on information provided at instantiation and fit time. Note that the masker can potentially perform resampling at transform time.

{{enddef}}