NACO Pipeline Reference Manual
4.4.0
|
Functions | |
cpl_error_code | naco_parameter_set (cpl_parameterlist *self, const char *recipe, naco_parameter bitmask) |
Define the specified parameters. More... | |
cpl_boolean | naco_parameterlist_get_bool (const cpl_parameterlist *self, const char *recipe, naco_parameter bitmask) |
Retrieve the value of a NACO boolean parameter. More... | |
int | naco_parameterlist_get_int (const cpl_parameterlist *self, const char *recipe, naco_parameter bitmask) |
Retrieve the value of a NACO integer parameter. More... | |
double | naco_parameterlist_get_double (const cpl_parameterlist *self, const char *recipe, naco_parameter bitmask) |
Retrieve the value of a NACO parameter of type double. More... | |
const char * | naco_parameterlist_get_string (const cpl_parameterlist *self, const char *recipe, naco_parameter bitmask) |
Retrieve the value of a NACO string parameter. More... | |
TBD
cpl_error_code naco_parameter_set | ( | cpl_parameterlist * | self, |
const char * | recipe, | ||
naco_parameter | bitmask | ||
) |
Define the specified parameters.
self | The parameterlist to set |
recipe | The recipe name |
bitmask | parameter specification |
Definition at line 184 of file naco_parameter.c.
References IRPLIB_STREHL_BACKGROUND_R1, IRPLIB_STREHL_BACKGROUND_R2, and IRPLIB_STREHL_STAR_RADIUS.
cpl_boolean naco_parameterlist_get_bool | ( | const cpl_parameterlist * | self, |
const char * | recipe, | ||
naco_parameter | bitmask | ||
) |
Retrieve the value of a NACO boolean parameter.
self | The parameterlist to get from |
recipe | The recipe name |
bitmask | parameter specification |
Definition at line 419 of file naco_parameter.c.
int naco_parameterlist_get_int | ( | const cpl_parameterlist * | self, |
const char * | recipe, | ||
naco_parameter | bitmask | ||
) |
Retrieve the value of a NACO integer parameter.
self | The parameterlist to get from |
recipe | The recipe name |
bitmask | parameter specification |
Definition at line 474 of file naco_parameter.c.
double naco_parameterlist_get_double | ( | const cpl_parameterlist * | self, |
const char * | recipe, | ||
naco_parameter | bitmask | ||
) |
Retrieve the value of a NACO parameter of type double.
self | The parameterlist to get from |
recipe | The recipe name |
bitmask | parameter specification |
Definition at line 538 of file naco_parameter.c.
Referenced by naco_strehl_compute().
const char* naco_parameterlist_get_string | ( | const cpl_parameterlist * | self, |
const char * | recipe, | ||
naco_parameter | bitmask | ||
) |
Retrieve the value of a NACO string parameter.
self | The parameterlist to get from |
recipe | The recipe name |
bitmask | parameter specification |
Definition at line 604 of file naco_parameter.c.