boris-behav-obs 8.27.7__py2.py3-none-any.whl → 8.27.9__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. boris/advanced_event_filtering.py +2 -2
  2. boris/behavior_binary_table.py +2 -2
  3. boris/config.py +1 -0
  4. boris/cooccurence.py +2 -2
  5. boris/core.py +6 -6
  6. boris/db_functions.py +2 -2
  7. boris/event_operations.py +5 -5
  8. boris/events_snapshots.py +4 -5
  9. boris/export_events.py +10 -10
  10. boris/export_observation.py +1 -1
  11. boris/geometric_measurement.py +0 -4
  12. boris/irr.py +4 -4
  13. boris/latency.py +2 -2
  14. boris/mpv2.py +2 -0
  15. boris/observation.py +7 -2
  16. boris/param_panel.py +10 -1
  17. boris/param_panel_ui.py +6 -1
  18. boris/player_dock_widget.py +1 -1
  19. boris/project_functions.py +13 -1
  20. boris/select_modifiers.py +1 -1
  21. boris/select_observations.py +1 -174
  22. boris/select_subj_behav.py +13 -5
  23. boris/synthetic_time_budget.py +4 -2
  24. boris/time_budget_functions.py +105 -91
  25. boris/time_budget_widget.py +2 -16
  26. boris/transitions.py +2 -2
  27. boris/utilities.py +7 -1
  28. boris/version.py +2 -2
  29. {boris_behav_obs-8.27.7.dist-info → boris_behav_obs-8.27.9.dist-info}/METADATA +1 -111
  30. {boris_behav_obs-8.27.7.dist-info → boris_behav_obs-8.27.9.dist-info}/RECORD +34 -46
  31. {boris_behav_obs-8.27.7.dist-info → boris_behav_obs-8.27.9.dist-info}/WHEEL +1 -1
  32. boris_behav_obs-8.27.9.dist-info/entry_points.txt +2 -0
  33. boris/README.TXT +0 -22
  34. boris/add_modifier.ui +0 -330
  35. boris/converters.ui +0 -289
  36. boris/core.qrc +0 -67
  37. boris/core.ui +0 -1585
  38. boris/edit_event.ui +0 -240
  39. boris/icons/logo_eye.ico +0 -0
  40. boris/observation.ui +0 -848
  41. boris/param_panel.ui +0 -379
  42. boris/preferences.ui +0 -588
  43. boris/project.ui +0 -1074
  44. boris_behav_obs-8.27.7.dist-info/LICENSE.TXT +0 -674
  45. boris_behav_obs-8.27.7.dist-info/entry_points.txt +0 -2
  46. {boris → boris_behav_obs-8.27.9.dist-info}/LICENSE.TXT +0 -0
  47. {boris_behav_obs-8.27.7.dist-info → boris_behav_obs-8.27.9.dist-info}/top_level.txt +0 -0
