Shutterbug is an open-source scientific analysis tool focused on accessible photometry workflows.
- Python 3.13 or higher
- Astronomical data from Mirax64 that you wish to process, in either .csv or .xlsx form
-
Clone the repository
git clone https://github.com/AdaVoden/differential-photometry.git
-
Install dependencies
pip install poetry poetry install
At this point Shutterbug is installed and ready for use.
Basic usage of Shutterbug is loading datasets to process and outputting graphs as a result:
shutterbug --data-file name.csvAt which point it will begin processing your csv.
If you wish to load the GUI version, use the command
shutterbug-guiContributions are welcome! Feel free to open issues or submit pull requests
MIT