Coder Social home page Coder Social logo

Comments (5)

ON4ASG avatar ON4ASG commented on June 10, 2024

AO7, FO-29, CAS-4B, JO-97....all have the same issue

from look4sat.

rt-bishop avatar rt-bishop commented on June 10, 2024

Hey! Thanks for reporting this)
Look4Sat reveices the data from the SatNOGS db in this format:

"uuid": "89NTmbqJEuTGW36fd386Fy", "description": "Mode V/U - Transponder", "alive": true, "uplink_low": 145935000, "uplink_high": 145995000, "downlink_low": 435610000, "downlink_high": 435670000, "mode": "USB", "uplink_mode": "LSB",

When it displays the frequencies it ignores the "high" values and only shows the "low" ones, calculating doppler for them.
It was easier to implement this way because most of the satellites don't have the "high" value and I needed to come up with something from the UI perspective. I'm happy to redo it, but there is always a balance between the amount of data and how to properly display it in the UI.

If showing all the freqs, then we have up to 4 fixed values and up to 4 doppler corrected ones. I can extend the transmitter cell but would like to know how to squeeze all the required data in the best possible way? Your suggestions (and drawings!!!) would be highly appreciated =)

from look4sat.

ON4ASG avatar ON4ASG commented on June 10, 2024

from look4sat.

dl3jop avatar dl3jop commented on June 10, 2024

Hi, I may got a simple solution for it:
I wrote similar satellite tracking program which also parses the satnogs transponder data:
If there is a lower and upper value present I calculate the transponders center frequency as a preset. Using a slider, you can change the frequency.
I guess adding a slider below the transponder frequency box to sweep the frequency between +-60 KHz from the center frequency could be an elegant solution which does not require a complete overhaul of the design?

from look4sat.

ON4ASG avatar ON4ASG commented on June 10, 2024

from look4sat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.