Sets the value of the arr->data array element indexed by the vector indexarr, of length arr->naxis (at least) to the value src, converted to the type src->type by drms2* as necessary.
- Parameters:
-
| arr | The DRMS array struct whose array element is set. |
| indexarr | The array of index values that specify an array element whose value is set. |
| src | The to which the designed array element is set. |
- Returns:
- DRMS status (see drms_statuscodes.h). 0 if successful, non-0 otherwise.
Definition at line 648 of file drms_array.h.