Introduces python interface to GigaTraj and corresponding Notebooks u… - #109
Open
amdasilva wants to merge 5 commits into
Open
Introduces python interface to GigaTraj and corresponding Notebooks u…#109amdasilva wants to merge 5 commits into
amdasilva wants to merge 5 commits into
Conversation
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.
GigaTraj Python interface for INSPYRE
This PR simply adds 2 directories under missions/INSPYRE
gigatraj.py:a module providing the GIGATRAJ class with an interface to the C++ GigaTraj applications. It is an alternative to the scripts found under missions/INSPYRE/trajectories. See README.md for additional information.Notebooks:several notebooks demonstrating the functionality undergigatraj.Notice that this PR only includes the addition of 2 directories to AeroApps, no other AeroApps files have been touched.
Note:
@pcolarco I had made small adjustments to
INSPYRE/trajectoriesfor AWS customizations but I have omitted them here to make this PR a no-brainer, with no impact whatsoever to your existing scripts.