diff --git a/.gitignore b/.gitignore index c6ba4ab..b148f02 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ docs/build/ *.rej node_modules .CondaPkg -.vscode \ No newline at end of file +.vscode +*.png \ No newline at end of file diff --git a/Project.toml b/Project.toml index 64f4347..673ca57 100644 --- a/Project.toml +++ b/Project.toml @@ -6,10 +6,18 @@ version = "0.1.0" [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" +ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" YAXArrays = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c" Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99" [compat] +CondaPkg = "0.2" +DataStructures = "0.18" +ProgressMeter = "1.10" +PythonCall = "0.9" +YAXArrays = "0.5" +Statistics = "1.10" +Zarr = "0.9" julia = "1.10" diff --git a/src/UnpackSinTiles.jl b/src/UnpackSinTiles.jl index 27f2921..6753208 100644 --- a/src/UnpackSinTiles.jl +++ b/src/UnpackSinTiles.jl @@ -5,6 +5,7 @@ module UnpackSinTiles using Statistics using DataStructures using PythonCall + using ProgressMeter hdf(f) = @pyconst(pyimport("pyhdf.SD").SD)(f) export hdf