Converts the data in src->data to type dsttype, scaling by the values bzero and bscale, by calling the function drms_array_rawconvert. It returns a newly created array struct with the converted values but without copying or setting the elements other than those set by drms_array_create. In particular, the elements bzero and bscale are not set. drms_array_convert_inplace performs the same type conversion, but instead of returning a new array simply replaces the src->data element.
Definition at line 93 of file drms_array.c.
|