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.