It would be tidier to have just one command line tool for the electron diffraction code base, which at the moment includes a writer for singla and a converted for mrc. This could be done by adding a new subparser to the main parser in ED_nexus and then calling to the functions used by the mrc conversion.
It would be tidier to have just one command line tool for the electron diffraction code base, which at the moment includes a writer for singla and a converted for mrc. This could be done by adding a new subparser to the main parser in
ED_nexusand then calling to the functions used by the mrc conversion.