Ramp Extraction#

Plugin Availability

This plugin works with ramp data.

The plugin will be visible when at least one ramp data dataset is loaded.

Extract ramp profiles from detector data.

Description#

The Ramp Extraction plugin collapses spatial dimensions of ramp data to produce integration-level time series for pixels or regions.

Key Features:

  • Extract ramps from spatial regions

  • Multiple extraction functions

  • Integration visualization

  • Uncertainty propagation

UI Access#

v0.1
Click toolbar icons to toggle different sidebars
Data Menu

Control data and subset layer order and visibility for each viewer. Toggle layer visibility, reorder layers by dragging, and manage which data appears in the viewer.

dm = jd.viewers[viewer].data_menu

Click the Ramp Extraction icon in the plugin toolbar to:

  1. Select ramp dataset

  2. Choose spatial region

  3. Select extraction function

  4. Extract ramp profile

API Access#

plg = rampviz.plugins['Ramp Extraction']
plg.aperture = 'Subset 1'
plg.extract()

API References#

Only the following attributes and methods are available through the

public plugin API:

For detailed API documentation, see RampExtraction.