I've had a productive weekend updating my other Streamlit apps to include tooltips, more explanations of what they do (even with LaTeX equations in some !), fixing bugs, and making the widgets update correctly in response to user inputs. Apart from the "I Can See My Source From Here" observing planning tool, I'm not sure any of these have much use to anyone beyond the HI radio astronomy community, but they're useful for me. Doing these calculations by hand the whole time when I just need a quick single value is a minor irritant I could do without, and these don't seem to exist anywhere else. There are a few more I'll add in due course, but for now it's back to updating the website first.

The only downside of Streamlit is that the apps have to be accessed every 7 days or they go to sleep. Anybody know a good way to automatically access websites ? Preferably on Android since I always have access to my phone. I can't get the "Automate" app to work correctly (just gives an error when accessing the links). "Macrodroid" nearly works. Opens all the links correctly if the phone is awake, but if the screen is locked, it opens two pages... and bizarrely, only opens the rest once I go into macrodroid and check the macro's error logs.

#Astronomy
#Python
#Android

https://github.com/RhysyT/HICalculators/blob/main/README.md

There are no comments yet.