getDatasetSlice: getDatasetSlice from hsds server

Description Usage Arguments Value Examples

Description

This function is deprecated and will be defunct in the next release.

Usage

1
getDatasetSlice(object, dsindex = 1, selectionString, ...)

Arguments

object

instance of H5S_source(updated object with path to file set)

dsindex

dataset index

selectionString

character with selectionString

...

unused

Value

list of data obtained

Examples

1
2
3
hsdsCon = H5S_source(URL_hsds()) # hsds server
setPath(hsdsCon, "/home/stvjc/hdf5_mat.h5")-> hsds
getDatasetSlice(hsds,dsindex=1,selectionString="[1:2,1:5]")

sampoll/rhdf5client documentation built on June 4, 2019, 6:56 p.m.