We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a1c2c3 + 2ad9ed5 commit c9f8a6dCopy full SHA for c9f8a6d
data/cameras.xml
@@ -17125,6 +17125,9 @@
17125
</CFA>
17126
<Crop x="46" y="28" width="-24" height="-32"/>
17127
<Sensor black="0" white="16383"/>
17128
+ <Aliases>
17129
+ <Alias>P45+</Alias>
17130
+ </Aliases>
17131
<ColorMatrices>
17132
<ColorMatrix planes="3">
17133
<ColorMatrixRow plane="0">5053 -24 -117</ColorMatrixRow>
data/cameras.xsd
@@ -285,7 +285,7 @@
285
</xs:complexType>
286
<xs:simpleType name="AliasTypeType">
287
<xs:restriction base="xs:string">
288
- <xs:pattern value="[a-zA-Z0-9 \-,/]{4,27}"/>
+ <xs:pattern value="[a-zA-Z0-9 \-,/+]{4,27}"/>
289
<xs:minLength value="4"/>
290
<xs:maxLength value="27"/>
291
</xs:restriction>
0 commit comments