Oct articles

On Working with 3D Data

The ideas are straightforward; the problem is how these ideas are expressed through various programming APIs.The cast of characters: space handedness, image coordinate systemsDiscrete vs continuous spacesDomain issues: MRC filesGranularityConsider an arbitrary 3D dataset. We rarely think of 3D data apart from some space and …

"Ready, Fire, Aim!"

"Ready, fire, aim. Do it! Make it happen! Action counts. No one ever sat their way to success."Tom PetersSometimes the exhilaration of solving a problem is so exciting and pressing that there is no design to design. You would like to see a solution now - however ugly. …

Ensure PyPI Publish Action Does Not Fail Because of Wrong Version

Here is the scenario: you run a Github action which automatically publishes to PyPI on new tags (I'm yet to figure out how to publish on push only). Since there are two places to label the new release (the tag and the setup.py file), it is very easy to find …