Open
Conversation
add in instruction about git clone
updates to allow reading in of a csv file format or white space format
update config file with the new value of input file format
updates for input file format
Updated to include git clone url. Using the eggls6/objectsInField for now there are some folks now working with this version
Crash gracefully when the key data files do not exist because of a spelling mistake in the config file or the file path is incorrect
check input files exist and exit gracefully if they do not
add checks for input files
Updating the error statements so they have the file outputted at the end like other error statements in the code
Update README.md
Add more error checking on if input files exist
Temporary hack to circumvent spiceypy library version
Update orbits.py to accept ObjID as alternate column name
Updating obslist.dat.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrated the SQL query string used to read from the survey input database into input.config so that the code does not have to be modified when the survey database has a different format, e.g. table and column designations. Furthermore, there are now output options: csv for stdout and file output. The previous output format is kept and accessible through input.config in the [OUTPUT] section via Output file = stdout; Output format = (anything but csv). The output is redirected into a file if Output file = (anything but stdout) and the supported formats are csv and HDF5.