Navigation
Journal Topics
Site Stuff
Author Archives: weisen
J Perinatology paper
My colleagues in Psychology have a paper out this month including results from my neonate image segmentation work. This study was a huge collaborative effort, including lots of late nights and weekends at the scanner for me. I’m glad to … Continue reading
MICCAI 2011
I’ll be at MICCAI for the full week, starting Saturday. I’m presenting poster P7-159-M (Monday at 3pm, Section P7: Segmentation) on some fun segmentation work. Drop me a line if you’d like to talk sometime or stop by my poster … Continue reading
Upcoming Workshop on Image Analysis of Human Brain Development
If you’re studying methods for image analysis relating to brain development, there will be a workshop at MICCAI 2011 called, appropriately, Image Analysis of Human Brain Development. I probably will not be submitting a paper, as I should have a … Continue reading
Coarse-grained parallelism in bash
We’ve spent a good deal of time writing (often-complicated) multi-threaded code in order to take advantage of our multi-core machines. Our lab has two central compute servers, one with four quad-core processors, and another with six, and we have a … Continue reading
Git revision control
For revision control, I’ve been using git for about a year, with mostly (see below) good success. I haven’t compared it to other distributed revision control systems, but have cut my teeth on the original SCCS, followed by RCS, CVS, … Continue reading
And *why* I’m building PySide on the Mac
So I’m building PySide on the Mac as part of a new medical imaging endeavor. For years I’ve wanted a usable mashup of ITK, VTK, Python, and Qt as a medical imaging toolkit. Add numpy and scipy on the Python side, … Continue reading
Building PySide on the Mac
So I’m building PySide on the Mac as part of a new imaging endeavor and after struggling with tons of: type ‘…’ is specified in typesystem, but not defined. This could potentially lead to compilation errors. errors, I realized that ‘/usr/include’ was … Continue reading
Solution for iTunes: “Credit card processing is temporarily unavailable.”
Slightly off the beaten path, but I like to document this stuff publicly in case someone stumbles here via Google: The solution for: Credit card processing is temporarily unavailable. You may continue to browse the store. Please try to make … Continue reading
Posted in Uncategorized
Leave a comment
Configuring which Google Apps Calendars are Sync’d to iOS 4.0 via ActiveSync
If you’re using the “Exchange” method of synchronizing calendars and notice that not all of your multiple calendars from your Google Apps for Domains setup are being sync’d down, follow these instructions: http://www.google.com/support/mobile/bin/answer.py?answer=139206 Basically, for those in the know, it’s … Continue reading
Applescript to reload a web page in DevonThink Pro via Harvard’s EZ-Proxy
Whipped this up this morning. The Error -128 exception is from one of DT’s own scripts, so I’m not sure what that error is, precisely. Feel free to comment as I’m a novice at AppleScript. tell application id "com.devon-technologies.thinkpro2" … Continue reading