Skip to content

Repository for the real-time look direction values for LEXI

License

Notifications You must be signed in to change notification settings

Lexi-BU/look_direction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

look_direction

Repository for the real-time look direction values for LEXI

Description

This repository contains the code for the real-time look direction values for LEXI. The code is written in python3 and uses the tkinter library for the GUI and matplotlib for plotting the look direction values.

The code uses a lookup table to retrieve the look direction values for a given time. The lookup table is a csv file that contains the look direction values for a given time. The csv file is located in the look_direction/data directory.

The code reads the csv file and stores the look direction values in a pandas dataframe. The code then uses the pandas dataframe to retrieve the look direction values for a given time.

Once it is opened, it looks like this: Look Direction Viewer

Installation

Using python3

  • Navigate to the directory where you want to clone the repository.

  • Clone the repository using the following command:

git clone https://github.com/Lexi-BU/look_direction.git
  • cd into the look_direction/codes directory:
cd look_direction/codes
  • Create a virtual environment using python3 and activate it using the following commands:
python3 -m venv lexi_look_direction
source lexi_look_direction/bin/activate
  • Install the following required packages:
pip install pandas>=2.2.3
pip install tk
pip install matplotlib=3.5.1
  • Run the following command:
python3 main.py

About

Repository for the real-time look direction values for LEXI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages