Data Analysis Plugins#

Metadata Viewer#

This plugin allows viewing of any metadata associated with the selected data.

See also

Jdaviz Metadata Viewer

Jdaviz documentation on the Metadata Viewer plugin.

Flux Column#

This plugin allows choosing which column in the underlying data should be used as the flux column (origin) throughout the app (when plotting and in any data analysis plugins).

See also

This plugin reproduces the behavior also available in lightkurve as:

  • lightkurve.LightCurve.select_flux()

Plot Options#

This plugin gives access to per-viewer and per-layer plotting options.

See also

Jdaviz Plot Options

Jdaviz documentation on the Plot Options plugin.

Subset Tools#

This plugin allows viewing and modifying defined subsets.

See also

Jdaviz Subset Tools

Jdaviz documentation on the Subset Tools plugin.

Markers#

This plugin allows for interactively creating markers in any viewer and logging information about the location of that marker along with the applicable data and viewer labels into a table.

With the plugin open in the tray, mouse over any viewer and press the “m” key to log the information displayed in the app toolbar into the table. The markers remain at that fixed pixel-position in the viewer they were created (regardless of changes to the underlying data or linking) and are only visible when the plugin is opened.

See also

Jdaviz Markers

Jdaviz documentation on the Markers plugin.

Time Selector#

The time selector plugin allows defining the time indicated in all light curve viewers (time and phase viewers) as well as the time at which all image cubes are displayed.

See also

Jdaviz Slice Plugin

Jdaviz documentation on the Slice plugin.

Photometric Extraction#

Note that this plugin is only available if TPF data is loaded into the app.

See also

This plugin uses the following lightkurve implementations:

  • lightkurve.KeplerTargetPixelFile.extract_aperture_photometry()

Stitch#

This plugin allows for combining multiple light curves into a single entry. Note that this plugin is only available if there are at least two light curves loaded into a light curve viewer.

See also

This plugin uses the following lightkurve implementations:

  • lightkurve.LightCurveCollection.stitch()

Flatten#

This plugin allows for flattening the light curve by removing trends. By default, the resulting flattened light curve is “unnormalized” by multiplying the flattened light curve by the median of the trend, but this can be disabled through the plugin settings.

See also

This plugin uses the following lightkurve implementations:

  • lightkurve.LightCurve.flatten()

Frequency Analysis#

This plugin exposes the periodogram (in period or frequency space) for an input light curve.

See also

This plugin uses the following lightkurve implementations:

  • lightkurve.periodogram.LombScarglePeriodogram.from_lightcurve()

  • lightkurve.periodogram.BoxLeastSquaresPeriodogram.from_lightcurve()

Ephemeris#

The ephemeris plugin allows for setting, finding, and refining the ephemeris or ephemerides used for phase-folding.

Binning#

This plugin supports binning a light curve in time or phase-space.

See also

This plugin uses the following lightkurve implementations:

  • lightkurve.LightCurve.bin()

Export#

This plugin allows exporting the plot in a given viewer to various image formats.

See also

Jdaviz Export Plot

Jdaviz documentation on the Export plugin.