Skip to content

Instantly share code, notes, and snippets.

@run4flat
run4flat / gist:3013911
Created June 28, 2012 21:10 — forked from jberger/gist:3012794
PGPS gaussian width app
#!/usr/bin/env perl
use strict;
use warnings;
use PDL;
use PDL::Image2D;
use PDL::Fit::Gaussian;
use Prima;
use PDL::Graphics::Prima::Simple -sequential;