broadcast_arrays¶
-
astropy.utils.masked.function_helpers.
broadcast_arrays
(*args, subok=True)[source]¶ Broadcast arrays to a common shape.
Like
numpy.broadcast_arrays
, applied to both unmasked data and masks. Note thatsubok
is taken to mean whether or not subclasses of the unmasked data and masks are allowed, i.e., forsubok=False
,MaskedNDArray
instances will be returned.