Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Import astronomical light curve data from the AAVSO International Database
ResourceFunction["AAVSOLightCurveData"][object] queries AAVSO International Database and returns the light curve data for the given astronomical object. | |
ResourceFunction["AAVSOLightCurveData"][object,params] returns the light curve data for the given object and query parameters. | |
ResourceFunction["AAVSOLightCurveData"][…,form] returns data in the specified format form. |
"DateRange" | All | temporal range of the data queried |
"Filters" | All | observation filters to include |
"ObserversCode" | All | observers to include by code |
"ReducedData" | True | whether to get the symplified data fields or all the fields |
"RawData" | a list of lists containing the column names in the first list and the data in the remaining lists |
"Association" | a nested association with dates as keys on the first level and properties as keys on the second level |
"Dataset" | a dataset with named columns where each row is an observation (Default) |
"TemporalData" | temporal data where each path corresponds with a filter |
Query the magnitude of Betelgeuse during the first three days of 2023:
In[1]:= |
Out[1]= |
Get data about the magnitude of Mira star in the last 3 months in the Johnson V band:
In[2]:= |
Out[2]= |
Get complete information about observations of Betelgeuse during the first three days of 2023 and display it as raw data:
In[3]:= |
Out[3]= |
Get the object data about Mira star:
In[4]:= |
Out[4]= |
Get the magnitude data of Mira, as TemporalData, measured by the observer whose code is DEY during 2023:
In[5]:= |
Out[5]= |
One can obtain the list of stars with the variability type RR in the AAVSO database by using the Vizier database, as follows:
In[6]:= |
Out[6]= |
Query the object data in the AAVSO database of the first star in this list:
In[7]:= |
Out[7]= |
Query information about this star in the SIMBAD database:
In[8]:= |
Out[8]= |
Most Wolfram stars are not found in AAVSO International Database:
In[9]:= |
Out[9]= |
Get data about the Great Dimming of Betelgeuse in the Johnson V band:
In[10]:= |
Out[10]= |
Plot the Great Dimming of Betelgeuse:
In[11]:= |
Out[11]= |
This work is licensed under a Creative Commons Attribution 4.0 International License