-
Notifications
You must be signed in to change notification settings - Fork 1
SPICE_DATA::get_resolution
Source code: SPICE_DATA::get_resolution
Class: SPICE_DATA
Returns a vector containing the resolution of each dimension, or a scalar number representing the resolution of one dimension.
resolution = spice_object->get_resolution( window [, pixels] [, /x] [, /y] [, /lambda] [, /time] )
This function returns either a number or a number array, depending on keywords set.
The index or name of the window.
These keyword parameters are exclusive, and if more than one is set, then the first one in the list below is returned.
If set, only resolution in x-direction is returned (i.e. 'YLIF-TAN') is returned.
If set, only resolution in y-direction is returned (i.e. 'ZLIF-TAN') is returned.
If set, only spectral resolution is returned (i.e. 'WAVE') is returned.
If set, only temporal resolution is returned (i.e. 'TIME') is returned.