-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIVA presubmission #223
Comments
Hi @pudeIko ! Thanks for submitting the
The README should include, from top to bottom:
When you add CI/CD tests, change the structure from If you plan to submit your package to JOSS, you should first submit it to pyOpenSci. We perform primarily technical/engineering checks, and your package is fast-tracked to JOSS, where reviewers focus on the scientific aspects. |
Hi @SimonMolinsky, I’ve implemented the requested changes and believe the package is now ready, so I’ll proceed with the submission. |
Submitting Author: Wojciech Radoslaw Pudelko (@pudeIko)
Package Name: PIVA
One-Line Description of Package: Visualization and analysis toolkit for experimental data from Angle-Resolved Photoemission Spectroscopy (ARPES)
Repository Link (if existing): https://github.com/pudeIko/piva
EiC: Szymon Molinski (@SimonMolinsky )
Code of Conduct & Commitment to Maintain Package
Description
PIVA (Photoemission Interface for Visualization and Analysis) is a GUI application designed for the interactive and intuitive exploration of large, image-like datasets. While it accommodates the visualization of any multidimensional data, its features are specifically optimized for researchers conducting Angle-Resolved Photoemission Spectroscopy (ARPES) experiments. In addition to numerous image processing tools and the ability to apply technique-specific corrections, PIVA includes an expanding library of functions and methods for detailed fitting and advanced spectral analysis.
Community Partnerships
We partner with communities to support peer review with an additional layer of
checks that satisfy community requirements. If your package fits into an
existing community please check below:
Scope
Please indicate which category or categories this package falls under:
Domain Specific
Data extraction: Within the ARPES community, it is common for each beamline and lab to use their own file formats and conventions, which means one often need a custom script to get everything into a common format. To handle these discrepancies, PIVA comes with a
data_loaders
module that converts them into a standardizedDataset
object. The current version includes specific Dataloader classes implemented for numerous sources and beamlines around the world.Data visualization: The package enables efficient and intuitive exploration of large, image-like datasets. It includes specialized interactive viewers designed to handle 2D, 3D, and 4D datasets, depending on the experimental mode or conditions under which they were collected.
Experimental physicists conducting ARPES measurements. The package provides a comprehensive framework addressing most of the experimenter's needs, including data extraction, inspection, validation, and detailed analysis.
Regarding software tailored for ARPES, two notable packages are ARPES Python Tools and PyARPES. However, they differ significantly from PIVA.
The visualization module in the former is limited to generating static plots and lacks any interactive features.
The latter is focused on post-processing and detailed analysis of the spectra, and is different in the following respects:
data_loader
module contains richer library of data loading scripts for different light sources around the world.Furthermore, PyARPES has not been maintained for several years.
P.S. Have feedback/comments about our review process? Leave a comment here
The text was updated successfully, but these errors were encountered: