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#
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:
Select ramp dataset
Choose spatial region
Select extraction function
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
-
dataset(DatasetSelect): Dataset to use for ramp extraction.function(SelectPluginComponent): Function to use for the extraction (Mean, Median, Min, Max, Sum).aperture(ApertureSubsetSelect): Subset to use for the ramp extraction, orEntire Cube.aperture_method(SelectPluginComponent): Method to use for extracting a ramp profileadd_results(AddResults)
For detailed API documentation, see RampExtraction.