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.
- boris/advanced_event_filtering.py +2 -2
- boris/behavior_binary_table.py +2 -2
- boris/config.py +1 -0
- boris/cooccurence.py +2 -2
- boris/core.py +6 -6
- boris/db_functions.py +2 -2
- boris/event_operations.py +5 -5
- boris/events_snapshots.py +4 -5
- boris/export_events.py +10 -10
- boris/export_observation.py +1 -1
- boris/geometric_measurement.py +0 -4
- boris/irr.py +4 -4
- boris/latency.py +2 -2
- boris/mpv2.py +2 -0
- boris/observation.py +7 -2
- boris/param_panel.py +10 -1
- boris/param_panel_ui.py +6 -1
- boris/player_dock_widget.py +1 -1
- boris/project_functions.py +13 -1
- boris/select_modifiers.py +1 -1
- boris/select_observations.py +1 -174
- boris/select_subj_behav.py +13 -5
- boris/synthetic_time_budget.py +4 -2
- boris/time_budget_functions.py +105 -91
- boris/time_budget_widget.py +2 -16
- boris/transitions.py +2 -2
- boris/utilities.py +7 -1
- boris/version.py +2 -2
- {boris_behav_obs-8.27.7.dist-info → boris_behav_obs-8.27.9.dist-info}/METADATA +1 -111
- {boris_behav_obs-8.27.7.dist-info → boris_behav_obs-8.27.9.dist-info}/RECORD +34 -46
- {boris_behav_obs-8.27.7.dist-info → boris_behav_obs-8.27.9.dist-info}/WHEEL +1 -1
- boris_behav_obs-8.27.9.dist-info/entry_points.txt +2 -0
- boris/README.TXT +0 -22
- boris/add_modifier.ui +0 -330
- boris/converters.ui +0 -289
- boris/core.qrc +0 -67
- boris/core.ui +0 -1585
- boris/edit_event.ui +0 -240
- boris/icons/logo_eye.ico +0 -0
- boris/observation.ui +0 -848
- boris/param_panel.ui +0 -379
- boris/preferences.ui +0 -588
- boris/project.ui +0 -1074
- boris_behav_obs-8.27.7.dist-info/LICENSE.TXT +0 -674
- boris_behav_obs-8.27.7.dist-info/entry_points.txt +0 -2
- {boris → boris_behav_obs-8.27.9.dist-info}/LICENSE.TXT +0 -0
- {boris_behav_obs-8.27.7.dist-info → boris_behav_obs-8.27.9.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: boris-behav-obs
|
|
3
|
-
Version: 8.27.
|
|
3
|
+
Version: 8.27.9
|
|
4
4
|
Summary: BORIS - Behavioral Observation Research Interactive Software
|
|
5
5
|
Author-email: Olivier Friard <olivier.friard@unito.it>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -709,113 +709,3 @@ Requires-Dist: ruff; extra == "dev"
|
|
|
709
709
|
Requires-Dist: pytest; extra == "dev"
|
|
710
710
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
711
711
|
|
|
712
|
-
===============================================================
|
|
713
|
-
BORIS (Behavioral Observation Research Interactive Software)
|
|
714
|
-
===============================================================
|
|
715
|
-
|
|
716
|
-
.. image:: https://github.com/olivierfriard/BORIS/blob/master/boris/icons/logo_boris.png?raw=true
|
|
717
|
-
:target: https://www.boris.unito.it
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
BORIS is an easy-to-use event logging software for video/audio coding or live observations.
|
|
721
|
-
|
|
722
|
-
BORIS is a free and open-source software available for GNU/Linux and Windows.
|
|
723
|
-
You can not longer run BORIS natively on MacOS (since v.8). Some alternatives to run the last version of BORIS are available, see `BORIS on MacOS <http://www.boris.unito.it/pages/download_mac>`_.
|
|
724
|
-
|
|
725
|
-
It provides also some analysis tools like time budget and some plotting functions.
|
|
726
|
-
|
|
727
|
-
The BORIS paper has more than `1700 citations in peer-reviewed scientific publications <http://www.boris.unito.it/pages/citations.html>`_.
|
|
728
|
-
|
|
729
|
-
See http://www.boris.unito.it
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
.. image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
|
|
733
|
-
:target: https://www.python.org/
|
|
734
|
-
|
|
735
|
-
.. image:: https://img.shields.io/pypi/pyversions/boris-behav-obs
|
|
736
|
-
|
|
737
|
-
.. image:: https://img.shields.io/pypi/l/boris-behav-obs
|
|
738
|
-
|
|
739
|
-
.. image:: https://static.pepy.tech/personalized-badge/boris-behav-obs?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads
|
|
740
|
-
:target: https://pepy.tech/project/boris-behav-obs
|
|
741
|
-
|
|
742
|
-
.. image:: https://img.shields.io/github/commit-activity/m/olivierfriard/BORIS
|
|
743
|
-
|
|
744
|
-
.. image:: https://img.shields.io/pypi/v/boris-behav-obs.svg
|
|
745
|
-
:target: https://pypi.org/project/boris-behav-obs/
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
Documentation
|
|
751
|
-
-----------------------------------------------------------------------
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
The documentation provides a good starting point for learning how to use BORIS: https://www.boris.unito.it/user_guide/
|
|
755
|
-
|
|
756
|
-
Some video tutorials are available: https://www.boris.unito.it/video_tutorials/
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
Bug reports and feature requests
|
|
763
|
-
-----------------------------------------------------------------------
|
|
764
|
-
|
|
765
|
-
To search for bugs, report them or request a feature, please use the github tracker:
|
|
766
|
-
https://github.com/olivierfriard/BORIS/issues
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
Citing BORIS
|
|
773
|
-
-----------------------------------------------------------------------
|
|
774
|
-
|
|
775
|
-
Please acknowledge and cite the use of this software and its authors when
|
|
776
|
-
results are used in publications or published elsewhere. You can use the
|
|
777
|
-
following BibTex entry
|
|
778
|
-
|
|
779
|
-
::
|
|
780
|
-
|
|
781
|
-
@article {MEE3:MEE312584,
|
|
782
|
-
author = {Friard, Olivier and Gamba, Marco},
|
|
783
|
-
title = {BORIS: a free, versatile open-source event-logging software for video/audio coding and live observations},
|
|
784
|
-
journal = {Methods in Ecology and Evolution},
|
|
785
|
-
issn = {2041-210X},
|
|
786
|
-
url = {http://dx.doi.org/10.1111/2041-210X.12584},
|
|
787
|
-
doi = {10.1111/2041-210X.12584},
|
|
788
|
-
pages = {1324--1330},
|
|
789
|
-
keywords = {behavioural analysis, behaviour coding, coding scheme, ethology, observational data, ttime-budget},
|
|
790
|
-
year = {2016},
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
You can also send us a nice postcard! See the `user testimonials <https://www.boris.unito.it/postcards/>`_
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
Licence
|
|
804
|
-
-----------------------------------------------------------------------
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
::
|
|
808
|
-
|
|
809
|
-
This program is distributed in the hope that it will be useful,
|
|
810
|
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
811
|
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
812
|
-
GNU General Public License for more details.
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
Distributed with a `GPL v.3 license <LICENSE.TXT>`_
|
|
816
|
-
|
|
817
|
-
Copyright (C) 2012-2024 Olivier Friard
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
@@ -1,50 +1,43 @@
|
|
|
1
|
-
boris/LICENSE.TXT,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
|
2
|
-
boris/README.TXT,sha256=0506tPRqGbRsnH_JxX1HJXW3TkEuAFmUG1W1ArBTBmk,788
|
|
3
1
|
boris/__init__.py,sha256=vEqzYsbV0DwIWYPXIv3OXrBBFW71dpYRSL63Dedv4xE,773
|
|
4
2
|
boris/__main__.py,sha256=_cKab_aODdiWYjyf6mWu57D-84izlVDPAm13QxH-cCg,764
|
|
5
3
|
boris/about.py,sha256=vQVg7Y-DePzzMGp7-88p27D62GHcFJhLCyVl4D2rpwc,5369
|
|
6
4
|
boris/add_modifier.py,sha256=dtP1xZCwO0QlUJVir0JP2ShL5WrOvH26vQfwGwu683Q,26465
|
|
7
|
-
boris/add_modifier.ui,sha256=NU3XbTegjsW_4z_BOl3khubTJkvpKAEJfXMEzlY2PWk,9600
|
|
8
5
|
boris/add_modifier_ui.py,sha256=ZKXDcpavvzF5X8gkTuza1WYsw3x9TB-qQjrhn1fka5c,10537
|
|
9
|
-
boris/advanced_event_filtering.py,sha256=
|
|
6
|
+
boris/advanced_event_filtering.py,sha256=5_F4LIfp9v-N5mQb6F5PJRZpdxk26XCWKzLAi-sEG8Y,15178
|
|
10
7
|
boris/behav_coding_map_creator.py,sha256=FNU5fUjvXQhTn-fmFQpksgIUzE0ZkAxgpPCXRpSGsAM,37860
|
|
11
|
-
boris/behavior_binary_table.py,sha256=
|
|
8
|
+
boris/behavior_binary_table.py,sha256=2kI7Rb67kfywCPtfsD7qGCyBsI0m4-iztp06hx_UbC4,11675
|
|
12
9
|
boris/behaviors_coding_map.py,sha256=Q_-k8DsYtXgUBzOYUdoGl41EgLdVAvGyuir98CUDY5Q,7309
|
|
13
10
|
boris/boris_cli.py,sha256=CeUr_QKKySu9v-Gw5fkeQPjA3y_dGv7_Y4tCY41OeoA,13196
|
|
14
11
|
boris/cmd_arguments.py,sha256=dNMEvMgTRMadC1Oz5IXw4JEBJw8Tq4yCo4yuRCnNfXc,1848
|
|
15
12
|
boris/coding_pad.py,sha256=XVbg3Q7S4O6Rgxc5ZCzx4jv7eaDvbw_K2T_nQWtsvdU,10996
|
|
16
|
-
boris/config.py,sha256=
|
|
13
|
+
boris/config.py,sha256=jFf6mJcLFku1eoRFuNLvGfsiovOkp_Zz9vamBLiP4gM,16786
|
|
17
14
|
boris/config_file.py,sha256=jTOhrX0tfxc3oHV7R85QX828xhezCsawXg6nvy5QIbE,13519
|
|
18
15
|
boris/connections.py,sha256=RIQsaooiz6pzc2jJMHw9CQSyX39TgbM5JAwifCu5eWQ,19280
|
|
19
16
|
boris/converters.py,sha256=FymqUxLEVLQwsUv6EVF7MRPowN1e87aVT2d3XjZJgAM,11771
|
|
20
|
-
boris/converters.ui,sha256=hOcg0QkCMdnLf3a9DR3O2gZBl7EbX495VGndWnQVE4E,7400
|
|
21
17
|
boris/converters_ui.py,sha256=firMWVgS3c492FF-YFv3FehOBLsbBHKaLEaVcoVctgc,8745
|
|
22
|
-
boris/cooccurence.py,sha256=
|
|
23
|
-
boris/core.py,sha256=
|
|
24
|
-
boris/core.qrc,sha256=9DibRJgfKpJ1i6xub-JQtMotLrSKhqRaF_oIkoJRqo8,2398
|
|
25
|
-
boris/core.ui,sha256=z0unUmECYdGwULy8wX8cNscOlLYcRypWuVdhwM4FJsQ,46554
|
|
18
|
+
boris/cooccurence.py,sha256=hywQTYonRM8Ynj7ONRvq4iNcDCwxrgPnjbG-hkN2koc,9822
|
|
19
|
+
boris/core.py,sha256=i51MSYdGt0FaappHyfh6P6DJWEs5YRJzC_nJE7ZU8MQ,224214
|
|
26
20
|
boris/core_qrc.py,sha256=5YMpr7ckI4TbXaeSyCMhNJBAlrGPeLes62RedU3EbWs,865287
|
|
27
21
|
boris/core_ui.py,sha256=Z_6Ehp93fRVnPGyKRtgX2GcXRXb8QZojXipHSpJ_f3M,69854
|
|
28
|
-
boris/db_functions.py,sha256=
|
|
22
|
+
boris/db_functions.py,sha256=04TDljfFp5cZ_np7oF0ciVcHa-elqDl1oiIbODIMXE0,13312
|
|
29
23
|
boris/dev.py,sha256=9pUElbjl9g17rFUJXX5aVSu55_iIKIuDxNdrB0DI_d0,3671
|
|
30
24
|
boris/dialog.py,sha256=LPoVwflYkCWYLXazWz_ByHz3-tqey47tnxndYbsKSdM,41275
|
|
31
25
|
boris/duration_widget.py,sha256=FHnDDg6RBtORCZDG9gkpjxP9ivZ3Rb4uYWCdEkBl-a4,6930
|
|
32
26
|
boris/edit_event.py,sha256=cvZ4j2rcck8q5Rd6n5d6JGQ0wZMduVQls2UDylCuQqY,7578
|
|
33
|
-
boris/edit_event.ui,sha256=oC2AZH9rZm8f4HWvsOGxXVgAr6SUx2Wub-B44R2LDqM,5969
|
|
34
27
|
boris/edit_event_ui.py,sha256=X98eKSS0urd0eGce-q2_gkPx79GvO1XbJUEjxGCMUCI,6984
|
|
35
|
-
boris/event_operations.py,sha256=
|
|
28
|
+
boris/event_operations.py,sha256=u5Fex4ex_kjSuZtS6uzyyAcJS7y__2qhMSO9CvOE6qQ,38929
|
|
36
29
|
boris/events_cursor.py,sha256=Jfu7yV1MG7HikNmMQmOVJ7ntmEZzDZn5HHp3va8llwM,1983
|
|
37
|
-
boris/events_snapshots.py,sha256=
|
|
30
|
+
boris/events_snapshots.py,sha256=IkuTLIMo1dCQNegnp6d2v9Qra1z_yv6G3bXNkVkRKvk,27575
|
|
38
31
|
boris/exclusion_matrix.py,sha256=xaEFLy2Zv5SWryMz1D0cEpywsAuZxZuBaaGYLaBGhng,5270
|
|
39
|
-
boris/export_events.py,sha256=
|
|
40
|
-
boris/export_observation.py,sha256=
|
|
32
|
+
boris/export_events.py,sha256=Uu2y9KvxVSvi6dmH0zYoMr1vO1VW9KqpyNOmL_ocXH0,38038
|
|
33
|
+
boris/export_observation.py,sha256=vO5hwrhrZUw5744PLtoGsWlurEemNpJsampD-ZhYmxw,49827
|
|
41
34
|
boris/external_processes.py,sha256=069iEVOfDI-7zUYPH7WlYBEnKqTR18mjj8dReBkUACE,11965
|
|
42
|
-
boris/geometric_measurement.py,sha256=
|
|
35
|
+
boris/geometric_measurement.py,sha256=UNoKyFAKWJKKgc7L7-Vtoqzg30R6dQnlZMUxN3zMMl8,34542
|
|
43
36
|
boris/gui_utilities.py,sha256=IhIz53CHSRvO-qjN5XrzpgAChf_LBcUWlE3iFMBeROw,3774
|
|
44
37
|
boris/image_overlay.py,sha256=bxEHEr5p6nH_sgXRSGEWlJZJF7R07ItgHNM4_3kXTJA,2527
|
|
45
38
|
boris/import_observations.py,sha256=FrXG_oOyPYWIX1XHHWvC9eg13FHsZPzhLGjCMSQFHT8,8838
|
|
46
|
-
boris/irr.py,sha256=
|
|
47
|
-
boris/latency.py,sha256=
|
|
39
|
+
boris/irr.py,sha256=pFUFT_ISMloblWpLr-eZQhbeRzsIIjZfRIzM-_Z2MNo,22470
|
|
40
|
+
boris/latency.py,sha256=tkWOFObBL43wUeZz-GThVZFviyuyx79FdaKudW07V-w,9737
|
|
48
41
|
boris/map_creator.py,sha256=IJzvT2a9LoWk_Qx-Enc4jTsYh0ixpbrLNUFCLwB9idA,29437
|
|
49
42
|
boris/measurement_widget.py,sha256=NI2d9qftFTtnUzy-aOtKhx3w63-mqDIJ4rz1l_8_Zos,4486
|
|
50
43
|
boris/media_file.py,sha256=ofOoGyrqEcm6HZQxnyObdmcLlKS0TrcPQNPNf8EG1BM,4766
|
|
@@ -52,49 +45,44 @@ boris/menu_options.py,sha256=izzYx-Rc7powf8PqhAXD3XMPYvBoVZqOYbS1jaW4sII,7094
|
|
|
52
45
|
boris/modifiers_coding_map.py,sha256=XBTubBHw6Sayw5jUNaWR_jVIw6ttaJcbhbmUSF6_lx4,4566
|
|
53
46
|
boris/mpv-1.0.3.py,sha256=EXRtzQqFjOn4wMC6482Ilq3fNQ9N1GRP1VxwLzdeaBY,88077
|
|
54
47
|
boris/mpv.py,sha256=EfzIHjPbgewG4w3smEtqEUPZoVwYmMQkL4Q8ZyW-a58,76410
|
|
55
|
-
boris/mpv2.py,sha256=
|
|
56
|
-
boris/observation.py,sha256=
|
|
57
|
-
boris/observation.ui,sha256=ZOng-yYtPJxLoUs_5Po35b5G9myTw1CTtD9Gqo_UhMI,27051
|
|
48
|
+
boris/mpv2.py,sha256=WZaPHXNSMdPZKuQ2ZZiWu_1KViNsnsxg7imSx-yKaXU,92190
|
|
49
|
+
boris/observation.py,sha256=CoEk8Zre2QsGF4u4AUXLCfzy5fyuPX9eopTR_kfA9zU,52911
|
|
58
50
|
boris/observation_operations.py,sha256=eW5DPoU_21EQEWUUmOvqe6flgHxgTcFkGaJjfS6yWJo,100276
|
|
59
51
|
boris/observation_ui.py,sha256=dfk7pS2DlaiEgMjouH0-_t6kPgMwovQbloHtc3ZoCmY,30278
|
|
60
52
|
boris/observations_list.py,sha256=rMuEVa3QccA89vjARcEVtSlLnr5s0sfihUlcwciV3OM,10600
|
|
61
53
|
boris/otx_parser.py,sha256=Ul5GokK46azx60P6-pk8wbSPUqUR9O4WLV42z3rE40s,16367
|
|
62
|
-
boris/param_panel.py,sha256=
|
|
63
|
-
boris/
|
|
64
|
-
boris/
|
|
65
|
-
boris/player_dock_widget.py,sha256=fSGrGTKX4uHuUODyOh5n8ojxdW0wW7PQI1d2md9GBQI,5717
|
|
54
|
+
boris/param_panel.py,sha256=VhiM3QbGoDApNAqVNScKJZO6iDzeW28WNzW4XvWnY1o,7868
|
|
55
|
+
boris/param_panel_ui.py,sha256=bA5_rkMKdlSgOQnYK7CSXyVXQxWyzwQ4tsxj327y18k,12115
|
|
56
|
+
boris/player_dock_widget.py,sha256=PJHBvpoyrXjrp39EwVS3C8Rw9cNaXsAoPqlQ_wduJI0,5735
|
|
66
57
|
boris/plot_data_module.py,sha256=OazYAPHker30s1oYYKkSa0IXSj-DbB1-Qgcau0x-Il8,16582
|
|
67
58
|
boris/plot_events.py,sha256=HAKrdS3qf0A_PG1pGo0FRyk62femDxfxGss3w8CrlUw,23541
|
|
68
59
|
boris/plot_events_rt.py,sha256=UfO1NKSqBR7j-vnfG8CKuOcdg5o8QQI_0eYdcz29Ufc,8358
|
|
69
60
|
boris/plot_spectrogram_rt.py,sha256=yc8ifg9HCl-v_upMHkH_rmIZLhWBYkWBOhtKftvRvh0,8394
|
|
70
61
|
boris/plot_waveform_rt.py,sha256=kNk6NVjM3wT3MpAw5zE9ktH94Pkd2AJ4ppv6uM6BVBc,7502
|
|
71
62
|
boris/preferences.py,sha256=ySGmCSjqj4rpKksdWNNP2EQEJKVYHCwp3qXyRZG9i8A,11551
|
|
72
|
-
boris/preferences.ui,sha256=ZaSNtmrbTF47zJ2gRQsaFaAuCS5_wYM9hMtSIv7CZlA,19238
|
|
73
63
|
boris/preferences_ui.py,sha256=fz0jHW7Nqw2P68FLBqheaGrQsZATNz8d8J00TVMX_Ig,21981
|
|
74
64
|
boris/project.py,sha256=crarDFfAB3lv7BJaVz3yXsS0k9fNiuKUBLTfjaHRzwQ,84361
|
|
75
|
-
boris/
|
|
76
|
-
boris/project_functions.py,sha256=IM68W1d4U9MpGymKSpMmxmu5-41w2xNdAfZBz8vYbE8,71572
|
|
65
|
+
boris/project_functions.py,sha256=ebUi4nRWALUdRGdsc3ral8-4gS4ppNcjh3ohUEPND9g,71887
|
|
77
66
|
boris/project_import_export.py,sha256=E2Jv4CQQpFxGspLZdAIxBcB-aCM7SlfobR5ZlC2QqHk,38463
|
|
78
67
|
boris/project_ui.py,sha256=TRJlsqq4XbIl8k2f20BKr2PtKa0QNjFNr6UnMieZYqU,35915
|
|
79
68
|
boris/qrc_boris.py,sha256=4U2cD_fIBTtsTPhirOl9I3kTArOhXWYvfuO_A0M9N0I,675001
|
|
80
69
|
boris/qrc_boris5.py,sha256=6bwT8OVtIr84nVIYp2ldUL7XL6WJi9zgJow6kgRxuIQ,161601
|
|
81
|
-
boris/select_modifiers.py,sha256=
|
|
82
|
-
boris/select_observations.py,sha256=
|
|
83
|
-
boris/select_subj_behav.py,sha256=
|
|
70
|
+
boris/select_modifiers.py,sha256=HhwmgWnRTyxY3j7-ogk5lOTSGTIW1dnzFgnan5u_pGU,13315
|
|
71
|
+
boris/select_observations.py,sha256=7lqSFWEBbW8watQaJe7xJCYdJ_p7VymBEeiRtdzxllI,7940
|
|
72
|
+
boris/select_subj_behav.py,sha256=Lv5S74fQHt5EJERtrKyvaBOqg0UiBKfrTDyRRRSSrxg,10924
|
|
84
73
|
boris/state_events.py,sha256=AcZmD0pIJ4AszTQe9conWlh8gJhwdBjZiGm1KOXt804,7768
|
|
85
74
|
boris/subjects_pad.py,sha256=d-vI0qBcXfonN_BvYI19ZBWgY0Ywekc2DSWLFHIjz0o,3553
|
|
86
|
-
boris/synthetic_time_budget.py,sha256=
|
|
87
|
-
boris/time_budget_functions.py,sha256=
|
|
88
|
-
boris/time_budget_widget.py,sha256=
|
|
89
|
-
boris/transitions.py,sha256=
|
|
90
|
-
boris/utilities.py,sha256=
|
|
91
|
-
boris/version.py,sha256=
|
|
75
|
+
boris/synthetic_time_budget.py,sha256=ou_bmWxYMzoHexhmlH0e_FZ5vnOVvwS6Zc1VTQI0YtM,9952
|
|
76
|
+
boris/time_budget_functions.py,sha256=KFmYP-7sWxIrQo--pZ9rgXHkFUUhCBxJqod4aE_VVo4,51438
|
|
77
|
+
boris/time_budget_widget.py,sha256=u-Ek26rYrw3ukn526kZnAwlCI3N7D3vrj5Qy9CV2-7M,42456
|
|
78
|
+
boris/transitions.py,sha256=_Gonpm-xRxcd1NUfVg4DqkSAan2yHsQBW1v3puVusI8,11996
|
|
79
|
+
boris/utilities.py,sha256=EDZ1RwtEJVvrIVpv2kVufk0sdBrK9BFbHKWSUfpyfVk,49409
|
|
80
|
+
boris/version.py,sha256=LSzwp3QIJ7q2f3D37O2QScwOSvoCuzTdzLpKZNse0Nk,788
|
|
92
81
|
boris/video_equalizer.py,sha256=QpVgmdqX_E4HnMa2f_Qo_fKJTl9nBoTQd_ykv9RWlIQ,5862
|
|
93
82
|
boris/video_equalizer_ui.py,sha256=A2_Sz9AAVnJygTRUeK_YXxf-WWQpxSSlFw0MjkxiwSg,9762
|
|
94
83
|
boris/video_operations.py,sha256=96jR-3snNn9VeEURRD6rCwvOL2sSHXoqlP_gYFwgO8A,9379
|
|
95
84
|
boris/vlc_local.py,sha256=M4yQ8pGW-sY9zMJXDlWg5fzfcwLep1pFQjqwyREHlKo,3053
|
|
96
85
|
boris/write_event.py,sha256=Lsv7Jxoi4b4qVqjsxwiB2yago_TQ9BtwjjG7OejQEhI,23528
|
|
97
|
-
boris/icons/logo_eye.ico,sha256=pGgNoNXijGOuv6c_iaFR9OsjJ1GBqvrtzxNtfCLv_sc,45470
|
|
98
86
|
boris/portion/__init__.py,sha256=ZBUG4I7YWhRkeWdP-JEpxhxldJlUYQkeaJseTjdhtJE,602
|
|
99
87
|
boris/portion/const.py,sha256=hEp26BKcEg1Js4DfZsBHmDtJJts83Tl1HWQ0CNJNwEc,1588
|
|
100
88
|
boris/portion/dict.py,sha256=SyHxc7PfDw2ufNLFQycwJtzmRfL48rDp4UrM2KN7IWc,11282
|
|
@@ -118,9 +106,9 @@ boris/qdarkstyle/utils/__init__.py,sha256=Nlma8-zbHoJc5n2NVT7OvwxPG5765JnsmMeGzr
|
|
|
118
106
|
boris/qdarkstyle/utils/__main__.py,sha256=J1biUyDzfutKU1n9NdH9WnD0gFHaF-OJA4Q-n6Q2ehs,3309
|
|
119
107
|
boris/qdarkstyle/utils/images.py,sha256=af-BJllzWgVoVz6QMvhFcKqvF3mo44AThaBjuAuHtNE,14444
|
|
120
108
|
boris/qdarkstyle/utils/scss.py,sha256=n7WNo6pPRft8-dU7_gfjB_jA-JZAy50-S792RwR7Ri0,9366
|
|
121
|
-
boris_behav_obs-8.27.
|
|
122
|
-
boris_behav_obs-8.27.
|
|
123
|
-
boris_behav_obs-8.27.
|
|
124
|
-
boris_behav_obs-8.27.
|
|
125
|
-
boris_behav_obs-8.27.
|
|
126
|
-
boris_behav_obs-8.27.
|
|
109
|
+
boris_behav_obs-8.27.9.dist-info/LICENSE.TXT,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
|
110
|
+
boris_behav_obs-8.27.9.dist-info/METADATA,sha256=RcNyJJxJfT1-CilEeHdKSF_BlZdthd8YekB5Dx-v43k,42049
|
|
111
|
+
boris_behav_obs-8.27.9.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
|
112
|
+
boris_behav_obs-8.27.9.dist-info/entry_points.txt,sha256=-Vl37ZFjZYK5wTSDf5LAzd2cVLON1Pfy1xkx490Wxak,47
|
|
113
|
+
boris_behav_obs-8.27.9.dist-info/top_level.txt,sha256=fJSgm62S7WesiwTorGbOO4nNN0yzgZ3klgfGi3Px4qI,6
|
|
114
|
+
boris_behav_obs-8.27.9.dist-info/RECORD,,
|
boris/README.TXT
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
BORIS
|
|
2
|
-
Behavioral Observation Research Interactive Software
|
|
3
|
-
|
|
4
|
-
Copyright 2012-2024 Olivier Friard
|
|
5
|
-
|
|
6
|
-
BORIS is free software; you can redistribute it and/or modify
|
|
7
|
-
it under the terms of the GNU General Public License as published by
|
|
8
|
-
the Free Software Foundation; either version 2 of the License, or
|
|
9
|
-
(at your option) any later version.
|
|
10
|
-
|
|
11
|
-
BORIS is distributed in the hope that it will be useful,
|
|
12
|
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
GNU General Public License for more details.
|
|
15
|
-
|
|
16
|
-
You should have received a copy of the GNU General Public License
|
|
17
|
-
along with this program; if not, write to the Free Software
|
|
18
|
-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
|
19
|
-
MA 02110-1301, USA.
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
boris/add_modifier.ui
DELETED
|
@@ -1,330 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<ui version="4.0">
|
|
3
|
-
<class>Dialog</class>
|
|
4
|
-
<widget class="QDialog" name="Dialog">
|
|
5
|
-
<property name="geometry">
|
|
6
|
-
<rect>
|
|
7
|
-
<x>0</x>
|
|
8
|
-
<y>0</y>
|
|
9
|
-
<width>1088</width>
|
|
10
|
-
<height>654</height>
|
|
11
|
-
</rect>
|
|
12
|
-
</property>
|
|
13
|
-
<property name="windowTitle">
|
|
14
|
-
<string>Set modifiers</string>
|
|
15
|
-
</property>
|
|
16
|
-
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
17
|
-
<item>
|
|
18
|
-
<widget class="QCheckBox" name="cb_ask_at_stop">
|
|
19
|
-
<property name="text">
|
|
20
|
-
<string>Ask for modifier(s) when behavior stops</string>
|
|
21
|
-
</property>
|
|
22
|
-
</widget>
|
|
23
|
-
</item>
|
|
24
|
-
<item>
|
|
25
|
-
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
26
|
-
<item>
|
|
27
|
-
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
28
|
-
<item>
|
|
29
|
-
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
30
|
-
<item>
|
|
31
|
-
<widget class="QLabel" name="lbModifier">
|
|
32
|
-
<property name="text">
|
|
33
|
-
<string>Modifier</string>
|
|
34
|
-
</property>
|
|
35
|
-
</widget>
|
|
36
|
-
</item>
|
|
37
|
-
<item>
|
|
38
|
-
<widget class="QLineEdit" name="leModifier"/>
|
|
39
|
-
</item>
|
|
40
|
-
<item>
|
|
41
|
-
<widget class="QLabel" name="lbCode">
|
|
42
|
-
<property name="text">
|
|
43
|
-
<string>Key code</string>
|
|
44
|
-
</property>
|
|
45
|
-
</widget>
|
|
46
|
-
</item>
|
|
47
|
-
<item>
|
|
48
|
-
<widget class="QLineEdit" name="leCode"/>
|
|
49
|
-
</item>
|
|
50
|
-
<item>
|
|
51
|
-
<widget class="QLabel" name="lbCodeHelp">
|
|
52
|
-
<property name="text">
|
|
53
|
-
<string>Key code is case sensitive. Type one character or a function key (F1, F2... F12)</string>
|
|
54
|
-
</property>
|
|
55
|
-
<property name="wordWrap">
|
|
56
|
-
<bool>true</bool>
|
|
57
|
-
</property>
|
|
58
|
-
</widget>
|
|
59
|
-
</item>
|
|
60
|
-
<item>
|
|
61
|
-
<spacer name="verticalSpacer">
|
|
62
|
-
<property name="orientation">
|
|
63
|
-
<enum>Qt::Vertical</enum>
|
|
64
|
-
</property>
|
|
65
|
-
<property name="sizeHint" stdset="0">
|
|
66
|
-
<size>
|
|
67
|
-
<width>20</width>
|
|
68
|
-
<height>40</height>
|
|
69
|
-
</size>
|
|
70
|
-
</property>
|
|
71
|
-
</spacer>
|
|
72
|
-
</item>
|
|
73
|
-
</layout>
|
|
74
|
-
</item>
|
|
75
|
-
<item>
|
|
76
|
-
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
77
|
-
<item>
|
|
78
|
-
<widget class="QPushButton" name="pbAddModifier">
|
|
79
|
-
<property name="text">
|
|
80
|
-
<string/>
|
|
81
|
-
</property>
|
|
82
|
-
</widget>
|
|
83
|
-
</item>
|
|
84
|
-
<item>
|
|
85
|
-
<widget class="QPushButton" name="pbModifyModifier">
|
|
86
|
-
<property name="text">
|
|
87
|
-
<string/>
|
|
88
|
-
</property>
|
|
89
|
-
</widget>
|
|
90
|
-
</item>
|
|
91
|
-
<item>
|
|
92
|
-
<spacer name="verticalSpacer_2">
|
|
93
|
-
<property name="orientation">
|
|
94
|
-
<enum>Qt::Vertical</enum>
|
|
95
|
-
</property>
|
|
96
|
-
<property name="sizeHint" stdset="0">
|
|
97
|
-
<size>
|
|
98
|
-
<width>20</width>
|
|
99
|
-
<height>40</height>
|
|
100
|
-
</size>
|
|
101
|
-
</property>
|
|
102
|
-
</spacer>
|
|
103
|
-
</item>
|
|
104
|
-
</layout>
|
|
105
|
-
</item>
|
|
106
|
-
<item>
|
|
107
|
-
<layout class="QVBoxLayout" name="verticalLayout">
|
|
108
|
-
<item>
|
|
109
|
-
<widget class="QTabWidget" name="tabWidgetModifiersSets">
|
|
110
|
-
<property name="maximumSize">
|
|
111
|
-
<size>
|
|
112
|
-
<width>16777215</width>
|
|
113
|
-
<height>30</height>
|
|
114
|
-
</size>
|
|
115
|
-
</property>
|
|
116
|
-
<property name="tabPosition">
|
|
117
|
-
<enum>QTabWidget::North</enum>
|
|
118
|
-
</property>
|
|
119
|
-
<property name="tabShape">
|
|
120
|
-
<enum>QTabWidget::Rounded</enum>
|
|
121
|
-
</property>
|
|
122
|
-
<property name="currentIndex">
|
|
123
|
-
<number>-1</number>
|
|
124
|
-
</property>
|
|
125
|
-
<property name="elideMode">
|
|
126
|
-
<enum>Qt::ElideNone</enum>
|
|
127
|
-
</property>
|
|
128
|
-
<property name="documentMode">
|
|
129
|
-
<bool>true</bool>
|
|
130
|
-
</property>
|
|
131
|
-
</widget>
|
|
132
|
-
</item>
|
|
133
|
-
<item>
|
|
134
|
-
<widget class="QLabel" name="lb_name">
|
|
135
|
-
<property name="text">
|
|
136
|
-
<string>Set name</string>
|
|
137
|
-
</property>
|
|
138
|
-
</widget>
|
|
139
|
-
</item>
|
|
140
|
-
<item>
|
|
141
|
-
<widget class="QLineEdit" name="le_name"/>
|
|
142
|
-
</item>
|
|
143
|
-
<item>
|
|
144
|
-
<widget class="QLabel" name="lb_description">
|
|
145
|
-
<property name="text">
|
|
146
|
-
<string>Description</string>
|
|
147
|
-
</property>
|
|
148
|
-
</widget>
|
|
149
|
-
</item>
|
|
150
|
-
<item>
|
|
151
|
-
<widget class="QLineEdit" name="le_description"/>
|
|
152
|
-
</item>
|
|
153
|
-
<item>
|
|
154
|
-
<widget class="QLabel" name="lbType">
|
|
155
|
-
<property name="text">
|
|
156
|
-
<string>Modifier type</string>
|
|
157
|
-
</property>
|
|
158
|
-
</widget>
|
|
159
|
-
</item>
|
|
160
|
-
<item>
|
|
161
|
-
<widget class="QComboBox" name="cbType">
|
|
162
|
-
<item>
|
|
163
|
-
<property name="text">
|
|
164
|
-
<string>Single selection</string>
|
|
165
|
-
</property>
|
|
166
|
-
</item>
|
|
167
|
-
<item>
|
|
168
|
-
<property name="text">
|
|
169
|
-
<string>Multiple selection</string>
|
|
170
|
-
</property>
|
|
171
|
-
</item>
|
|
172
|
-
<item>
|
|
173
|
-
<property name="text">
|
|
174
|
-
<string>Numeric</string>
|
|
175
|
-
</property>
|
|
176
|
-
</item>
|
|
177
|
-
<item>
|
|
178
|
-
<property name="text">
|
|
179
|
-
<string>Value from external data file</string>
|
|
180
|
-
</property>
|
|
181
|
-
</item>
|
|
182
|
-
</widget>
|
|
183
|
-
</item>
|
|
184
|
-
<item>
|
|
185
|
-
<widget class="QLabel" name="lbValues">
|
|
186
|
-
<property name="text">
|
|
187
|
-
<string>Values</string>
|
|
188
|
-
</property>
|
|
189
|
-
</widget>
|
|
190
|
-
</item>
|
|
191
|
-
<item>
|
|
192
|
-
<widget class="QListWidget" name="lwModifiers"/>
|
|
193
|
-
</item>
|
|
194
|
-
<item>
|
|
195
|
-
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
196
|
-
<item>
|
|
197
|
-
<widget class="QPushButton" name="pbMoveUp">
|
|
198
|
-
<property name="text">
|
|
199
|
-
<string>Move modifier up</string>
|
|
200
|
-
</property>
|
|
201
|
-
</widget>
|
|
202
|
-
</item>
|
|
203
|
-
<item>
|
|
204
|
-
<widget class="QPushButton" name="pbMoveDown">
|
|
205
|
-
<property name="text">
|
|
206
|
-
<string>Move modifier down</string>
|
|
207
|
-
</property>
|
|
208
|
-
</widget>
|
|
209
|
-
</item>
|
|
210
|
-
<item>
|
|
211
|
-
<widget class="QPushButton" name="pbRemoveModifier">
|
|
212
|
-
<property name="text">
|
|
213
|
-
<string>Remove modifier</string>
|
|
214
|
-
</property>
|
|
215
|
-
</widget>
|
|
216
|
-
</item>
|
|
217
|
-
</layout>
|
|
218
|
-
</item>
|
|
219
|
-
<item>
|
|
220
|
-
<widget class="QPushButton" name="pb_sort_modifiers">
|
|
221
|
-
<property name="text">
|
|
222
|
-
<string>Sort modifiers</string>
|
|
223
|
-
</property>
|
|
224
|
-
</widget>
|
|
225
|
-
</item>
|
|
226
|
-
<item>
|
|
227
|
-
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
228
|
-
<item>
|
|
229
|
-
<widget class="QPushButton" name="pbAddSet">
|
|
230
|
-
<property name="text">
|
|
231
|
-
<string>Add set of modifiers</string>
|
|
232
|
-
</property>
|
|
233
|
-
</widget>
|
|
234
|
-
</item>
|
|
235
|
-
<item>
|
|
236
|
-
<widget class="QPushButton" name="pbRemoveSet">
|
|
237
|
-
<property name="text">
|
|
238
|
-
<string>Remove set of modifiers</string>
|
|
239
|
-
</property>
|
|
240
|
-
</widget>
|
|
241
|
-
</item>
|
|
242
|
-
</layout>
|
|
243
|
-
</item>
|
|
244
|
-
<item>
|
|
245
|
-
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
246
|
-
<item>
|
|
247
|
-
<widget class="QPushButton" name="pbMoveSetLeft">
|
|
248
|
-
<property name="text">
|
|
249
|
-
<string>Move set left</string>
|
|
250
|
-
</property>
|
|
251
|
-
</widget>
|
|
252
|
-
</item>
|
|
253
|
-
<item>
|
|
254
|
-
<widget class="QPushButton" name="pbMoveSetRight">
|
|
255
|
-
<property name="text">
|
|
256
|
-
<string>Move set right</string>
|
|
257
|
-
</property>
|
|
258
|
-
</widget>
|
|
259
|
-
</item>
|
|
260
|
-
</layout>
|
|
261
|
-
</item>
|
|
262
|
-
<item>
|
|
263
|
-
<widget class="QPushButton" name="pb_add_subjects">
|
|
264
|
-
<property name="text">
|
|
265
|
-
<string>Add subjects as modifiers</string>
|
|
266
|
-
</property>
|
|
267
|
-
</widget>
|
|
268
|
-
</item>
|
|
269
|
-
<item>
|
|
270
|
-
<widget class="QPushButton" name="pb_load_file">
|
|
271
|
-
<property name="text">
|
|
272
|
-
<string>Load modifiers from file</string>
|
|
273
|
-
</property>
|
|
274
|
-
</widget>
|
|
275
|
-
</item>
|
|
276
|
-
<item>
|
|
277
|
-
<spacer name="verticalSpacer_3">
|
|
278
|
-
<property name="orientation">
|
|
279
|
-
<enum>Qt::Vertical</enum>
|
|
280
|
-
</property>
|
|
281
|
-
<property name="sizeHint" stdset="0">
|
|
282
|
-
<size>
|
|
283
|
-
<width>20</width>
|
|
284
|
-
<height>40</height>
|
|
285
|
-
</size>
|
|
286
|
-
</property>
|
|
287
|
-
</spacer>
|
|
288
|
-
</item>
|
|
289
|
-
</layout>
|
|
290
|
-
</item>
|
|
291
|
-
</layout>
|
|
292
|
-
</item>
|
|
293
|
-
<item>
|
|
294
|
-
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
295
|
-
<item>
|
|
296
|
-
<spacer name="horizontalSpacer">
|
|
297
|
-
<property name="orientation">
|
|
298
|
-
<enum>Qt::Horizontal</enum>
|
|
299
|
-
</property>
|
|
300
|
-
<property name="sizeHint" stdset="0">
|
|
301
|
-
<size>
|
|
302
|
-
<width>40</width>
|
|
303
|
-
<height>20</height>
|
|
304
|
-
</size>
|
|
305
|
-
</property>
|
|
306
|
-
</spacer>
|
|
307
|
-
</item>
|
|
308
|
-
<item>
|
|
309
|
-
<widget class="QPushButton" name="pbCancel">
|
|
310
|
-
<property name="text">
|
|
311
|
-
<string>Cancel</string>
|
|
312
|
-
</property>
|
|
313
|
-
</widget>
|
|
314
|
-
</item>
|
|
315
|
-
<item>
|
|
316
|
-
<widget class="QPushButton" name="pbOK">
|
|
317
|
-
<property name="text">
|
|
318
|
-
<string>OK</string>
|
|
319
|
-
</property>
|
|
320
|
-
</widget>
|
|
321
|
-
</item>
|
|
322
|
-
</layout>
|
|
323
|
-
</item>
|
|
324
|
-
</layout>
|
|
325
|
-
</item>
|
|
326
|
-
</layout>
|
|
327
|
-
</widget>
|
|
328
|
-
<resources/>
|
|
329
|
-
<connections/>
|
|
330
|
-
</ui>
|