Skip to content

Commit 889e1c7

Browse files
More show_fits to show_fits_image update
1 parent 7562125 commit 889e1c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firefly_client/firefly_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def show_fits_3color(self, three_color_params, plot_id=None, viewer_id=None):
859859
three_color_params : `list` of `dict` or `dict`
860860
A list or objects contains image viewer plotting parameters for either all bands or one single band.
861861
For valid image viewer plotting parameter, please see the details in `FITS plotting parameters`_ or
862-
the description of **additional_params** in function `show_fits`.
862+
the description of **additional_params** in function `show_fits_image`.
863863
864864
plot_id : `str`, optional
865865
The ID you assign to the image plot. This is necessary to further control the plot.
@@ -1440,7 +1440,7 @@ def show_image_or_hips(self, plot_id=None, viewer_id=None, image_request=None, h
14401440
used for display, the viewer id is the cell id of the cell which contains the image plot.
14411441
image_request : `dict`, optional
14421442
Request with fits plotting parameters. For valid fits viewer plotting parameter, please see the
1443-
the description of `show_fits` or `show_fits_3color`.
1443+
the description of `show_fits_image` or `show_fits_3color`.
14441444
hips_request : `dict`, optional
14451445
Request with hips plotting parameters. For valid HiPS viewer plotting parameter, please see the
14461446
description of `show_hips`.
@@ -1780,7 +1780,7 @@ def rvstring_from_dict(rvdict):
17801780
Returns
17811781
-------
17821782
rvstring : `str`
1783-
RangeValues string that can be passed to the show_fits methods
1783+
RangeValues string that can be passed to the show_fits_* methods
17841784
"""
17851785
return RangeValues.rvstring_from_dict(rvdict)
17861786

0 commit comments

Comments
 (0)