makeLocalStitchItConf
.stitchitConf.ini
. edit stitchitConf.ini
to edit it in the MATLAB editor..m
files so you can, for instance, place a copy of the INI file in your experiment's root directory, cd
to that directory, and your analyses will honour whatever is in this local INI file. You may use which('StitchItConf.ini')
to determine which file StitchIt is currently using. If you regularly change INI file settings, then it might be good practice to keep a copy of the INI file used to assemble an experiment in the experiment's root directory.stitchitConf_brainsaw.ini
.stitchitConf_noodlecutter.ini
.readStitchItINI
will automatically read from stitchitConf_noodlecutter.ini
.stitchitConf.ini
.;;
are a comment lines which provide instructions and documentation. [micsPerPixel]
are used to indicate the beginning of a section. cropProportion=0.0216
are key/value pairs. cropProportion
is the "key" or variable name and 0.0216
is the value that will be assigned to it. When the command readStitchItINI
is run, it will create a structure which contains this information.syncAndCrunch
is a useful tool that does the following:syncAndCrunch
are at the bottom of the INI file and are fairly self explanatory. The key things are:html
directory).postAcqFun
to run any arbitrary function once syncAndCrunch
is complete.