Table Of Contents

Previous topic

The AMBER 4.2.2 pipeline

Next topic

The amber_detector recipe

This Page

The amber_raw_to_fitsimage recipe

amber_raw_to_fitsimage

Synopsis

AMBER raw data display

Description

This recipe creates a fits file including a primary image showing the 5 channels of AMBER

Constructor

cpl.Recipe("amber_raw_to_fitsimage")

Create an object for the recipe amber_raw_to_fitsimage.

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

Parameters

amber_raw_to_fitsimage.param.stropt

the string option (str; default: None) [default=”None”].

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

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

amber_raw_to_fitsimage.param.stropt = "None"

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

import cpl
amber_raw_to_fitsimage = cpl.Recipe("amber_raw_to_fitsimage")
[...]
res = amber_raw_to_fitsimage( ..., param = {"stropt":"None"})

See also

cpl.Recipe for more information about the recipe object.

Bug reports

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