Skip to content

travisdesell/star_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published