The interface to remotely communicate to the firefly viewer.
- Source:
Methods
-
<static> setDefaultParams(params)
set the default params the will be add to image plot request
-
Parameters:
Name Type Description params- Source:
-
<static> showChart(options, viewerId)
Show a chart
-
Parameters:
Name Type Description optionsObject viewerIdstring - Source:
-
<static> showHiPS(request, viewerId)
show a HiPS in the firefly viewer in another tab
-
Parameters:
Name Type Description requestWebPlotParams | WebPlotRequest The object contains parameters for web plot request on HiPS type
viewerIdString - Source:
-
<static> showHistogram(histogramOptions, viewerId)
Show Histogram
-
Parameters:
Name Type Description histogramOptionsHistogramOptions viewerIdstring - Source:
-
<static> showImage(request, viewerId)
show a image in the firefly viewer in another tab
-
Parameters:
Name Type Description requestWebPlotParams | WebPlotRequest The object contains parameters for web plot request
viewerIdString - Source:
-
<static> showImageFileOrUrl(file, url)
show a image in the firefly viewer in another tab, the file first then the url
-
Parameters:
Name Type Description filea file on the server
urla url to a fits file
- Source:
-
<static> showTable(request, options)
-
Parameters:
Name Type Description requestObject optionsTblOptions - Source:
-
<static> showXYPlot(xyPlotOptions, viewerId)
Show XY Plot
-
Parameters:
Name Type Description xyPlotOptionsXYPlotOptions viewerIdstring - Source: