Used for the Colibri Observatory to track moving satellites.
This repository contains a Python script designed for the Colibri Observatory to track moving satellites. The script processes FITS images, detects motion between frames, and provides visual feedback for telescope adjustments.
- Load and preprocess FITS images.
- Detect motion between two frames.
- Visualize detected movement.
- Provide guidance for telescope adjustments based on detected movement.
- Clone the repository:
git clone https://github.com/nickbarrie/ImageBasedSatelliteTracking.git- Install the required dependencies:
pip install numpy opencv-python astropy matplotlib- Ensure you have FITS files available in a directory.
- Run the script with the directory containing the FITS files:
python satelliteMotionDetection.py /path/to/fits/files