-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
186 lines (174 loc) · 9.4 KB
/
mkdocs.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
site_name: USGS Astrogeology Software Docs
theme:
name: material
custom_dir: custom_theme/
icon:
annotation: material/chevron-right-circle
font:
text: Inter
code: Roboto Mono
features:
- navigation.tabs
- navigation.path
- navigation.indexes
- search.suggest
- search.suggest
- content.code.copy
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to dark mode
nav:
- Home: index.md
- Getting Started:
- Home: getting-started/index.md
- CSM Stack:
- Generating an ISD, creating a CSM model, and converting coordinates: getting-started/csm-stack/image-to-ground-tutorial.ipynb
- Knoten - Basic Camera Operations: getting-started/csm-stack/knoten-camera-tutorial.ipynb
- "Using ISIS: First Steps":
- Introduction to ISIS: getting-started/using-isis-first-steps/introduction-to-isis.md
- Locating and Ingesting Image Data: getting-started/using-isis-first-steps/locating-and-ingesting-image-data.md
- Adding SPICE: getting-started/using-isis-first-steps/adding-spice.md
- Exporting ISIS Data: getting-started/using-isis-first-steps/exporting-isis-data.md
- ISIS FAQ: getting-started/using-isis-first-steps/isis-faq.md
- Using Ale:
- Generating an ISD: getting-started/using-ale/isd-generate.md
- Archive:
- Demos and Workshops: getting-started/archive/isis-demos-and-workshops.md
- How-To Guides:
- Home: how-to-guides/index.md
- Environment Setup and Maintenance:
- Installing ISIS Via Anaconda: how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda.md
- Anaconda in a Network Environment: how-to-guides/environment-setup-and-maintenance/anaconda-in-a-network-environment.md
- SPICE Kernel Updates in ISIS: how-to-guides/environment-setup-and-maintenance/spice-kernel-updates-in-isis.md
- Adding USGSCSM Plugin to ISIS: how-to-guides/environment-setup-and-maintenance/adding-usgscsm-plugin-to-isis.md
- SPICE:
- Creating Spice Config Files in SpiceQL: how-to-guides/SPICE/creating-spice-config-files-in-spiceql.md
- Image Processing:
- Map Projecting Images: how-to-guides/image-processing/map-projecting-images.md
- Removing Striping Noise: how-to-guides/image-processing/removing-striping-noise.md
- General Utility with FX: how-to-guides/image-processing/general-utility-with-fx.md
- Bundle Adjustment in ISIS: how-to-guides/image-processing/bundle-adjustment-in-isis.md
- ISIS Demos:
- Interactive Online Demos: how-to-guides/demos/isis-demos.md
- Software Management:
- LTS Release Process: how-to-guides/software-management/lts-release-process.md
- Deprecation: how-to-guides/software-management/deprecation.md
- Public Release Process: how-to-guides/software-management/public-release-process.md
- Software Support: how-to-guides/software-management/software-support.md
- Guidelines for Reporting Issues: how-to-guides/software-management/guidelines-for-reporting-issues.md
- Guidelines for Pull Requests: how-to-guides/software-management/guidelines-for-pull-requests.md
- ISIS Release Schedule: how-to-guides/software-management/isis-release-schedule.md
- ISIS Developer Guides:
- Getting Started Contributing to ISIS: how-to-guides/isis-developer-guides/contributing-to-isis.md
- How To Write ISIS Tests with CTest and GTest: how-to-guides/isis-developer-guides/writing-isis-tests-with-ctest-and-gtest.md
- App Testing CookBook: how-to-guides/isis-developer-guides/app-testing-cookbook.md
- Class Requirements For Using Doxygen Tags: how-to-guides/isis-developer-guides/class-requirements-for-using-doxygen-tags.md
- Developing ISIS3 with cmake: how-to-guides/isis-developer-guides/developing-isis3-with-cmake.md
- ISIS Development on the Mac M1 ARM System: how-to-guides/isis-developer-guides/developing-mac-m1-arm-systems.md
- Building and Contributing to ISIS Tutorial: how-to-guides/isis-developer-guides/building-and-contributing-to-isis-tutorial.md
- Obtaining, Maintaining, and Submitting Test Data: how-to-guides/isis-developer-guides/obtaining-maintaining-submitting-test-data.md
- ISIS Programming Exercises:
- Exercise 1: how-to-guides/isis-developer-guides/exercise-1.md
- Exercise 2: how-to-guides/isis-developer-guides/exercise-2.md
- ALE Developer Guides:
- Creating Ale Drivers: how-to-guides/ale-developer-guides/creating-ale-drivers.md
- Concepts:
- Home: concepts/index.md
- Glossary: concepts/glossary.md
- ALE:
- Ale Driver Architecture: concepts/ale/ale-driver-architecture.md
- Camera Geometry and Projections:
- Camera Geometry: concepts/camera-geometry-and-projections/camera-geometry.md
- Learning About Map Projections: concepts/camera-geometry-and-projections/learning-about-map-projections.md
- ISIS Fundamentals:
- ISIS Cube Format: concepts/isis-fundamentals/cube-format.md
- ISIS Label Dictionary: concepts/isis-fundamentals/label-dictionary.md
- ISIS Attached Spice Format: concepts/isis-fundamentals/spice-format.md
- ISIS Kernel Load Selection: concepts/isis-fundamentals/kernel-selection.md
- Bit Types: concepts/isis-fundamentals/bit-types.md
- Special Pixels: concepts/isis-fundamentals/special-pixels.md
- Command Line Usage: concepts/isis-fundamentals/command-line-usage.md
- Preference Dictionary: concepts/isis-fundamentals/preference-dictionary.md
- Error Dictionary: concepts/isis-fundamentals/error-dictionary.md
- Session Logs: concepts/isis-fundamentals/session-logs.md
- SPICE:
- SPICE Overview: concepts/spice/spice-overview.md
- SPICE Position Functions and Requirements: concepts/spice/spice-position-functions-and-requirements.md
- Image Processing:
- The Power of Spatial Filters: concepts/image-processing/the-power-of-spatial-filters.md
- Overview of Noise and Artifacts: concepts/image-processing/overview-of-noise-and-artifacts.md
- Overview of Radiometric Calibration: concepts/image-processing/overview-of-radiometric-calibration.md
- Control Networks:
- Automatic Registration: concepts/control-networks/automatic-registration.md
- Autoseed: concepts/control-networks/autoseed.md
- Image Registration: concepts/control-networks/image-registration.md
- Multi-Instrument Registration: concepts/control-networks/multi-instrument-registration.md
- ISIS Control Networks: concepts/control-networks/isis-control-networks.md
- Pattern Matching: concepts/control-networks/pattern-matching.md
- Sensor Models:
- Reference Frames: concepts/sensor-models/reference-frames.md
- Sensor Models: concepts/sensor-models/sensor-models.md
- Sensor Model Software: concepts/sensor-models/sensor-model-software.md
- History:
- ISIS History: concepts/history/isis-history.md
- Manuals: manuals/index.md
extra_css:
- css/neoteroi-mkdocs.css
- css/extras.css
- https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/css/common.css
- https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/css/custom.css
extra_javascript:
- https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/js/uswds-init.min.js
- https://asc-public-docs.s3.us-west-2.amazonaws.com/common/uswds/3.6.0/js/uswds.min.js
plugins:
- search
- mknotebooks
- mermaid2
markdown_extensions:
- codehilite
- neoteroi.cards
- abbr
- tables
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- def_list
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- toc:
title: On this page
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets:
auto_append:
- definitions.md
- pymdownx.tabbed:
alternate_style: true