Open demisjohn opened 4 years ago
Also set to All Caps. IMG: 15char max Invalid characters: no spaces, comma, semicolon, any type of parentheses/brackets, most other punctuation except shown below valid characters: alphanumerics, period, dash, underscore, %, +,
From ASML GUI: Reticle "logical reticle identification string" allowed chars:
A–Z 0–9 <space> . $ % / + -
24 chrs, all caps
Added sanitization to spec in Image.py, similar to #31 .
Must check character length and invalid characters in
Image.ImageID
andImage.ReticleID
inImage.__init__
.