The muse_illum recipe¶
- muse_illum¶
Synopsis¶
Dummy recipe to convert a raw illumination flat field into a DFS product
Description¶
The recipe copies the data of an illumination flat-field unmodified to the output file. However it alters the header data such that the result is a DFS compliant product file, which can be used in the on-line pipeline environment to correct the illumination of twilight and/or science observations. This recipe has no use in any environment other than the on-line pipeline environment!
Constructor¶
- cpl.Recipe("muse_illum")
Create an object for the recipe muse_illum.
import cpl
muse_illum = cpl.Recipe("muse_illum")
See also
cpl.Recipe for more information about the recipe object.
Bug reports¶
Please report any problems to Ralf Palsa. Alternatively, you may send a report to the ESO User Support Department.
Copyright¶
This file is part of the MUSE Instrument Pipeline Copyright (C) 2005, 2019 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., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA
Code author: Ralf Palsa <https://support.eso.org>