-
Notifications
You must be signed in to change notification settings - Fork 14
/
_toc.yml
82 lines (82 loc) · 3.37 KB
/
_toc.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
format: jb-book
root: index
defaults:
caption: Default Caption # See https://github.com/executablebooks/jupyter-book/issues/2009
parts:
- caption: Front matter
chapters:
- file: chapters/0-preamble/acknowledgements/acknowledgements
- file: chapters/0-preamble/license
- file: chapters/0-preamble/disclaimer
- file: CHANGELOG.md
- caption: Before we begin
chapters:
- file: chapters/0-preamble/preface/preface
- file: chapters/0-preamble/reading/reading
- caption: Introducing images
chapters:
- file: chapters/1-concepts/1-images_and_pixels/images_and_pixels
sections:
- file: chapters/1-concepts/1-images_and_pixels/imagej
- file: chapters/1-concepts/1-images_and_pixels/python
- file: chapters/1-concepts/2-measurements/measurements
sections:
- file: chapters/1-concepts/2-measurements/imagej
- file: chapters/1-concepts/2-measurements/python
- file: chapters/1-concepts/3-bit_depths/bit_depths
sections:
- file: chapters/1-concepts/3-bit_depths/imagej
- file: chapters/1-concepts/3-bit_depths/python
- file: chapters/1-concepts/4-colors/colors
sections:
- file: chapters/1-concepts/4-colors/imagej
- file: chapters/1-concepts/4-colors/python
- file: chapters/1-concepts/5-pixel_size/pixel_size
sections:
- file: chapters/1-concepts/5-pixel_size/imagej
- file: chapters/1-concepts/5-pixel_size/python
- file: chapters/1-concepts/6-files/files
sections:
- file: chapters/1-concepts/6-files/imagej
- file: chapters/1-concepts/6-files/python
- caption: Processing & analysis
chapters:
- file: chapters/2-processing/1-processing_and_analysis/processing_and_analysis
- file: chapters/2-processing/2-point_operations/point_operations
sections:
- file: chapters/2-processing/2-point_operations/imagej
# - file: chapters/2-processing/2-point_operations/python
- file: chapters/2-processing/3-thresholding/thresholding
sections:
- file: chapters/2-processing/3-thresholding/imagej
# - file: chapters/2-processing/3-thresholding/python
- file: chapters/2-processing/4-filters/filters
sections:
- file: chapters/2-processing/4-filters/imagej
# - file: chapters/2-processing/4-filters/python
- file: chapters/2-processing/5-morph/morph
sections:
- file: chapters/2-processing/5-morph/imagej
# - file: chapters/2-processing/5-morph/python
- file: chapters/2-processing/6-transforms/transforms
sections:
- file: chapters/2-processing/6-transforms/imagej
# - file: chapters/2-processing/6-transforms/python
- file: chapters/2-processing/7-multidimensional_processing/multidimensional_processing
sections:
- file: chapters/2-processing/7-multidimensional_processing/imagej
# - file: chapters/2-processing/7-multidimensional_processing/python
- caption: Fluorescence microscopy
chapters:
- file: chapters/3-fluorescence/1-formation_overview/formation_overview
- file: chapters/3-fluorescence/2-formation_spatial/formation_spatial
- file: chapters/3-fluorescence/3-formation_noise/formation_noise
- file: chapters/3-fluorescence/4-microscope_types/microscope_types
- caption: Appendices
chapters:
- file: chapters/appendices/next_steps/next_steps
- file: chapters/appendices/python/python
- file: chapters/appendices/macros/macro_intro
sections:
- file: chapters/appendices/macros/macro_dog
- file: chapters/appendices/macros/macro_simulating