FSLRethoConfiguration | R Documentation |
Load and update the configuration of the program
Anywhere in FSLRetho 'FSLRethoConfiguration' can be instantiated so default values for hardware defined parameters can be set dynamically via a config file
content
List of configuration items
config_file
Default configuration file path Initialize a configuration instance Called by running 'FSLRethoConfiguration$new()'
new()
FSLRethoConfiguration$new(config_file = "/etc/fslretho.conf")
config_file
Path to the default configuration file Save the configuration in to a config_file
Save the configuration stored in self$content If the passed config_file is null, use the instance's default
save()
FSLRethoConfiguration$save(config_file)
config_file
Configuration file path Load a a configuration from a config_file If the passed config_file is null, use the instance's default If the passed file does not exist create it with the conf in the default file If it exists, load its contents and update the configuration
load()
FSLRethoConfiguration$load(config_file)
config_file
Configuration file path
clone()
The objects of this class are cloneable with this method.
FSLRethoConfiguration$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.