Skip to content

Commit c9f8a6d

Browse files
authored
Merge pull request #728 from kmilos/kmilos/phaseone_aliases
Add Phase One P45+ alias
2 parents 6a1c2c3 + 2ad9ed5 commit c9f8a6d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

data/cameras.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17125,6 +17125,9 @@
1712517125
</CFA>
1712617126
<Crop x="46" y="28" width="-24" height="-32"/>
1712717127
<Sensor black="0" white="16383"/>
17128+
<Aliases>
17129+
<Alias>P45+</Alias>
17130+
</Aliases>
1712817131
<ColorMatrices>
1712917132
<ColorMatrix planes="3">
1713017133
<ColorMatrixRow plane="0">5053 -24 -117</ColorMatrixRow>

data/cameras.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
</xs:complexType>
286286
<xs:simpleType name="AliasTypeType">
287287
<xs:restriction base="xs:string">
288-
<xs:pattern value="[a-zA-Z0-9 \-,/]{4,27}"/>
288+
<xs:pattern value="[a-zA-Z0-9 \-,/+]{4,27}"/>
289289
<xs:minLength value="4"/>
290290
<xs:maxLength value="27"/>
291291
</xs:restriction>

0 commit comments

Comments
 (0)