Table information for 'ogle.transits'

General

Table Description:

Coordinates and variability parameters of candidates for transiting planets from the OGLE Variable Star Collection. The table was constructed by merging all transits-related data

This table is available for ADQL queries and through the TAP endpoint.

Resource Description:

The Optical Gravitational Lensing Experiment (OGLE) is a long-term photometric survey operated by the University of Warsaw at Las Campanas Observatory. Most of the observations are carried out in the Cousins I filter, with auxiliary measurements in the V filter.

High-cadence, long-term observations of crowded fields have led to the systematic discovery and classification of variable stars. The OGLE Collection of Variable Stars (OCVS) contains over one million objects. OCVS light curves span three survey phases: OGLE-II (1996-2000), OGLE-III (2001-2009), and OGLE-IV (2010-present).

The VO-compliant re-publication of the OCVS light curve collection allows bulk download for objects with a specific variability class and parameters, which can be very handy for ML-based light curve analysis and related applications.

The original data of the republished collection can be found at: https://www.astrouw.edu.pl/ogle/ogle4/OCVS/.

While republishing, we almost preserve the original data structure. That is, there are tables with variable star parameters split by variability type (Cepheids, Eclipsing and Ellipsoidal Binaries, RR Lyrae stars, etc.) and by sky field: Galactic Bulge (BLG), Magellanic Clouds (LMC, SMC), Galactic Disc (GD). A few tables are related only to a variability class (e.g., Cataclysmic Variables - CV, BLAPs, Anomalous Cepheids in the Milky Way - ACEP/GAL) or a specific field (M54 variables, which comprise diverse classes).

All observed objects with their main parameters are aggregated in the object_all table, which facilitates generic queries across all classes. This table is served by Cone Search.

The ts_ssa table is the main table for light-curve queries. It is served by TAP and SSA services. The time series themselves, as well as previews of folded and unfolded light curves, can be accessed via DataLink from the ts_ssa and ObsCore tables. Direct links to previews of folded curves are placed in the preview column of both the ts_ssa and ObsCore tables.

For a list of all services and tables belonging to this table's resource, see Information on resource 'OGLE Variable Star Parameters'

Resource Reference URL: Resource info

Citing this table

This table has an associated publication. If you use data from it, it may be appropriate to reference 2023AcA....73..127M (ADS BibTeX entry for the publication) either in addition to or instead of the service reference.

To cite the table as such, we suggest the following BibTeX entry:

@MISC{vo:ogle_transits,
  year=2026,
  title={{OGLE} Variable Star Parameters},
  author={Soszyński, I. and Udalski, A. and Szymański, M.K. and Szymański, G. and Poleski, R. and Pawlak, M. and Pietrukowicz, P. and Wrona, M. and Iwanek, P. and Mróz, M.},
  url={https://skvo.science.upjs.sk/tableinfo/ogle.transits},
  howpublished={{VO} resource provided by the Pavol Josef Šafárik University Archive}
}

If you use or refer to the data obtained from this catalog in your scientific work, please cite the appropriate papers:
bibcode:2015AcA....65....1U (OGLE-IV photometry)
bibcode:2008AcA....58...69U (OGLE-III photometry)

Resource Documentation

The original OCVS data are provided as a set of tables with stellar parameters, split by variable-star class and sky field. Indeed, different variability classes have different sets of parameters. We preserve the division by variability class, but aggregate stars of a given class from all fields into unified tables with corresponding names, such as cepheids for Classical Cepheids or eclipsing for Eclipsing Binaries and so on. This allows more precise, variability-class–specific queries.

All observed objects, together with their basic parameters, are aggregated in the object_all table, which facilitates generic queries across all classes. This table is served via Cone Search.

The ts_ssa table is the main table for light-curve queries. It is served by TAP and SSA services. The time series themselves, as well as previews of folded and unfolded light curves, can be accessed via DataLink from the ts_ssa and ObsCore tables. Direct links to previews of folded curves are placed in the preview column of both the ts_ssa and ObsCore tables.

ADQL Query Examples

Download all RR Lyrae light curves with period in [0.5–0.7 days] range in the I band:

SELECT ssa_targname, accref, o.period FROM ogle.ts_ssa AS t JOIN ogle.rrlyr AS o
ON t.ssa_targname = o.object_id
WHERE o.period BETWEEN 0.5 AND 0.7 AND t.ssa_bandpass = 'I'

Download all previews of the light curves with epochs (time of maximum brightness) in the future:

SELECT * from ogle.objects_all WHERE epoch > ivo_to_mjd('2027-01-01')

Find all stars with periods longer than the duration of observations in I filter:

SELECT o.* FROM ogle.objects_all o JOIN ogle.ts_ssa t ON o.object_id = t.ssa_targname
AND t.ssa_bandpass='I' WHERE o.period > ssa_timeext

Select ten eclipsing binary systems, classified as "Contact" with the longest periods:

SELECT TOP 10 accref, preview, o.* FROM ogle.eclipsing o JOIN ogle.ts_ssa t ON o.object_id = t.ssa_targname
WHERE subtype='C' and ssa_length>100 ORDER BY o.period DESC

Columns

Sorted by DB column index. [Sort alphabetically]

NameTable Head DescriptionUnitUCD
object_id Star ID Star identifier N/A meta.id;meta.main
raj2000 RA Right ascension deg pos.eq.ra;meta.main
dej2000 Dec Declination deg pos.eq.dec;meta.main
ogle4_id OGLE-IV ID OGLE-IV Identifier N/A meta.id
ogle3_id OGLE-III ID OGLE-III Identifier N/A meta.id
ogle2_id OGLE-II ID OGLE-II Identifier N/A meta.id
vsx VSX VSX/GCVS/Macho or other designation N/A meta.id
ogle_vartype Variability type OGLE type of variable star N/A meta.code.class
ssa_targclass Ob. cls Object class (star, QSO,...; use Simbad object classification http://simbad.u-strasbg.fr/simbad/sim-display?data=otypes if at all possible) N/A src.class
ssa_collection Collection A short handle naming the collection this spectrum belongs to. N/A N/A
ssa_reference Ref. URL or bibcode of a publication describing this data. N/A meta.bib.bibcode
mean_I Mean I Intensity mean I-band magnitude mag phot.mag
mean_V Mean V Intensity mean V-band magnitude mag phot.mag
period Period Orbital period d src.var;time.period
period_err Period err Uncertainty of period d src.var;time.period
epoch Epoch Time of inferior conjunction (transit) d src.var;time.epoch
duration Duration Duration of transit from 1st contact to 4th contact d time.duration
depth Depth Transit depth N/A src.var.amplitude
probability Probability Probability(planet signal) N/A stat.probability
snr SNR Signal-to-noise ratio N/A stat.snr

Columns that are parts of indices are marked like this.

Other

The following services may use the data contained in this table:

VOResource

VO nerds may sometimes need VOResource XML for this table.