issues
search
DiamondLightSource
/
PySIMRecon
Easy to use wrapper for pyCUDAsirecon, allowing the use of DV files without PRIISM
GNU General Public License v3.0
0
stars
2
forks
source link
simplify parsing (only parse once)
#30
Closed
thomasmfish
closed
1 month ago
thomasmfish
commented
1 month ago
No longer parses before and after adding the override arguments, which allows some simplification around required args and
--help
.
namespace_extract_to_dict
gets kwargs dict from
argparse.Namespace
item and a container of argument names.
--help
.namespace_extract_to_dict
gets kwargs dict fromargparse.Namespace
item and a container of argument names.