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)
TGSS ADR1 not found 
_images/index_0_2.png _images/index_0_3.png
('success',
 [{'img1': 'data:image/png;base64,plotted'},
  {'img2': 'data:image/png;base64,plotted'}],
 'completed in 25.86. ',
 [{'survey_err': [], 'exception': ["object of type 'int' has no len()"]},
  {'NVSS': 'value ranges from -0.0023 to 0.0356'},
  {'TGSS ADR1': 'value ranges from 0.0000 to 0.0000'},
  {'Target center': '14h09m48.86039215s -03d02m32.62825745s'},
  {'NVSS contour ': '[0.0015 0.01   0.0185 0.0271]'}])

Indices and tables