
Add bad pixel information to an instrument description
Source:R/oo-instrument.R
set_descriptor_bad_pixs.RdA integer vector of indexes to bad pixels in the instrument array. Data from these array pixels will be discarded.
Usage
set_descriptor_bad_pixs(descriptor, bad.pixs)
update_spct_bad_pixs(spct, bad.pixs)
update_mspct_bad_pixs(mspct, bad.pixs)Arguments
- descriptor
list as returned by function
get_oo_descriptor- bad.pixs
numeric vector of positional indexes corresponding to individual pixels in the instrument array, or an object of class
"instr_desc"from where to copy thebad.pixsmember.- spct
an object of class
generic_spctor derived.- mspct
an object of class
generic_mspctor derived.