-1. **Using the bidseditor**. This is the easiest way to create a bidsmap template since it uses only a GUI and doesn't require in-depth knowledge of bidsmaps and YAML files. If you have a run item in your study that you would like to be automatically mapped in other / future studies you can simply append that run to the standard or to a custom template bidsmap by editting it to your needs and click the ``Export`` button (see below). With the GUI you can still use advanced features, such as `Unix shell-style wildcards <https://docs.python.org/3/library/fnmatch.html>`__ in the values of the source attributes (see left panel), or such as using lists of attribute values (of which either one can match), or simply empty field to ignore the item. The main limitation of using the GUI is that the run items are always appended to a bidsmap template, meaning that they are last in line and will be used only if no other item in the template matches. Another smaller limitation is that with the GUI you cannot make usage of YAML anchors and references. Both these limitations are overcome when directly editting the bidsmap yourself using a text editor (see next point).
0 commit comments