Page 1 of 1

Python : ARAS Be stars and Simbad bases request

Posted: Mon Feb 15, 2021 6:11 pm
by Vincent Lecocq
hello,

for fun, i've begun a little jupyter notebook in order to retrieve the data from the aras database (Be stars to observe). After entering location, date/time and loading the ARAS Be database, the script requests information from simbad to retrieve the altitude and the constellation of the Be stars.

then Dtale (https://pypi.org/project/dtale/) is used to retrieve an interactive dataframe where you can filter datas by what you want (altitude for example, or constellation),
and ipyaladin to show the star you are interested in,

i can't attach the notebook here, but can send if someone interested,

vincent