-
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
Lo pkt definitions for housekeeping, sectored, angular,and priority counts #158
Lo pkt definitions for housekeeping, sectored, angular,and priority counts #158
Conversation
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.
besides that one comment about local path, it looks good to me.
for certain number of packets. Change values where TODO is | ||
""" | ||
|
||
# TODO: change instrument name |
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.
since this won't change, we can delete this TODO
module_path = f"{current_directory}/../../imap_processing" | ||
packet_definition_path = f"{module_path}/{instrument_name}/packet_definitions" | ||
# TODO: Copy packet definition to tools/xtce_generation/ folder | ||
path_to_excel_file = ( |
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.
I would avoid committing local path.
I would do something like this
path_to_excel_file = f"{current_directory}/TLM_COD_20230629-110638(update).xlsx"
all someone else would need to do is copy excel file to tools/xtce_generation/
and update excel filename as needed if it's different.
1c617e6
into
IMAP-Science-Operations-Center:dev
…ounts (IMAP-Science-Operations-Center#158) Added pkt definitions for housekeeping, sectored, angular,and priority counts.
…ounts (IMAP-Science-Operations-Center#158) Added pkt definitions for housekeeping, sectored, angular,and priority counts.
Change Summary
I added the rest of codice lo packets in xtce format. Also deleted some files that where not being used. changed directory to not be uppercase
Overview
Added codice packet definitions.
New Files
xtce_generator_codice.py
7 packet definitions in xtce format
Deleted Files
decom_python_example.py
example_xtce.xml
xtce_generator_template.py