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.
Closes #1496
I added support for SATF and SASF formats, which includes:
I created a converter which will eventually be a npm plugin that can take SeqN data and generate most of the SATF/SASF content. This is because each mission has slight variation so they can use this to generate 90% of the SATF/SASF and fill in the mission specific parts in their adaptation.
There's also a way to convert a SATF/SASF file into SeqN format. Not everything is carried over as SeqN doesn't support all the features of SATF/SASF
TESTING
You can find a bunch of SATF/SASF here: https://jpl365prod-my.sharepoint.com/:f:/g/personal/shaheer_khan_jpl_nasa_gov/EplqvV9nI9ZJo6JT1KVzoVwBKZHzFNbVGXWi2qUaN6k1yg?e=zIbLEa
This is hard to test as it requires hacking the Sequence Editor to use the top editor as a
SATF/SASF
editor and the bottom editor as aSeqN
. Here is the modification I did.