Skip to content

Commit

Permalink
Scanrates
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Berenschot committed Dec 3, 2009
1 parent f91e300 commit b3b18ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parse_data.rb
Expand Up @@ -5,8 +5,7 @@
require 'create_image'

class ParseData
# SCAN_RATES = [4,16,32,64,128,256, 512]
SCAN_RATES = [256, 512, 512 * 2]
SCAN_RATES = [4,16,32,64,128,256, 512, 1024, 2048]

def initialize(fp, in_type = 'unknown')
SCAN_RATES.each do |rate|
Expand Down

0 comments on commit b3b18ab

Please sign in to comment.