coadd

solarsynoptic.combine.coadd(smaps, weight_function=None)

Add a set of full Sun maps together.

This is helpful for taking several observations, and adding them together to increase coverage of the whole sphere.

Parameters
smapslist[sunpy.map.GenericMap]
weight_functioncallable

A function that takes a single GenericMap as input, and returns an array of weights that is the same shape as the input map.