Functions | |
| cpl_error_code | naco_parameter_set (cpl_parameterlist *self, const char *recipe, naco_parameter bitmask) |
| Define the specified parameters. | |
| cpl_boolean | naco_parameterlist_get_bool (const cpl_parameterlist *self, const char *recipe, naco_parameter bitmask) |
| Retrieve the value of a NACO boolean parameter. | |
| int | naco_parameterlist_get_int (const cpl_parameterlist *self, const char *recipe, naco_parameter bitmask) |
| Retrieve the value of a NACO integer parameter. | |
| 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. | |
| const char * | naco_parameterlist_get_string (const cpl_parameterlist *self, const char *recipe, naco_parameter bitmask) |
| Retrieve the value of a NACO string parameter. | |
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.
| 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.
1.6.3