void drms_array_convert_inplace ( DRMS_Type_t  newtype,
double  bzero,
double  bscale,
DRMS_Array_t src 
)

Performs the same type conversion as drms_array_convert, but instead of returning a new array simply replaces the src->data element.

Parameters:
dst Contiguous array of type dsttype into which the converted data are stored upon success.
bzero Offset by which raw data values are to be shifted to produce actual data values.
bscale Scaling factor by which raw data values are to be multiplied to produce actual data values.
src The source array containing that data to be converted.

Definition at line 76 of file drms_array.c.


Generated on Mon Mar 26 07:00:49 2018 for JSOC_Documentation by  doxygen 1.5.7.1