Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.88 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.88 KB

Python Versions Platform

About Project

Gaia catalogs are queried using ADQL, a query language similar to SQL. In the latest data release (DR3), Gaia includes a mass estimate for the observed stars.

This project was developed to perform a query on the masses determined by Gaia. With these data, comparisons are made with the masses determined by myself, using a new method of mass determination, which can be consulted here.

The results of the comparisons are visually expressed in two graphs relating the masses, so that we can study possible systematic differences.

Run

In this project it is possible to compare open clusters individually or as a whole sample. Such objects are in the “results_eDR3_likelihood_2022” folder.

In the main.py file we have two parameters that assume boolean values: 1) “all_cluster” if set to “True” compares the mass of all clusters and 2) “cluster_target”, if set to “True” automatically activates “cluster_name”, that the user can manually enter the name of the open cluster. Both boolean values cannot be the same, it is up to the user to decide which analysis to select.

Example of results

all_clusterr_git

pleiades_git

Requirements

  • Numpy
  • Pandas
  • Matplotlib
  • Astroquery