-
Notifications
You must be signed in to change notification settings - Fork 1
SPICE_DATA::descale_array
Martin Wiesmann edited this page Aug 29, 2024
·
4 revisions
Source code: SPICE_DATA::descale_array
Class: SPICE_DATA
Descales the array, using BSCALE and BZERO keywords in the header. If you get the data from this object via get_window_data() while setting the keyword 'noload', you will have to call this method yourself.
array = spice_object->descale_array( array, window )
Returns the descaled array (=array * bscale + bzero).
A numeric array, which is returned by SPICE_DATA::get_window_data.
The index or name of the window this array belongs to.