Mission Overview
Kepler Bonus Aperture Light Curves ("KBONUS-APEXBA")
Primary Investigator: Jorge Martínez-Palomera
HLSP Authors: Jorge Martínez-Palomera, Christina Hedges, J. Rodriguez, G. Barentsen, and J. Dotson
Released: 2021-12-13
Updated: 2021-12-13
Primary Reference(s): Martínez-Palomera et al. 2022
Citations: See ADS statistics
Overview
NASA's Kepler mission observed background regions across its field of view for more than three consecutive years using custom-designed super apertures (EXBA masks). Since these apertures were designed to capture a region of the sky rather than single targets, the Kepler Science Data Processing pipeline produced Target Pixel Files (TPFs), but did not produce light curves for the sources within these background regions. For this data set, the team produced light curves for 9,327 sources observed in the EXBA masks. These light curves are generated using aperture photometry estimated from the instrument's Pixel Response Function (PRF) profile computed from Kepler's full-frame images (FFIs). The PRF models enable the creation of apertures that follow the characteristic shapes of the PSF in the image and the computation of flux completeness and contamination metrics.
A full description of this dataset can be found in Martinez-Palomera et al. 2022, as well as the Python library kepler-apertures that were used to extract the light curves for the EXBA sources.
Data Products
The source catalog has the following name:
hlsp_kbonus-apexba_kepler_kepler_source-list_kepler_v1.0_cat.fits
The lightcurve files have the following naming convention:
hlsp_kbonus-apexba_kepler_kepler_<gaia_source_id>-q<quarter>_kepler_v1.0_lc.fits
where:
-
<gaia_source_id> = the Gaia EDR3 source id of the object
-
<quarter> = Kepler's Quarter when the object was observed
The mask files have the following naming convention:
hlsp_kbonus-apexba_kepler_kepler_exba-mask-ch<channel>-q<quarter>_kepler_v1.0_sup.fits
where:
-
<channel> = is Kepler's CCH channel number
-
<quarter> = Kepler's quarter when the object was observed
Data file types:
_cat.fits |
The main source catalog |
_lc.fits | The lightcurve file |
_sup.fits |
The mask file |
Data Access
Lightcurves are available in the MAST Portal (web-based, cross-mission search interface) and Astroquery (Python package to search for and download files from Python scripts you write), and via the direct download table below. Set the Provenance Name filter to KBONUS-APEXBA in the Portal Advanced Search to find all or individual lightcurves. Each observation in the Portal contains a single source's lightcurve. The lightcurves can also be retrieved programmatically by using the astroquery—mast module. See the code example below for retrieving and downloading all files. The catalog and mask files are accessed only via direct download below.
from astroquery.mast import Observations
all_obs = Observations.query_criteria(provenance_name="kbonus-apexba")
data_products = Observations.get_product_list(all_obs)
Observations.download_products(data_products)
-
A web-based interface for cross-mission searches of data at MAST or the Virtual Observatory
-
Search for and retrieve KBONUS-APEXBA data products programmatically.
Direct download
Files | Size | Description |
---|---|---|
hlsp_kbonus-apexba_kepler_kepler_source-list_kepler_v1.0_cat.fits |
~2 MB |
Main Source Catalog |
hlsp_kbonus-apexba_kepler_kepler_all_kepler_v1.0_lightcurves.tar.gz |
~23 GB |
Light Curves |
hlsp_kbonus-apexba_kepler_kepler_all_kepler_v1.0_exba-masks.tar.gz |
~28 MB |
Mask Files |