Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 618 Bytes

File metadata and controls

15 lines (9 loc) · 618 Bytes

labpdfprocapp Utility

The diffpy.labpdfproc.labpdfprocapp module provides both a command-line (CLI) and graphical user interface (GUI) for processing diffraction data, applying absorption correction, and saving the output files.

  • get_args(): This function parses all CLI arguments.
  • gooey_parser(): This function provides a GUI for argument input.
  • main(): This function validates all arguments, performs preprocessing, and saves the output files.

For a more in-depth tutorial for how to get started, click :ref:`here <labpdfprocapp Example>`.