getImageConf {imageHTS} | R Documentation |
Get the imageHTS configuration from an imageHTS object.
getImageConf(x)
x |
An imageHTS object. |
See the documentation of parseImageConf
for details.
A list containing the imageHTS configuration attributes.
Gregoire Pau, gregoire.pau@embl.de, 2010
local = tempdir() server = system.file('submorph', package='imageHTS') x = parseImageConf('conf/imageconf.txt', localPath=local, serverURL=server) getImageConf(x)