- Parameters:
-
| seg | The segment that refers to a file which contains an image to which a slice of data will be written. |
| arr | The array that contains a slice of data to be written. |
| start | A vector of index values in the segment-file's image space that identifies a pixel |
The index value, in all dimensions, that starts the slice.
- Parameters:
-
| end | The index value, in all dimensions, that ends the slice. |
- Returns:
- The created DRMS array struct.
Definition at line 2283 of file drms_segment.c.