Skip to content

Instantly share code, notes, and snippets.

@sritchie
Created February 7, 2011 05:17
Show Gist options
  • Select an option

  • Save sritchie/814028 to your computer and use it in GitHub Desktop.

Select an option

Save sritchie/814028 to your computer and use it in GitHub Desktop.
(def modis-blanks
(let [offsets [14 11 9 6 4 2 1 0 0 0 0 0 1 2 4 6 9 11 14]]
(union (set (for [x (range 18) y (range (offsets x))] [x y]))
(set (for [x (range 18) y (range (- 36 (offsets x)) 36)] [x y])))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment