Skip to content

HomeBankCode/LENA_contingencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

LENA_contingencies

GUI for computing contingency tables from .its files.

Note: This program deals solely with the onset of events. Although .its files contain information concerning the offset of events, offsets are not considered in the analyses performed by this program.

HOW TO RUN THIS SOFTWARE

VERSION 1

(1) Set up a directory of .its files for batch analysis

Identify a directory in which to place all of the .its files intended for batch analysis. You do not have to change files' names or contents--the program will extract subject ID information from the files directly.

(2) Run the program from the source code

In the temporary absence of an executable form of the program for Mac and Windows, Python (v2.7) must be installed. The entry point of the program is in the file control.py. To run the program, enter the following command line instruction:

>>> python /.../path/to/directory/control.py

Once the program launces, you can begin specifying the details of the anlaysis to be conducted. The video below gives a walkthrough on using the interface:

Video Demo

VERSION 2

(1) Set up a directory of .its files for batch analysis

Identify a directory in which to place all of the .its files intended for batch analysis. You do not have to change files' names or contents--the program will extract subject ID information from the files directly.

(2) Run the executable program (Windows OS)

Navigate to the directory .../path/to/download/Version2/dist/control and double click on the application file called "control.exe". You may also create a Desktop shortcut to this application for easy launching.

(3) Run the program from the source code

In the temporary absence of an executable form of the program for Mac, Python (v2.7) must be installed. The entry point of the program is in the file control.py. To run the program, enter the following command line instruction:

>>> python /.../path/to/directory/control.py

Once the program launces, you can begin specifying the details of the anlaysis to be conducted.

Report a Bug / Request Support

Send bug reports or requests for support to josh@innovateatc.com

About

GUI for computing contingency tables from .its files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages