query/[format/][arg][&arg]*
with supported format
:
xml
(default)html
votable
(v1.3)csv
json
and query
:
fid
: find star by aliasesfid+
: find stars by alias patternsfcoo
: find stars by coordinate rangesfflu
: find stars by G magnitude rangesflum
: find stars by luminosity rangesfpar
: find stars by parallax rangesfspt
: find stars by spectral type rangesffil
: find stars by raw data file name (NEW)dist
: get star distributions (NEW)
for dist
query, available arg
are:
BY_SPECTRAL_TYPE
: to get star distribution by star spectral typeBY_LUMINOSITY
: to get star distribution by star luminosityBY_PARALLAX
: to get star distribution by star parallaxBY_MAGNITUDE
: to get star distribution by star g magnitudeBY_FILE_OCCURRENCE
: to get star distribution by number of data files related to the starBY_PROCESS_OCCURRENCE
: to get star distribution by number of processes run related to the starfor dist
query, the wp
extra parameter can be set to:
wp=public
: to get star distribution related to the public workspacewp=all
: to get star distribution related to all workspaces see examples belowBeta Pic
star in html format:Beta Pic
and Barnard's star
stars in csv format:fid/csv/bet%20pic&Barnard's%20star
Pic
stars in html format:bet
stars in xml format:Algorab
star by coordinates in votable format:fcoo/html/d%20187.4661%20-16.5154
O9 +- 1
stars by spectral type range in html format:PECULIAR
spectral type range in votable format:SPHER.2016-01-01T00:18:54.364.fits
raw data file name in html format:ffil/html/SPHER.2016-01-01T00:18:54.364.fits
SPHER.2016-01-01T0*
raw data file name in csv format:dist/json/BY_SPECTRAL_TYPE&BY_LUMINOSITY
dist/csv/BY_MAGNITUDE?wp=public&wp=all
dist/html/BY_PROCESS_OCCURRENCE?wp=public
The python API dedicated to cobrex Star web service is available here: CobrexStar.py
Also available related unit tests: CobrexStarTest.py