gitextract_orpqwhda/ ├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── beast/ │ ├── Makefile │ ├── beast.h │ ├── beast.i │ ├── config.h │ ├── constellations.h │ ├── go │ ├── kdhash.h │ └── stars.h ├── build_production.sh ├── doc/ │ ├── gen_interleave.py │ ├── ost_comm_test.c │ └── viz_q.m ├── setup.sh ├── starsToStruc.py ├── startracker.py └── tests/ ├── Makefile ├── calibrate.py ├── science_cam_may8_0.05sec_gain40/ │ ├── calibration.txt │ ├── calibration_data/ │ │ └── .gitignore │ ├── input.csv │ ├── result.csv │ └── result_real.csv ├── score.py ├── simulator.py ├── test.c └── unit_test.sh