This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
Adding convert_from_taggroup() function
- Adding
__file__
variable is now always given in dm-script containing the current dm-script file
path - Adding ingore markers
@execdmscript.ignore.start
and@execdmscript.ignore.end
to allow code
that is only executed in direct dm-script calls - Adding
convert_from_taggroup()
function that convertsDigitalMicrograph.Py_TagGroup
to
dict
s,list
s which is the opposite function toconvert_to_taggroup()
- Adding helper documentation in README
- Adding examples for
get_dm_type()
andget_python_type()
- Adding examples for
escape_dm_variable()
andescape_dm_string()
- Adding examples for
convert_from_taggroup()
andconvert_to_taggroup()