ameliebarsoum / NEOSSAT_Image_Processor

2 stars 1 forks source link

NEOSSAT_Image_Processor

Current steps to run entire object detection pipeline. Will be automated to run in sequence.

Step 0: When running the code for the first time, make sure you have astroquery installed. You can do this by running pip install astroquery on your terminal

Step 1: navigate to DataCollection and run import_fits_images.py. When prompted, you can enter any coordinates. (RA: 290, Dec: -23, radius: 1 (default)) works. It will generate a folder and put the images there.

Step 2: Follow the README in the cleaner if you want to run the cleaner. Not necessary if you are just testing on the output of object detection.

Step 3: Take the set of images (from the generated folder in DataCollection, or ../mission/image/outgoing/ASTRO/ from the cleaner) and put them in the folder ObjectDetection/mission_images/. Run detect_objects.py.