-
Notifications
You must be signed in to change notification settings - Fork 0
travisdesell/star_visualizer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a simple star visualizer, which generates a 3D OpenGL representation of the stars.
It expects star files to be in LBR format, space separated, with the first line being the number of star points in the file.
It can be used as follows:
./star_visualizer <argument list>
Possible arguments:
--window_size <width> <height> : width and height of the window <int> <int>
--star_files <str>* : files containing the stars (in LBR coordinates) followed by a cluster identifier (space separated)
--modulo <int> : draw every <modulo> stars, default 1
For example:
./star_visualizer --window_size 1000 1000 --star_files ./stars_*.txt
This will display all the stars in the files in the current directory called "stars-<whatever>.txt". Each star file's stars will be plotted with a different color.
To comple (from within the directory containing the CMakeLists.txt file and star_visualizer.cxx file):
star_visualizer$ mkdir build
star_visualizer$ cd build
star_visualizer$ cmake ..
star_visualizer$ make
About
A 3D visualization for LBR star files.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published