AMBER raw data detector
This recipe is creating the master flatfield and the bad pixel map
Create an object for the recipe amber_detector.
import cpl
amber_detector = cpl.Recipe("amber_detector")
maximum Frames to be processed (long; default: 500) [default=500].
The following code snippet shows the default settings for the available parameters.
import cpl
amber_detector = cpl.Recipe("amber_detector")
amber_detector.param.maxFrames = 500
You may also set or overwrite some or all parameters by the recipe parameter param, as shown in the following example:
import cpl
amber_detector = cpl.Recipe("amber_detector")
[...]
res = amber_detector( ..., param = {"maxFrames":500})
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.