Skip to content
Snippets Groups Projects
Commit e3e3ee65 authored by Dave Casper's avatar Dave Casper
Browse files

Merge branch 'master-tracker-iddict' into 'master'

Correct inaccurate comment

See merge request faser/calypso!46
parents 0f79a1fb 71590da0
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,9 @@ ...@@ -33,8 +33,9 @@
</field> </field>
<field name="side"> <field name="side">
<label name="Upstream" value="0" /> <!-- The "upper" side is the side with the pigtail -->
<label name="Downstream" value="1" /> <label name="Upper" value="0" />
<label name="Lower" value="1" />
</field> </field>
<region> <region>
...@@ -43,7 +44,7 @@ ...@@ -43,7 +44,7 @@
<range field="layer" values="Upstream Central Downstream" /> <range field="layer" values="Upstream Central Downstream" />
<range field="phi_module" values="Bottom LowerMiddle UpperMiddle Top" wraparound="FALSE" /> <range field="phi_module" values="Bottom LowerMiddle UpperMiddle Top" wraparound="FALSE" />
<range field="eta_module" values="Starboard Port" wraparound="FALSE" /> <range field="eta_module" values="Starboard Port" wraparound="FALSE" />
<range field="side" values="Upstream Downstream" /> <range field="side" values="Upper Lower" />
<range field="strip" minvalue="0" maxvalue="767" /> <range field="strip" minvalue="0" maxvalue="767" />
</region> </region>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment