srmo / eddiscovery-metallicity-scan

Simple tools to help with the Metallicity Survey during DistantWorlds II
GNU General Public License v3.0
0 stars 1 forks source link

optimized, no fss scans needed version #7

Closed dweeves closed 5 years ago

dweeves commented 5 years ago

This version is shorter and has no need for full FSS scan.

It tracks all "main stars" by avoiding "substars" using a substring trick , all substars are ending with ' A' or ' B' and so on.. By filtering all body names with a single space before the end of the name , i remove the "substars" from the search result.

No more need for complex subqueries, and no more need of FSS scans ;)

srmo commented 5 years ago

As discussed via Discord, we can't remove the FssAllBodiesScanned event at this point. It is to guarantee TGMS will not loose any information. Looking forward to this in a separate file or other enhancements to the main script! Thanks!