map_threshold#

smart.processing.map_threshold(im_map)[source]#

Set off disk pixels to black and clip the vmin and vmax of the map.

Parameters:

im_map (Map) – Unprocessed magnetogram map.

Returns:

im_map – Processed magnetogram map.

Return type:

Map