This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Improving convert_to_taggroup()
- Adding
invalid_taggroup_key_characterstuple that contains character that are invalid for
DigitalMicrograph TagGroup key names - Adding
replace_invalid_charsparameter toconvert_to_taggroup()to offer automatic replacing
of invalid TagGroup key names - Improving raised errors and their message in
convert_to_taggroup()to explain better what the
error is about - Improve doc comment of
convert_to_taggroup() - Fix
convert_to_taggroup()function by fixing call of a non-existing function due to a typo