infostellarinc / starcoder

A server to read/write data from/to the stars, written in Go.
GNU General Public License v3.0
21 stars 13 forks source link

Fix flowgraphs #171

Closed reiinakano closed 5 years ago

reiinakano commented 5 years ago

waterfall_image_file_path did not exist in some flowgraphs.

vaelen commented 5 years ago

Can you explain what was broken with the FSK_CCSDS flowgraph? This is being actively used by SA Catapult for TT&C.

reiinakano commented 5 years ago

Oh, this is purely for Starpass v2. It didn't have a waterfall_image_file path parameter (previously it was directly sent instead of written to file). Functionally it should stay the same.

reiinakano commented 5 years ago

I also increased FFT size for the waterfall to make it consistent with our other flowgraphs. For some reason it was configured differently