Category: Software

Another blog added

Xcorr has some nice posts on coding, Plexon systems, analysis, and whatnot. It was just added to the Recommended Blogs section on the right. Some example posts:
A Plexon C++ API on 64-bit Linux



Data’s killer app

On the topic of the recent app post, I’ve been thinking about an old blog post from Peter Keane. The of his post is, “What is Data’s Killer App?” In it, he pondered the problem of data management.

After a not entirely apt analogy to HTML, Keane suggested that there is no killer app…



Apps

You probably caught the article about the group who runs their laser-trapping experiments using an app they wrote for iOS on the iPad. This sparked a commentary about apps in science. What about some other apps for handheld and tablet computing?

Reference organization

In general, when it comes to…



More MATLAB code for 2p scope design

In the last post, I mentioned how the “minification” factor (the diameter of the PMT detector divided by the diameter or…



MATLAB code for designing collection optics for 2p scopes

The Tsai book chapter from Ron Frostig’s CRC book is a great resource for building your own 2p microscope. In section…



Labrigger Xmas Gift List 2010

Here’s the 2010 Labrigger Xmas Gift List.
Care to add anything?

Beam profiler

Measure the divergence of your laser beam, its stability, uniformity– all kinds of good stuff. These are useful metrics for diagnosing problems with the laser and really nailing the…



Igor Pro and Electrophysiology

Igor Pro is a data analysis environment specialized for 1D time series data. It has some nice features: it handles data scaling beautifully, it has good built-in…



Software for custom 2p scopes

If you build your own two photon scope, you’ll need software. I mainly use the MATLAB-based ScanImage. Vijay Iyer (Janelia Farm) has really made it a slick, stable program. It cosmetically resembles Tom…



Remote desktop software

From time to time, you might catch me on my yacht, running an imaging experiment by remote desktopping into my rig from my laptop. I would use my iPhone, but I can’t fit all the windows for ScanImage onto the screen, even…



TIFFs in MATLAB

MATLAB uses the open source library libtiff to write TIFF files, or they did the last time I asked. I work with multipage TIFFs a lot, and I find MATLAB is not very…



Some OSX programs & tips

This is just a quick post to highlight a few Mac OSX programs & tips that you might find useful.

Programs

Default Folder – This is how all save file dialogs should work. Watch the…



Colorblind-proof two color scheme

The usual color scheme for showing co-localization is to overlay a red image and a green image and have the yellow portions show the sites of co-localization. This is problematic since red-green colorblind people…



TREES: MATLAB toolbox

A new paper in PLoS Computation Biology proposes an elegant formalism for describing neuronal morphology. The reason I’m highlighting it on Labrigger is because the authors have simultaneously released a very extensive, impressive…



PsychoPy

PsychoPy is worth checking out if you need any sort of visual stimulus or psychophysics software. It’s a very nice, extensive program by Jonathan Peirce of the University of Nottingham. As you can tell…



Processing

Processing is a programming language geared towards visual artists, but it comes in handy for a lot of other purposes as well. Here are some of its finer points:

Open source
Integrated IDE (see below)
Lots…