Add bad pixels masks
This recipe performs bad pixel map coaddition.
The input files are several (at least 2) bad pixel masks in the sof file Their tab should contain the string BP_MAP.
The output is an image resulting from the logical operator OR applied to all the masks.
Information on relevant parameters can be found with esorex –params sinfo_utl_bp_mask_add esorex –help sinfo_utl_bp_mask_add
Create an object for the recipe sinfo_utl_bp_mask_add.
import cpl
sinfo_utl_bp_mask_add = cpl.Recipe("sinfo_utl_bp_mask_add")
See also
cpl.Recipe for more information about the recipe object.
Please report any problems to Andrea Modigliani. Alternatively, you may send a report to the ESO User Support Department.
This file is part of the SINFONI Instrument Pipeline Copyright (C) 2002,2003 European Southern Observatory
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Code author: Andrea Modigliani <Andrea.Modigliani@eso.org>