Table Of Contents

Previous topic

The kmo_sky_mask recipe

Next topic

The kmo_fit_profile recipe

This Page

The kmo_sky_tweak recipe

kmo_sky_tweak

Synopsis

Removal of OH sky lines

Description

This recipes is an advanced tool to remove OH sky lines.

Input files

DO CATG           Type   Explanation                    Required #Frames
--------          -----  -----------                    -------- -------
CUBE_OBJECT       F3I    object cubes                       Y      >=1
CUBE_SKY          F3I    sky cube                           Y       1

Output files

DO_CATG           Type   Explanation
--------          -----  -----------
OBJECT_S          F3I    Corrected object cubes

Constructor

cpl.Recipe("kmo_sky_tweak")

Create an object for the recipe kmo_sky_tweak.

import cpl
kmo_sky_tweak = cpl.Recipe("kmo_sky_tweak")

Parameters

kmo_sky_tweak.param.tbsub

Subtract thermal background from input cube.(TRUE (apply) or FALSE (don’t apply) (bool; default: True) [default=True].

The following code snippet shows the default settings for the available parameters.

import cpl
kmo_sky_tweak = cpl.Recipe("kmo_sky_tweak")

kmo_sky_tweak.param.tbsub = True

You may also set or overwrite some or all parameters by the recipe parameter param, as shown in the following example:

import cpl
kmo_sky_tweak = cpl.Recipe("kmo_sky_tweak")
[...]
res = kmo_sky_tweak( ..., param = {"tbsub":True})

See also

cpl.Recipe for more information about the recipe object.

Bug reports

Please report any problems to Erich Wiezorrek. Alternatively, you may send a report to the ESO User Support Department.