Welcome to the Galactic Plane Mapper, a project designed to uncover the secrets of the Galactic Plane. Using the Wolf Technique of Star Counts, we look into the interplay of starlight and interstellar dust to create detailed extinction maps of the galaxy!
The Galactic Plane is a dense and mysterious region of our Milky Way, where vast dust clouds obscure stars from view. By applying the Wolf Technique of Star Counts, this project estimates dust extinction by measuring the diminishing light of stars across different regions. This method enables astronomers to map interstellar dust clouds with unparalleled precision.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes. See the deployment section for notes on how to deploy the project on a live system.
You will need the following software installed on your system:
- g++
- make
- MPI (Message Passing Interface)
Follow these steps to set up the development environment:
-
Clone the repository:
git clone https://github.com/your/repository.git cd repository
-
Build the project:
make
-
Run the project:
./run.sh
To run the automated tests for this system, follow these steps:
-
Build the test binaries:
make test
-
Run the tests:
./bin/test_binary
To ensure code quality and consistency, run the following:
make lint
To deploy this project on a live system, follow these steps:
-
Build the project:
make
-
Run the project using MPI:
mpirun -np <number_of_processes> ./bin/a.out
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.