Skip to content

Commit

Permalink
add healpix nested md5 hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Jan 14, 2025
1 parent 7ffc2b4 commit 89c842d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ new_updated_numpy_venv
newest-polytope-venv
serializedTree
new_polytope_venv
*.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,6 @@ def int_sqrt(self, i):


# md5 grid hash in form {resolution : hash}
_md5_hash = {}
_md5_hash = {1024: "cbda19e48d4d7e5e22641154878b9b22",
512: "9533855ee8e38314e19aaa0434c310da",
128: "f3dfeb7a5bbbdd13a20d10fdb3797c71"}

0 comments on commit 89c842d

Please sign in to comment.