{{title}} {{docstring}}

Component

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

{{warning_message}}

{{endif}} {{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}}

{{if not warning_message}}
{{endif}}
{{if parameters}}
Parameters {{py: params = parameters.items()}} {{for p, v in params}} {{endfor}}
Parameter Value
{{p}} {{v}}
{{endif}}

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