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

Source code: SPICE_DATA::get_fovy

Class: SPICE_DATA

Description

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

Syntax

fovy = spice_object->get_fovy( window )

Return Value

Float array, FOV in arcsec.

Arguments

window

The index or name of the window.