RGBMaker

Getting started

A python package which communicates to different astronomical services and fetches fits and numerical data. Use the tool here : RGBMaker

$ pip install rgbmaker
from rgbmaker.fetch import query
query(name='Avi', position='speca', radius=0.12, kind='plot', px=480, imagesopt=1)
_images/index_0_0.png _images/index_0_1.png
('success',
 [{'img1': 'data:image/png;base64,plotted'},
  {'img2': 'data:image/png;base64,plotted'}],
 'completed in 35.331. ',
 [{'NVSS': 'value ranges from -0.0020 to 0.0356'},
  {'TGSS ADR1': 'value ranges from -0.0145 to 0.0775'},
  {'Target center': '14h09m48.86039215s -03d02m32.62825745s'},
  {'TGSS contour ': '[0.015 0.031 0.046 0.062]'},
  {'NVSS contour ': '[0.0015 0.01   0.0185 0.0271]'}])

Indices and tables