-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fits meta #12
Fits meta #12
Conversation
This section describes the organization the level 0 FITS files. | ||
Level 0 fits files generally include the unconverted data from the raw binary files of ccsds packets. | ||
The purpose of these files is to provide the raw data from the raw binary files in a more convinient form for analysis. | ||
It also provides metadata information which summary the data in the 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.
Change "summary" to "summarizes".
The primary HDU contains no data and is only used for metadata. | ||
The two other HDUs are named `SCI` and `PKT`. | ||
`SCI` includes the event data while `PKT` includes the packet data. | ||
Each data packet may include one of more event therefore there is a one to many relationship between them. |
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 am confused by this. Should it say "Each data packet may include one or more events, therefore there is a one to many..."?
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
==========================================
+ Coverage 55.10% 56.30% +1.20%
==========================================
Files 9 10 +1
Lines 441 595 +154
==========================================
+ Hits 243 335 +92
- Misses 198 260 +62 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
The processed files are available as an artifact: https://github.com/PADRESat/padre_meddea/actions/runs/11897890274/artifacts/2202974458 |
The processed files are available as an artifact: https://github.com/PADRESat/padre_meddea/actions/runs/11898003221/artifacts/2203011293 |
The processed files are available as an artifact: https://github.com/PADRESat/padre_meddea/actions/runs/11898076579/artifacts/2203032657 |
The processed files are available as an artifact: https://github.com/PADRESat/padre_meddea/actions/runs/11900435767/artifacts/2203766993 |
This adds the ability to create fits files for all types of data packets. It also makes a first cut adding appropriate metadata to the files.