expand_list# sunpy.util.expand_list(inp)[source]# Expand a list of lists or tuples. Parameters: inp (list, tuple, collections.UserList) – The iterable to expand. Returns: list – A flat list consisting of the entries of the input. References https://stackoverflow.com/questions/2185822/expanding-elements-in-a-list/2185971#2185971