-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathanalysis_methods_dictionary.json
More file actions
45 lines (45 loc) · 1.02 KB
/
Copy pathanalysis_methods_dictionary.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"experiment_name": "kannadi",
"overwrite_curated_dataset": true,
"save_output": false,
"time_series_analysis": true,
"contain_prechoice_phase": true,
"filtering_method": "sg_filter",
"plotting_trajectory": true,
"plotting_event_distribution": true,
"distribution_with_entire_body": true,
"load_individual_data": true,
"select_animals_by_condition": true,
"active_trials_only": false,
"split_stationary_moving_ISI": true,
"align_with_isi_onset": false,
"extract_follow_epoches": true,
"follow_locustVR_criteria": true,
"calculate_follow_chance_level": true,
"frequency_based_preference_index": false,
"analyse_first_half_only": false,
"analyse_second_half_only": false,
"exclude_extreme_index": false,
"graph_colour_code": [
"r",
"b",
"g",
"k",
"c",
"y",
"m",
"r"
],
"follow_within_distance": 50,
"follow_above_speed": 1,
"follow_within_angle": 10,
"camera_fps": 100,
"trackball_radius_cm": 5,
"monitor_fps": 100,
"body_length": 4,
"growth_condition": "G",
"analysis_window": [
-5,
5
]
}