CroatianMeteorNetwork / RMS

RPi Meteor Station
https://globalmeteornetwork.org/
GNU General Public License v3.0
169 stars 47 forks source link

RMS.Reprocess skips ML if existing _unfiltered.txt file exists #172

Closed markmac99 closed 1 year ago

markmac99 commented 1 year ago

The ML routine checks for the existence of an unfiltered file, and if present, uses it instead of the current list of detections. This is a problem if you're rerunning due to a faulty plate, and therefore had zero detections on the last run. We should check for and remove the unfiltered ftpdetect, when executing Reprocess. I will add the required code and submit a PR.

markmac99 commented 1 year ago

A fix for this has been merged into the dev branch as part of #178