getDataSourcesInputParameters#

class hvpy.parameters.getDataSourcesInputParameters(**data)[source]#

Bases: HvpyParameters

Handles the input parameters of the getDataSources API.

verbose#

Output the hierarchical list of available datasources in a format that is compatible with the JHelioviewer desktop client. Default is False, optional.

enable#

Comma-separated list of observatories to enable. Default is None (all observatories are enabled), optional.

callback#

Wrap the response object in a function call of your choosing. Default is None (no wrapping), optional.

References