Skip to content

SPICE_DATA::get_missing_value

Martin Wiesmann edited this page Nov 25, 2022 · 2 revisions

Source code: SPICE_DATA::get_missing_value

Class: SPICE_DATA

Description

This method returns the value for missing pixels, taken from the header keyword 'BLANK'. For level 2 SPICE FITS files, this value is set to NAN.

Syntax

missing_value = spice_object->get_missing_value()

Return Value

Returns a number, the value for missing pixels.

Clone this wiki locally