0% found this document useful (0 votes)
118 views19 pages

Exo-Mercat: A Merged Exoplanet Catalog

This document describes Exo-MerCat, a merged exoplanet catalog. It homogenizes data from four exoplanet catalogs by standardizing formatting, removing errors, updating statuses of candidates, and resolving aliases and coordinate inconsistencies. The merged catalog aims to provide greater uniformity, more effective associations between datasets, and an interface for intuitive downloading and filtering of exoplanet data.

Uploaded by

michele
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
118 views19 pages

Exo-Mercat: A Merged Exoplanet Catalog

This document describes Exo-MerCat, a merged exoplanet catalog. It homogenizes data from four exoplanet catalogs by standardizing formatting, removing errors, updating statuses of candidates, and resolving aliases and coordinate inconsistencies. The merged catalog aims to provide greater uniformity, more effective associations between datasets, and an interface for intuitive downloading and filtering of exoplanet data.

Uploaded by

michele
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

Exo-MerCat

a merged
exoplanet catalog
Eleonora Alei1,2,
Riccardo Claudi1,
Andrea Bignamini3,
Marco Molinaro3

1
INAF – Osservatorio Astronomico di Padova
2
DFA-UNIPD – Dipartimento di Fisica e
Astronomia dell’Università degli Studi di
Padova
3
INAF – Osservatorio Astronomico di Trieste

INAF Science Archives & the Big Data


Challenge
Rome, 17-19 June 2019
Overview
• Online exoplanet catalogs: state of the art

• Raw statistics with the current datasets

• Known Issues: updates, errors, selection criteria

• Exo-MerCat: aims, description, efficiency

• Update workflow and VO resource


Raw statistics
Problems

  - Names appear in different - Human errors (plus-minus - False positives are present in

formats; signs); the catalogs because of lags

- Whitespaces are present; - Not updated coordinates; in the updates;

- Different aliases for the same - Different epochs. - New candidates have yet to be

planet; included in the database.

Algieba, gamma Leonis: Proxima Centauri b (ra,dec):


in NASA: gam 1 Leo in NASA: (217.428995,-62.679485)
in ORG: gamma Leo A in ORG: (217.448946,-62.681353)
in EU: gamma 1 Leo in EU: (217.429167,-62.679444)
in OEC: Gamma Leonis in OEC: (219.990850,-60.835619)

5
Aims
• Provide greater uniformity among the databases;

• More effective associations among the datasets;

Exo-MerCat • Identify and correct errors, to warn the catalog maintainers;

• Provide a direct link with most stellar sources archives;

• Provide the user with an intuitive Graphical Interface to

download and filter data.

Icons made by https://www.flaticon.com/authors/gregor-cresnar from www.flaticon.com 


Description

Initialization
• Create a nested folder to contain all useful files;

• Use various Virtual Observatory tools to download raw datasets:

Exo-MerCat • wget command to access NASA/ORG database;

• git commands and an *.xml reader to access the OEC database;

• VO TAP service for the EU database.

Icons made by https://www.flaticon.com/authors/gregor-cresnar from www.flaticon.com 


Description

Homogenization
• Selection of specific, useful columns;

• Grouping of stored aliases;

Exo-MerCat • Removal of whitespaces and standardization of name strings,

following known notations and conventions;

• The planet name was stripped in Host star name + Letter, and

those values stored separately;

• In the end… all four datasets looked very similar!

Icons made by https://www.flaticon.com/authors/gregor-cresnar from www.flaticon.com 


Description

Status check
• Download the Kepler-K2 Objects of Interest list with updated

statuses from NASA Archive and Mikulski Archive for Space

Exo-MerCat Telescopes (MAST);

• Compare the various entries and update if necessary the status of

each planet (whether CONFIRMED, CANDIDATE, FALSE POSITIVE);

• If confirmed, update names with default ones.

Icons made by https://www.flaticon.com/authors/gregor-cresnar from www.flaticon.com 


Description

Alias Check
Globally, we expect up to four occurrences for the same planet (one

per catalog). But a planet could be labeled with an alternative name

Exo-MerCat and thus any software which matches strings won’t recognize it as the

same planet after all.

Therefore:

• All known aliases for the host stars were queried by performing a

VO TAP query to SIMBAD.

• If one of the aliases for each star is found as a main identifier

elsewhere in the databases, the code uniforms all occurrences.

10

Icons made by https://www.flaticon.com/authors/gregor-cresnar from www.flaticon.com 


Description

Coordinate Check
• For each host star, retrieval of the mode of right ascension and

declination in degrees. If one or more values are different from the

Exo-MerCat mode, these are replaced by the mode itself.

• If no mode is found (i.e. there is no most common value), no

replacement is made.

• Warnings are printed to be sent to the catalog maintainers in order

to encourage a check on particular values.

11

Icons made by https://www.flaticon.com/authors/gregor-cresnar from www.flaticon.com 


Description

Main ID retrieval
#IDs Various archives and catalogs are queries by means of VO TAP

connections and pyvo Python library.


0%
Exo-MerCat 95%
1. SIMBAD TAP query for exact match for the host star;

2. SIMBAD TAP query for exact match for every available alias;
96%
3. SIMBAD TAP query for coordinate match for the host star
99%
(tolerance 0.0005 degrees);

4. VizieR TAP query for coordinate match in Kepler-K2 input

catalogs;

100% 5. VizieR TAP query for coordinate match in GAIA DR2 catalog.

12

Icons made by https://www.flaticon.com/authors/gregor-cresnar from www.flaticon.com 


Description

Catalog retrieval
• The global catalog (concatenation of the four archives) is grouped by

MAIN_ID and Letter.

Exo-MerCat • For every parameter, this function calculates the relative error, in order

to choose the most precise dataset for each parameter (and its

reference paper).

• A default name for the planet is chosen, but all aliases are stored.

• At this point, each group is collapsed in a single line, which may have

measurements belonging to different papers and/or different

catalogues.

13

Icons made by https://www.flaticon.com/authors/gregor-cresnar from www.flaticon.com 


Description

GUI
• An open-source Graphic User Interface is available to directly

download the MEC and to filter data, as well as to make some plots.

Exo-MerCat

14

Icons made by https://www.flaticon.com/authors/gregor-cresnar from www.flaticon.com 


Description

GUI
• An open-source Graphic User Interface is available to directly

download the MEC and filter data, as well as make some

Exo-MerCat plots.

15

Icons made by https://www.flaticon.com/authors/gregor-cresnar from www.flaticon.com 


EMC

SIMPLE
Results
Update Workflow and VO resource

● Registered as a VO resource (IVOID:


● Periodic updates (once a week).
ivo://ia2.inaf.it/catalogues/exomercat)
● Workflow described via the Common
● The catalog is accessible by all
Workflow Language, useful for the
VO-aware TAP-enabled applications
versioning of the input files.
(http://archives.ia2.inaf.it/vo/tap/projects)

17
Conclusions
● Exo-MerCat aims to standardize, correct and collect the most precise data from all available archives.
● It allows an easy statistical analysis of the current sample of exoplanets by reporting the updated
status, the source catalogs, and the reference papers for each parameter. A GUI is provided to filter data,
make easy plots and histograms.
● It is a VO resource accessible through VO-aware applications and a direct link to most famous stellar
catalogs is provided.
● To-do list: possibility to query for one or more versions of the catalog; stellar datasets retrieval.
● But a standardization for exoplanet-related data is due! A new Data Model for such data needs to be
developed.
Thank you!

You might also like