-
Notifications
You must be signed in to change notification settings - Fork 10
Additional Scripts for Repository #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Dear Jeffrey,
I have forwarded this to our Datavyu support team at info@datavyu.org.
Thank you,
Andrea
Andrea R. Seisler, M.S.
Laboratory Manager
Brain Development Laboratory
The Pennsylvania State University
503 Moore Building
University Park, PA 16802
Email: ars17@psu.edu
Website: http://gilmore-lab.github.io/
…On Tue, Oct 6, 2020, 7:01 PM liang108 ***@***.***> wrote:
To whom it may concern,
I have added several scripts to "Export" and "Reliability"; these scripts
were written for use by a clinical psychology research group. I was
wondering if the owner of this repository would like to see our
user-written scripts and possibly add them to this repository so others may
view them.
Best,
Jeffrey Liang
------------------------------
You can view, comment on, or merge this pull request online at:
#2
Commit Summary
- Add files via upload
- Add files via upload
File Changes
- *A* Export/Export - Batch Variables CSV.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-bb8f0a39f81aaf8e87f7bd8555444506>
(219)
- *A* Export/Export - Cell Length Durations.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-2c6ee0e975e115ea1a54f92d6d92208b>
(97)
- *A* Export/Export - Variables for Batch.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-1a7a8febd3697939b108efda666ab718>
(217)
- *A* Export/Export - Variables.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-ac5836f9fd5bcf13c54b5c75b7868bb5>
(233)
- *A* Reliability/file_check_reliability.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-41ded8706b069fd260d4a78f436ddbfc>
(213)
- *A* Reliability/file_make_reliability.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-789de1c3e5922b03692e4bfad8c39528>
(19)
Patch Links:
- https://github.com/databrary/Datavyu-Example-Scripts/pull/2.patch
- https://github.com/databrary/Datavyu-Example-Scripts/pull/2.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5IARMIY7RA3C24KTCKXCDSJOOTJANCNFSM4SGUUNAQ>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing! See suggestions in comments.
# Updated 4.24.20 | ||
|
||
require 'Datavyu_API.rb' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was probably a "begin" here given the formatting. Suggest adding begin..end block back or reducing indent of subsequent sections.
|
||
puts ("EYE CONTACT: \n") | ||
|
||
main_col = getColumn("eye_contact") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
camel_case version of functions preferred (e.g., get_column)
require 'Datavyu_API.rb' | ||
|
||
begin | ||
ec = getColumn("eye_contact") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
camel_case preferred
@@ -0,0 +1,213 @@ | |||
# Updated 4.24.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be useful to have a description of what this script does—even if it's specific to a particular video-coding scheme it helps with understanding how to adapt it for a different scheme.
@TheoWolf anyone volunteering currently to maintain this? |
To whom it may concern,
I have added several scripts to "Export" and "Reliability"; these scripts were written for use by a clinical psychology research group. I was wondering if the owner of this repository would like to see our user-written scripts and possibly add them to this repository so others may view them.
Best,
Jeffrey Liang