Skip to content

skyien-z/Star_Flight

Repository files navigation

Star Flight

Keesan Patel (kpate360), Kylie Zhang (kyliez2), Charles Shi (shi46), Sriram Sridhar (srirams5)

This project uses the HYG star database dataset. The data is included in the repository, in the data.csv file, and consists of the 146 named stars from the original dataset. The main C++ files that read in the data and execute the algorithms are in the main directory. The results and input will be through the console (this input/output is written in the main.cpp file) and image results will be stored in the png_files folder.

Stars in the path found by A* will be rendered green while all other stars are rendered in white inside each PNG file. The star Sol, or the sun, is always rendered at the center of the PNG. Each image is plotted with the first letter of the PNG file on the x-axis and the second letter on the y-axis (for example, XZ_SizeY.png plots X on the horizontal x-axis and Z on the vertical y-axis) and the letter after "Size" (in this example, Y) is the coordinate that determines the size of the star rendering––the log of the absolute value of it is taken to ensure that the PNG can render all stars that it's asked to render appropriately.

video

Click on the image to watch our video presentation

Running the Program

After the code base is loaded into the EWS system, simply run

make
./main

This will begin the input/output stream that this program uses to run its algorithms. Finding the shortest path between stars will require the names of both stars. This input is case sensitive and will require restarting the program if the input is incorrect. The names can be found in the data.csv file. The inputs for the fuel amount and image multiplier are assumed to be valid numbers and not strings. The program will require restarting if the numerical inputs are invalid.

Tests

Included in the tests folder are test cases that test all parts of this program. These tests either use the full dataset, subsets of the full set, or synthetic datasets which are within the test_data folder to ensure that the program is working as intended. To run these tests, run

make test
./test

Results Write-Up

The discussion of our results is found in results.md

Our development log for this project can be found in development_log.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •