DRMS_Array_t* drms_segment_readslice ( DRMS_Segment_t seg,
DRMS_Type_t  type,
axislen_t *  start,
axislen_t *  end,
int *  status 
)

Similar to drms_segment_read, except that only the data between the start[n] and end[n] values in each dimension n are read into the array. start and end must be vectors of rank equal to that of the data segment.

Parameters:
seg The segment whose file slice is to be read into memory.
type The type to which the data of is converted.
start The index value, in all dimensions, that starts the slice.
end The index value, in all dimensions, that ends the slice.
Returns:
The created DRMS array struct.

Definition at line 1396 of file drms_segment.c.


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