Python : ARAS Be stars and Simbad bases request

Post Reply
Vincent Lecocq
Posts: 40
Joined: Fri Mar 04, 2016 3:52 pm

Python : ARAS Be stars and Simbad bases request

Post 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
Attachments
Capture d’écran du 2021-02-15 19-04-58.png
Capture d’écran du 2021-02-15 19-04-58.png (534.23 KiB) Viewed 4811 times
Capture d’écran du 2021-02-15 18-54-36.png
Capture d’écran du 2021-02-15 18-54-36.png (124.21 KiB) Viewed 4811 times
Post Reply