;+ ; NAME: ircal_badpixels ; PURPOSE: ; Mark persistently bad ircal pixels as NANs ; ; usage: ircal_badpixels,imgs ; ; ; This isn't ALL the bad pixels, just ones that I can tell are bad ; but the automated stuff doesn't pick up for some reason. ; ; INPUTS: ; KEYWORDS: ; OUTPUTS: ; ; HISTORY: ; Began 2006-05-26 00:30:44 by Marshall Perrin ;- PRO ircal_badpixels,imgs imgs[54,119,*] = !values.f_nan imgs[56,48,*] = !values.f_nan end