
AstroBugs
Throwing bugs out every Wednesday
Latest from the Blog
Modular Code
Its often easy to write monolithic code. As always this revelation is one that is perhaps trivial to many who are deep into the development side of things but may not be as clear to those who use code as a little more than a tool. Here I want to provide a demo of one…
Quick Parallelization to get Quicker Code
I spend a lot of time letting models of stars evolve, hours and hours per week. Each model might take anywhere from 5 minutes to 30 minutes to finish (depending on the initial mass of the star, the resolution, and a few other factors that would distract from the main point of this post). The…
Make the makefiles
Sometimes you end up in a command line. Perhaps, like me, its voluntary or perhaps you were compelled into it. Either way you will find yourself there sometimes. One of the most common things I do, and I know my peers do from the command line is run some pipeline. In this post I want…
Daily Code Snippet
# let targets be a target list
# let headers be a header list
for t, h in zip(targets, headers):
foo(t, h)
Get new content delivered directly to your inbox.