fetch_colortables

fetch_colortables#

fetch_colortables()#

Fetch every python colormap from the misc/colormaps/rgb folder of the registry.

This subroutine fetches all of the colormaps needed by psipals in psipytools.

Parameters:
None
Returns:
filepathslist[Path]

Cached paths of every downloaded file, in registry order.

See also

fetch_mas_data

Fetch a targeted subset of MAS field output.

Notes

This downloads the all of the data in the misc collection and may transfer a large volume of data on its first invocation.

Examples

>>> from psi_data import fetch_colortables
>>> paths = fetch_colortables()