You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a modification of the AsteroidDataHunter software to make it easier for amateur astronomers to automate the process of searching for asteroids.
However, it seems like no asteroid is detected in both sample image sets containing asteroids.
I am running the AsteroidDetectorTest.java with a changed Main method that creates the AsteroidDetectorTester object exactly like AsteroidDetectionServiceImpl.java does.
I do get 3000 entities back (I attached the console output), but none of them have isNeo set to true.
Is there more than just the isNeo that makes an entity a possible asteroid? log.txt
The text was updated successfully, but these errors were encountered:
I am currently working on a modification of the AsteroidDataHunter software to make it easier for amateur astronomers to automate the process of searching for asteroids.
However, it seems like no asteroid is detected in both sample image sets containing asteroids.
I am running the AsteroidDetectorTest.java with a changed Main method that creates the AsteroidDetectorTester object exactly like AsteroidDetectionServiceImpl.java does.
I do get 3000 entities back (I attached the console output), but none of them have isNeo set to true.
Is there more than just the isNeo that makes an entity a possible asteroid?
log.txt
The text was updated successfully, but these errors were encountered: