@@ -23,9 +23,9 @@ def __init__(self):
2323 self ._default_form_values = None
2424
2525 def _get_default_form_values (self , form ):
26- """Return the already selected values of a given form (a BeautifulSoup
26+ """
27+ Return the already selected values of a given form (a BeautifulSoup
2728 form node) as a dict.
28-
2929 """
3030 res = []
3131 for elem in form .find_all (['input' , 'select' ]):
@@ -54,10 +54,10 @@ def _get_default_form_values(self, form):
5454 }
5555
5656 def _generate_payload (self , input = None ):
57- """Fill out the form of the SkyView site and submit it with the
57+ """
58+ Fill out the form of the SkyView site and submit it with the
5859 values given in `input` (a dictionary where the keys are the form
5960 element's names and the values are their respective values).
60-
6161 """
6262 if input is None :
6363 input = {}
@@ -85,7 +85,8 @@ def get_images(self, position, survey, coordinates=None, projection=None,
8585 pixels = None , scaling = None , sampler = None , resolver = None ,
8686 deedger = None , lut = None , grid = None , gridlabels = None ,
8787 cache = True ):
88- """Query the SkyView service, download the FITS file that will be
88+ """
89+ Query the SkyView service, download the FITS file that will be
8990 found and return a generator over the local paths to the
9091 downloaded FITS files.
9192
0 commit comments