Inputs¶
-
chombopy.inputs.add_params(default_params, extra_params)[source]¶ Add params from extra_params to defaultParams
-
chombopy.inputs.array_to_string(array)[source]¶ Convert an array to a string with the elements separated by spaces i.e. [a,b,c] -> a b c
-
chombopy.inputs.read_inputs(inputs_file)[source]¶ Load up an inputs file and parse it into a dictionary