Atmospheric Effects of Precipitation through Energetic X-Rays (AEPEX) #673
Replies: 3 comments 3 replies
-
Sorry to bother, but I've tried as many methods as I can think of but only get errors when I try this. Could I trouble you for the syntax or process that one would use to decode that sample file with your python decoder? Many thanks! |
Beta Was this translation helpful? Give feedback.
-
Thank you for opening a discussion for AEPEX! I've taken a quick look at lasp@9e098d7 and this is the kind of thing that is needed to support the 70cm telemetry in gr-satellites: a SatYAML file and the telemetry definitions using construct. When the code is ready, send it as a pull request for review. For the S-band radio, more information would be needed to support it, since CCSDS has many variants (some of which are already supported in gr-satellites). If you get more details, share them here. Also, an IQ recording would help. |
Beta Was this translation helpful? Give feedback.
-
Thank you both for all the work to get another LASP satellite into gr-satellites! I fed the provided .BIN sample data file into a GNU Radio flowgraph using the newly added support for AEPEX... ... and the output frame matches the source: ... I'll attach the telemetry decoder output here if you would like to review it to confirm that Amateur end-users such a myself are processing your data correctly! |
Beta Was this translation helpful? Give feedback.
-
Introduction
Our team at the Laboratory for Atmospheric and Space Physics (LASP) at the University of Colorado Boulder (CU) is preparing for the launch and commissioning of AEPEX in the near-future (2025). We would like to add gr-satellites support for AEPEX telemetry.
LASP has previously created decoders for the following missions: CUTE, CTIM, CIRBE
AEPEX Mission
AEPEX is a 6U CubeSat that will study radiation belt losses through energetic particle precipitation (EPP) in the upper atmosphere, magnetopause shadowing, and wave-particle interactions. It uses a novel method to distinguish and quantify the impacts of these different components by measuring flux, spectrum, spatial scales, and temporal scales of EPP.
Spacecraft Radios
I have collected this information on the spacecraft radios. Please let me know if more info is needed!
Decoder
In the next few days I will submit a pull request for the decoder I have built for AEPEX, from this fork of gr-satellites.
For testing purposes, I have uploaded the file "aepex_beacons.bin" within "aepex_beacons.zip", which can be decoded with the aepex_70cm.py decoder.
aepex_beacons.zip
Beta Was this translation helpful? Give feedback.
All reactions