.. _params: Parameters __________ Adding -params ************** Definition of the sequence of nodes in processing pipelines, as well as general parameters, are specified by json file. When specifying a -species and -soft (see `Commands `_), the corresponding default parameter file will be used; They are located in the *workflows* directory of the package. The original parameter file can be altered by some options in -soft (e.g. _robustreg, _prep, etc.; see `Commands `_). Here is an example of the params.json with parameters -soft ANTS for -species macaque: .. include:: ../workflows/params_segment_macaque_ants.json :literal: It is also possible to alter values of some nodes for individual sessions/subjects. See `individual parameter section `_). **Note**: Individual parameter will not modify the pipeline sequence itself, a value specified in indiv_params for a node that do not exists in params will ignored Advanced parameters settings **************************** For advanced user, it is however possible to pass the pipeline sequence as a params.json file. In this case all further alteration will be canceled. Here is json file with all possible nodes to be tuned; Some node are optional, some nodes are exclusive with each other (XOR). All parameters given here are give as examples and may vary: The beginning of a params include a keyword "general", and the definition of "short_data_preparation" is also required for both -soft ANTS and SPM: .. include:: ../examples_doc/params_general_preparation.json :literal: For -soft SPM, here is the overall structure of the pipeline: .. include:: ../examples_doc/params_segment_spm.json :literal: For -soft ANTS, here is the overall structure of the pipeline: .. include:: ../examples_doc/params_segment_ants.json :literal: