https://community.libre.space/t/generating-accurate-tle-for-rotator-pointing/12006?u=hubert-nuspace
hey all, I’ve tried to get this generic IQ sink to work, but it seems that whatever modification i make to the flowgraph isn’t being taken place. Our station is set up using the ubuntu installation process detailed here: Ubuntu - Client Installation - SatNOGS Wiki
For example: I wanted to see if i could get an IQ recording direct from the soapy source. I queued an observation up here SatNOGS Network - Observation 9895987
Steps i’ve done:
- Modified the satnogs_fsk.grc as well as the satnogs afsk1200 ax.25 flowgraph in satnogs-flowgraph/generic. set new IQ sink file path to a desktop folder.
- Disable the old IQ sink block post dopplercorrection.
- Rebuilt the satnogs-flowgraph using cmake, make and sudo make install.
- Confirmed that the python file installed to /usr/local/bin by sudo make install has the file path we set above.
- Restart satnogs-client.service and confirm reboot.
Instead, the iq dump is still happening after the doppler correction ( i see it in /tmp/.satnogs/ instead of the file path i’ve defined), showing that the file the satnogs-client is using isn’t the one i’ve modified. How do i tell which flowgraph is being used? I’m going off the transmitter modes but I cant see any debug messages in the log that tells me which python file is being ran. The metadata doesn’t show me which python file is being ran as well.
I need the IQ file because I would like to perform RFFFT and RFPLOT on it subsequently to improve our TLE creation method as linked at the very top.