SPICE_DATA::get_fovx - ITA-Solar/solo-spice-ql GitHub Wiki

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.