Skip to content

Instantly share code, notes, and snippets.

@sween
Created December 1, 2009 22:20
Show Gist options
  • Save sween/246703 to your computer and use it in GitHub Desktop.
Save sween/246703 to your computer and use it in GitHub Desktop.
# Rip through some DICOM, and anonymize
require 'rubygems'
require 'dicom'
require 'benchmark'
a = DICOM::Anonymizer.new
a.add_folder("/Users/sween/Desktop/DICOMA")
puts Benchmark.measure { a.execute }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment