This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # For Batch printing Bruker spectra files to PDF with spectral peaks identified. | |
| # See this post for more details | |
| # https://www.linkedin.com/pulse/batch-print-bruker-pdz-spectra-peaks-identified-using-pymca-l3g6c/ | |
| """ | |
| PDF Report + Batch Summary for XRF Pipeline | |
| - Multi-page PDF with PyPDF2 bookmarks | |
| - Single summary CSV (one row per spectrum, file# as identifier) | |
| """ | |
| import numpy as np |