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

Source code: SPICE_DATA::get_instr_x_vector

Class: SPICE_DATA

Description

Returns a vector containing the coordinates (instrument x-direction) for each pixel in the first dimension.

Syntax

instr_x_coords = spice_object->get_instr_x_vector( window [, y=y] [, lambda=lambda] [, time=time] [, /diff_rot] )

Return Value

Float array, coordinates in arcsec.

Arguments

window

The index or name of the window.

Optional Inputs

y

The index of the y-coordinate of the pixel, default is the middle of the window

lambda

The index of the wavelength coordinate of the pixel, default is the middle of the window

time

The index of the time coordinate of the pixel, default is the middle of the window

KEYWORDS

diff_rot

If set, applies the differential rotation correction to the x- and y-coordinates using spice_diff_rot_coord. If this keyword is set, then y, lambda and time provided must be within the actual data volume.