Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hvpy/api_groups/jpeg2000/get_jp2_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class getJP2ImageInputParameters(HvpyParameters):
"""
Handles the input parameters of the getJP2Image API.

{Shared}
Attributes
----------
{Shared}
date : datetime.datetime
Desired date/time of the JP2 image.
sourceId : int
Expand Down
2 changes: 2 additions & 0 deletions hvpy/facade.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ def getJP2Image(
"""
Retrieve a JP2000 image from the helioviewer.org API.

Parameters
----------
{Insert}
Examples
--------
Expand Down