You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

xps-export

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xps-export

XPS-Export is a tool designed to facilitate the conversion of SPE, ANG, SXI, and PRO files from X-ray Photoelectron Spectroscopy (XPS) measurements into a format that is both human- and Python-readable. This streamlined conversion ensures easy access, readability, and visualization of measurement data for further analysis and interpretation.

1.0.9
pipPyPI
Maintainers
1

XPS-Export: XPS Data Conversion for Human and Python Readability

XPS-Export is a Python-based tool designed to facilitate the conversion of SPE, ANG, SXI, and PRO files from X-ray Photoelectron Spectroscopy (XPS) measurements into a format that is both human- and Python-readable. This streamlined conversion ensures easy access, readability, and visualization of measurement data for further analysis and interpretation.

XPS-Export was developed to streamline the analysis and sharing of XPS measurement data, making it accessible for scientists and engineers.

Feel free to contribute improvements or report issues to enhance this tool for the XPS community!

Key Features

  • Comprehensive Data Transformation:
    Converts raw XPS measurement files into a structured and accessible format.

  • Output as a ZIP Archive:
    The conversion process generates a ZIP file containing multiple organized files for enhanced usability.

ZIP File Contents:

  • Metadata File:

    • metadata.xml: A detailed XML file containing all header data.
    • The data is condensed and presented in an easily readable, descriptive format.
  • Measurement Data:

    • Each measurement is saved as a tab-separated CSV file with a header line.
    • CSV filenames are derived from the measurement descriptions.
  • Visual Representation:

    • For every measurement, a PDF plot is generated to visualize the data.
    • PDF filenames correspond to the measurement descriptions.

Benefits

  • Human-Readable:
    The condensed XML metadata and descriptive filenames ensure clarity for manual review.

  • Machine-Friendly:
    The CSV format enables seamless integration with Python and other data processing workflows.

  • Efficient Visualization:
    Auto-generated PDF plots provide quick insights into measurement trends and values.

  • Organized Output:
    The ZIP file structure ensures all related data is packaged together for easy sharing and storage.

Applications

  • Post-experiment analysis of XPS measurements.
  • Integration into automated workflows for advanced data analysis.
  • Creation of visual representations for reports or presentations.

Installation and Usage

  • Instalation:

    • Python >= 3.1
    • pip >= 22.0.2
    • pip install xps-export
  • Run the Script:

    xps-export --help
    
     usage: xps-export.py [-h] [--create-plots] [--create-csv]
                          input_file output_file
     
     Utility for parsing files to XML.
     
     positional arguments:
       input_file      Path to the XPS file.
       output_file     Path to the output file (without extention). default: input_file (without extention).  
     
     options:
       -h, --help      show this help message and exit
       --skip-plots    Don't generate plots.
       --skip-csv      Don't generate CSV files.
       
    xps-export test/SGL_reduced.spe
    
     When utilizing xps-export, please cite it using the following DOI: 10.5281/zenodo.14269021
     Exporting data from test/SGL_reduced.spe to test/SGL_reduced.zip
     Export finished.
    
    
  • Output:
    The ZIP file containing metadata, CSVs, and PDFs will be saved as {output_file}.zip .

Developers and Designers

Richard W. van Nieuwenhoven nieuwenhoven@iap.tuwien.ac.at Johannes Prisslan e12042169@student.tuwien.ac.at Kai Alexander Schwenzfeier schwenzfeier@iap.tuwien.ac.at Markus Valtiner markus.valtiner@tuwien.ac.at

Keywords

xps spe ang sxi pro conversion

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts