Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Simple tools to help with the Metallicity Survey during DistantWorlds II

License

Notifications You must be signed in to change notification settings

srmo/eddiscovery-metallicity-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eddiscovery-metallicity-scan

CAUTION: I don't know how safe it is to query the EDD db while EDD is open. For safety, close EDD before performing any operation on it

Simple tools to help with the Metallicity Survey during DistantWorlds II

edd-gasfinder.sql

This sql script attempts to find all system names that fall under the DW2 Trans-Galactic Metallicity Survey It relies on the FSS Event "FSSAllBodiesFound". It selects all Systems which have a primary star of type K, G, or F.

HowTo

Use the SQLite Browser for your OS. It is important the the tool supports Json1. The default binary for windows does so. Feel free to use any other tool or a shell. Open the user database in <eddiscoverydir>\Data\EDDUser.sqlite and run the script.

It might take a while, depending on the size of your DB. It isn't optimized for performance and no QA has been done :)

TGMS-LOGGER - EARLY ALPHA and only for the brave :)

CircleCI

Java tool to scan the e:d commander's log for scanned systems. Currently provides a rudimentary UI that will output the FGK systems that have a full scan.

The tool will store data in your user directory in a folder called tgms-logger It currently only contains a small property file that stores the folder you select for scanning

HowTo

Either:

  • download the last zip found in the release tab WINDOWS ONLY
  • unzip to anywhere
  • run the file tgms-logger.bat in bin/ directory

OR

  • checkout the code
  • cd into tgms-logger
  • invoke gradlew run

TODO

  • add build description
  • add tests
  • add documentation
  • add functionality to:
    • export system names to file
    • export system names to clipboard
    • select which systems to export
    • maybe a table view?
    • persist which logfile was scanned last

About

Simple tools to help with the Metallicity Survey during DistantWorlds II

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages