Skip to content

SPICE_DATA::get_number_y_pixels

Martin Wiesmann edited this page Aug 28, 2024 · 5 revisions

Source code: SPICE_DATA::get_number_y_pixels

Class: SPICE_DATA

Description

Returns the number of pixels in y in the window(s), or if WINDOW is not provided, a vector containing the numbers of pixels in y direction for each window

Syntax

n_pix_y = spice_object->get_number_y_pixels( [window] )

Return Value

Number or number array.

Arguments

window

Optional. The index or name of a window.

Clone this wiki locally