Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 460 Bytes

File metadata and controls

5 lines (5 loc) · 460 Bytes

This script is designed to process an unlimited number of *.inp-files created for TOPAS from a directory. It reads the files, extracts relevant information, and writes the data to an Excel file. Each file results in a sheet within the excel file. The naming of the sheets is generated automatically form the file names, by splitting at the last "_", removing ".inp" from the end. Works for standard str or hkl_is phases. uses python modules: os, pandas, glob