Signals Image Artist: What is the gemma-client and where can I find the documentation?
Usage: gemma-client download [OPTIONS] DATASET_ID PATH
Download the dataset with the user-defined DATASET_ID from the server
The files are stored in the PATH directory.
Example:
gemma-client download --no-zip --include-images --hostname <host> --username '<user>' '<dataset_id>' <path_to_output_directory>
Where:
<host>
is the IP or domain name of the SImA server<user>
is the SImA user account into which the data is to be imported<dataset_ID>
is the unique identifier for the dataset that will be downloaded<path_to_output_directory>
is the path to the directory that the dataset will be downloaded to
Note: The password of the mentioned <user>
will be requested interactively on job submission. Alternatively, the password can be passed as part of the gemma-client submission using the --password
option.
Refer to the gemma-client help for further options:
gemma-client download --help