-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added SWAPI housekeeping processing and CDF attrs #398
added SWAPI housekeeping processing and CDF attrs #398
Conversation
|
||
for data_packet in packets: | ||
# Add metadata to array | ||
for key, value in (data_packet.header | data_packet.data).items(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this going to cause the CCSDS header to be put into a data array?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I have included header in the CDF so far.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that something SWAPI asked for or is that a standard thing we should do? I wasn't planning to put the headers into the CDFs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They didn't ask for this. It's something I have to been carrying information over. But I don't think they will complain if I remove it. If you are thinking of using it and if it helps to remove header, then I am happy to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea!
01d260f
into
IMAP-Science-Operations-Center:dev
Change Summary
Overview
Added SWAPI housekeeping processing and CDF attribute
New Files
Updated Files
Testing