-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathCustomDictionary.xml
More file actions
38 lines (38 loc) · 981 Bytes
/
CustomDictionary.xml
File metadata and controls
38 lines (38 loc) · 981 Bytes
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
<!--Custom Distionary for ASCOM-->
<Dictionary>
<Words>
<Unrecognized>
<!--<Word>az</Word>-->
</Unrecognized>
<Recognized>
<Word>ASCOM</Word>
<Word>Elev</Word>
<Word>Unpark</Word>
<!--<Word>CanAltAz</Word>
<Word>CanLatLongElev</Word>-->
</Recognized>
<!--<Deprecated>
<Term PreferredAlternate=""></Term>
</Deprecated>
<Compound>
<Term CompoundAlternate=""></Term>
</Compound>
<DiscreteExceptions>
<Term></Term>
</DiscreteExceptions>-->
</Words>
<Acronyms>
<CasingExceptions>
<!--ASCOM is this way-->
<Acronym>ASCOM</Acronym>
<!-- Camera Sensor type strings-->
<Acronym>RGGB</Acronym>
<Acronym>CMYG</Acronym>
<Acronym>CMYG2</Acronym>
<Acronym>LRGB</Acronym>
<!--more abbreviations-->
<Acronym>Az</Acronym>
<Acronym>Ra</Acronym>
</CasingExceptions>
</Acronyms>
</Dictionary>