Project.toml

Thu, 05 Dec 2019 16:50:11 +0200

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 05 Dec 2019 16:50:11 +0200
changeset 11
f1bbdf68f35b
parent 9
1cffd3d07fe2
child 13
bda471ea9d67
permissions
-rw-r--r--

Use Threads.@spawn instead of the broken hang-prone Distributed.
Also fix a few related things.

0
eef71dd7202b Initialise
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
1 name = "ImageTools"
eef71dd7202b Initialise
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
2 uuid = "b548cc0d-4ade-417e-bf62-0e39f9d2eee9"
1
2b4549ab4a18 Add email/name
Tuomo Valkonen <tuomov@iki.fi>
parents: 0
diff changeset
3 authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
0
eef71dd7202b Initialise
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
4 version = "0.1.0"
9
1cffd3d07fe2 Denoising routine for testing + visualisation tools
Tuomo Valkonen <tuomov@iki.fi>
parents: 1
diff changeset
5
1cffd3d07fe2 Denoising routine for testing + visualisation tools
Tuomo Valkonen <tuomov@iki.fi>
parents: 1
diff changeset
6 [deps]
1cffd3d07fe2 Denoising routine for testing + visualisation tools
Tuomo Valkonen <tuomov@iki.fi>
parents: 1
diff changeset
7 AlgTools = "c46e2e78-5339-41fd-a966-983ff60ab8e7"
1cffd3d07fe2 Denoising routine for testing + visualisation tools
Tuomo Valkonen <tuomov@iki.fi>
parents: 1
diff changeset
8 FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
1cffd3d07fe2 Denoising routine for testing + visualisation tools
Tuomo Valkonen <tuomov@iki.fi>
parents: 1
diff changeset
9 Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
1cffd3d07fe2 Denoising routine for testing + visualisation tools
Tuomo Valkonen <tuomov@iki.fi>
parents: 1
diff changeset
10 Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
1cffd3d07fe2 Denoising routine for testing + visualisation tools
Tuomo Valkonen <tuomov@iki.fi>
parents: 1
diff changeset
11 Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1cffd3d07fe2 Denoising routine for testing + visualisation tools
Tuomo Valkonen <tuomov@iki.fi>
parents: 1
diff changeset
12 Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1cffd3d07fe2 Denoising routine for testing + visualisation tools
Tuomo Valkonen <tuomov@iki.fi>
parents: 1
diff changeset
13 Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"

mercurial