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:
See also
fetch_mas_dataFetch 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()