Helioviewer-Project / python-api

Python wrapper around the Helioviewer API.
https://hvpy.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
6 stars 5 forks source link

Create function for screenshots #64

Closed dgarciabriseno closed 1 year ago

dgarciabriseno commented 1 year ago

Similar to #63 we can condense screenshots into one function

  1. takeScreenshot -> returns ID
  2. downloadScreenshot -> used ID

we can create createScreenshot(TakeScreenshotInputParams) which will take & then download the generated screenshot.