Skip to content
Snippets Groups Projects
Commit 4503e90c authored by Tibor Auer's avatar Tibor Auer
Browse files

ENH - default difficulty

parent 8ce8e64f
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ if __name__ == '__main__':
('participant',''),
('session','1'),
('grid size',6), # number of cells per axis -> number of cells = gridXY**2
('sample size',4), # number of circles (cannot be more than half of the number of cells)
('sample size',6), # number of circles (cannot be more than half of the number of cells)
('sample retention time','[1.5, 1.5]'), # delay after sample
('match type', ['single','multi']), # match type ("single" - ~Alekseichuk or "multi" - ~Berger)
('match number',1), # number of matches per sample
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment