Recipe parameters allow you to control the processing of a recipe without having to edit recipes or primitives. A standard .ini format is used. Using the ACSIS REDUCE_SCIENCE_NARROWLINE recipe as an example, a recipe parameters file would look like

[REDUCE_SCIENCE_NARROWLINE]
# Use a 2nd order polynomial.
BASELINE_ORDER = 2
# Six-arcsecond pixel scale.
PIXEL_SCALE = 6

The format is:

The list of available parameters can be found in the "AVAILABLE PARAMETERS" documentation section of recipes. If a recipe does not have this section then it does not support recipe parameters.

To tell ORAC-DR about your parameters file, add the "-recpars <filename>" command-line option.

Supported recipes

ACSIS

PICARD

SCUBA-2

WFCAM

ORAC-DR: RecipeParameters (last edited 2010-01-18 21:37:01 by AndyGibb)