harrison-caudill / pylink

Python Link Budget Tools
BSD 3-Clause "New" or "Revised" License
41 stars 10 forks source link

Need help generating link budget for a simple satellite. Just need connection data. #45

Open TateWalker opened 4 years ago

TateWalker commented 4 years ago

Are there more detailed examples? There is a lot of extra features, and I'd really only like the ability to perform the things mentioned in the bullet points in the README

harrison-caudill commented 4 years ago

@TateWalker sorry for the extremely-belated response. I haven't been monitoring for new tickets.

There are NOT, at present, any more detailed examples. Let's discuss over email the specifics of what you'd like to see. Then, in true college fashion, I'll help you to build out the example, and you can submit it to the repo.

I'll leave this ticket open until we complete this.

ncgeraci commented 3 years ago

I also came across this code and find myself trying to translate an existing Excel link budget calculator into a Python tool as you have genericized here. Specific functionality includes: creating specific ground station files for a network of ~8 sites, and then running link budgets against a generic satellite (single satellite). If you would be willing to discuss over email, I would appreciate the help in taking steps to apply your code base.

harrison-caudill commented 3 years ago

Happy to. @.***

On Fri, Sep 24, 2021, 09:54 ncgeraci @.***> wrote:

I also came across this code and find myself trying to translate an existing Excel link budget calculator into a Python tool as you have genericized here. Specific functionality includes: creating specific ground station files for a network of ~8 sites, and then running link budgets against a generic satellite (single satellite). If you would be willing to discuss over email, I would appreciate the help in taking steps to apply your code base.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/harrison-caudill/pylink/issues/45#issuecomment-926779764, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHQNKU7KXK4HE4JGB6QZSTUDSUL3ANCNFSM4KWKSBSA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

TateWalker commented 3 years ago

If it's of any use, here's the code I ended up with.

harrison-caudill commented 2 years ago

Hey guys. Is there any movement here? Are there any specific requests for examples to be added?

@TateWalker Did you maybe want to contribute your example to the examples folder?