-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathEDF-demo.txt
37 lines (35 loc) · 867 Bytes
/
EDF-demo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// EDF Demo Macro
//
// https://bigwww.epfl.ch/demo/edf/
//
// Daniel Sage
// Biomedical Imaging Group (BIG)
// Ecole Polytechnique Federale de Lausanne (EPFL), Lausanne, Switzerland
//
// 14 June 2017
//
run("Extended Depth of Field (Easy mode)...", "quality='0' topology='1' show-topology='off' show-view='off'");
//
// Description of the arguments
//
// argument quality: Speed/Quality trade-off.
// 0 for fast
// 1 for intermediate speed
// 2 for medium quality / medium speed
// 3 for intermediate quality
// 4 for high quality
//
// argument topology: Topology smoothness
// 0 for no smoothing of the topology
// 1 for weak smoothing
// 2 for medium smoothing
// 3 for strong smoothing
// 4 for very strong smoothing
//
// argument show-topology: Show the topology map
// on
// off
//
// argument show-view: Show the 3D view
// on
// off