Skip to content

SPICE_DATA::get_fovx

Martin Wiesmann edited this page Aug 27, 2024 · 3 revisions

Source code: SPICE_DATA::get_fovx

Class: SPICE_DATA

Description

Returns field-of-view (FOV) in solar x direction, in arcsec. To calculate the FOV, all x-coordinates of all pixels are computed, and the difference between the maximum and the minimum value is defined as the FOV in x-direction.

Syntax

fovx = spice_object->get_fovx( window )

Return Value

Float array, FOV in arcsec.

Arguments

window

The index or name of the window.

Clone this wiki locally