AMBER raw data display
This recipe creates a fits file including a primary image showing the 5 channels of AMBER
Create an object for the recipe amber_raw_to_fitsimage.
import cpl
amber_raw_to_fitsimage = cpl.Recipe("amber_raw_to_fitsimage")
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.
Please report any problems to Tom Licha. Alternatively, you may send a report to the ESO User Support Department.