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

Source code: SPICE_DATA::get_resolution

Class: SPICE_DATA

Description

Returns a vector containing the resolution of each dimension, or a scalar number representing the resolution of one dimension.

Syntax

resolution = spice_object->get_resolution( window [, pixels] [, /x] [, /y] [, /lambda] [, /time] )

Return value

This function returns either a number or a number array, depending on keywords set.

Arguments

window

The index or name of the window.

Keywords

These keyword parameters are exclusive, and if more than one is set, then the first one in the list below is returned.

x

If set, only resolution in x-direction is returned (i.e. 'YLIF-TAN') is returned.

y

If set, only resolution in y-direction is returned (i.e. 'ZLIF-TAN') is returned.

lambda

If set, only spectral resolution is returned (i.e. 'WAVE') is returned.

time

If set, only temporal resolution is returned (i.e. 'TIME') is returned.