boris/edit_event.ui DELETED
@@ -1,240 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <ui version="4.0">
3
- <class>Form</class>
4
- <widget class="QWidget" name="Form">
5
- <property name="geometry">
6
- <rect>
7
- <x>0</x>
8
- <y>0</y>
9
- <width>413</width>
10
- <height>488</height>
11
- </rect>
12
- </property>
13
- <property name="windowTitle">
14
- <string>Edit event</string>
15
- </property>
16
- <layout class="QVBoxLayout" name="verticalLayout">
17
- <item>
18
- <layout class="QHBoxLayout" name="horizontalLayout_3">
19
- <item>
20
- <widget class="QLabel" name="label">
21
- <property name="text">
22
- <string>Time</string>
23
- </property>
24
- </widget>
25
- </item>
26
- <item>
27
- <layout class="QHBoxLayout" name="horizontalLayout_2">
28
- <item>
29
- <widget class="QPushButton" name="pb_set_to_current_time">
30
- <property name="text">
31
- <string>Set to current time</string>
32
- </property>
33
- </widget>
34
- </item>
35
- <item>
36
- <widget class="QCheckBox" name="cb_set_time_na">
37
- <property name="text">
38
- <string>Set NA</string>
39
- </property>
40
- </widget>
41
- </item>
42
- <item>
43
- <spacer name="horizontalSpacer">
44
- <property name="orientation">
45
- <enum>Qt::Horizontal</enum>
46
- </property>
47
- <property name="sizeHint" stdset="0">
48
- <size>
49
- <width>40</width>
50
- <height>20</height>
51
- </size>
52
- </property>
53
- </spacer>
54
- </item>
55
- </layout>
56
- </item>
57
- </layout>
58
- </item>
59
- <item>
60
- <layout class="QHBoxLayout" name="horizontalLayout_7">
61
- <item>
62
- <widget class="QLabel" name="lb_image_idx">
63
- <property name="text">
64
- <string>Image index</string>
65
- </property>
66
- </widget>
67
- </item>
68
- <item>
69
- <widget class="QSpinBox" name="sb_image_idx">
70
- <property name="maximum">
71
- <number>10000000</number>
72
- </property>
73
- </widget>
74
- </item>
75
- <item>
76
- <widget class="QPushButton" name="pb_set_to_current_image_index">
77
- <property name="text">
78
- <string>Set to current image index</string>
79
- </property>
80
- </widget>
81
- </item>
82
- <item>
83
- <spacer name="horizontalSpacer_6">
84
- <property name="orientation">
85
- <enum>Qt::Horizontal</enum>
86
- </property>
87
- <property name="sizeHint" stdset="0">
88
- <size>
89
- <width>40</width>
90
- <height>20</height>
91
- </size>
92
- </property>
93
- </spacer>
94
- </item>
95
- </layout>
96
- </item>
97
- <item>
98
- <layout class="QHBoxLayout" name="horizontalLayout_4">
99
- <item>
100
- <widget class="QLabel" name="lbSubject">
101
- <property name="text">
102
- <string>Subject</string>
103
- </property>
104
- </widget>
105
- </item>
106
- <item>
107
- <widget class="QComboBox" name="cobSubject"/>
108
- </item>
109
- <item>
110
- <spacer name="horizontalSpacer_2">
111
- <property name="orientation">
112
- <enum>Qt::Horizontal</enum>
113
- </property>
114
- <property name="sizeHint" stdset="0">
115
- <size>
116
- <width>40</width>
117
- <height>20</height>
118
- </size>
119
- </property>
120
- </spacer>
121
- </item>
122
- </layout>
123
- </item>
124
- <item>
125
- <layout class="QHBoxLayout" name="horizontalLayout_5">
126
- <item>
127
- <widget class="QLabel" name="label_2">
128
- <property name="text">
129
- <string>Code</string>
130
- </property>
131
- </widget>
132
- </item>
133
- <item>
134
- <widget class="QComboBox" name="cobCode"/>
135
- </item>
136
- <item>
137
- <spacer name="horizontalSpacer_3">
138
- <property name="orientation">
139
- <enum>Qt::Horizontal</enum>
140
- </property>
141
- <property name="sizeHint" stdset="0">
142
- <size>
143
- <width>40</width>
144
- <height>20</height>
145
- </size>
146
- </property>
147
- </spacer>
148
- </item>
149
- </layout>
150
- </item>
151
- <item>
152
- <layout class="QHBoxLayout" name="horizontalLayout_6">
153
- <item>
154
- <widget class="QLabel" name="lb_frame_idx">
155
- <property name="text">
156
- <string>Frame index</string>
157
- </property>
158
- </widget>
159
- </item>
160
- <item>
161
- <widget class="QSpinBox" name="sb_frame_idx">
162
- <property name="minimum">
163
- <number>0</number>
164
- </property>
165
- <property name="maximum">
166
- <number>100000000</number>
167
- </property>
168
- </widget>
169
- </item>
170
- <item>
171
- <widget class="QCheckBox" name="cb_set_frame_idx_na">
172
- <property name="text">
173
- <string>Set NA</string>
174
- </property>
175
- </widget>
176
- </item>
177
- <item>
178
- <spacer name="horizontalSpacer_5">
179
- <property name="orientation">
180
- <enum>Qt::Horizontal</enum>
181
- </property>
182
- <property name="sizeHint" stdset="0">
183
- <size>
184
- <width>40</width>
185
- <height>20</height>
186
- </size>
187
- </property>
188
- </spacer>
189
- </item>
190
- </layout>
191
- </item>
192
- <item>
193
- <widget class="QLabel" name="label_4">
194
- <property name="text">
195
- <string>Comment</string>
196
- </property>
197
- </widget>
198
- </item>
199
- <item>
200
- <widget class="QPlainTextEdit" name="leComment"/>
201
- </item>
202
- <item>
203
- <layout class="QHBoxLayout" name="horizontalLayout">
204
- <item>
205
- <spacer name="horizontalSpacer_4">
206
- <property name="orientation">
207
- <enum>Qt::Horizontal</enum>
208
- </property>
209
- <property name="sizeHint" stdset="0">
210
- <size>
211
- <width>40</width>
212
- <height>20</height>
213
- </size>
214
- </property>
215
- </spacer>
216
- </item>
217
- <item>
218
- <widget class="QPushButton" name="pbCancel">
219
- <property name="text">
220
- <string>Cancel</string>
221
- </property>
222
- </widget>
223
- </item>
224
- <item>
225
- <widget class="QPushButton" name="pbOK">
226
- <property name="text">
227
- <string>OK</string>
228
- </property>
229
- <property name="default">
230
- <bool>true</bool>
231
- </property>
232
- </widget>
233
- </item>
234
- </layout>
235
- </item>
236
- </layout>
237
- </widget>
238
- <resources/>
239
- <connections/>
240
- </ui>
boris/icons/logo_eye.ico DELETED
Binary file