fiducia

An open source package for DANTE signal analysis using the cubic spline unfold method.

https://github.com/lanl/fiducia

Science Score: 75.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
    Organization lanl has institutional domain (www.lanl.gov)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

An open source package for DANTE signal analysis using the cubic spline unfold method.

Basic Info
  • Host: GitHub
  • Owner: lanl
  • License: other
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 2.53 MB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 4
  • Open Issues: 48
  • Releases: 0
Created about 5 years ago · Last pushed 10 months ago
Metadata Files
Readme Contributing License Citation

README.md

fiducia

Documentation Status License GitHub Actions — CI codecov GitHub Actions — Style linters

FIDUCIA (C20073): Filtered Diode Unfolder (using) Cubic-spline Algorithm

This is a diode array signal deconvolver based on the cubic splines method. Given time-resolved diode data (e.g. Dante), this code can produce time-resolve x-ray spectra, and radiation temperatures. Functionality is described in Fiducia's online documentation.

Installation

Official releases of Fiducia are published to pypi.org and can simply be pip installed like so: pip install fiducia

More detailed installation instructions can be found here.

License

Fiducia is released under a 3-clause BSD license.

Citing Fiducia

If you use Fiducia in your work, please follow the best practices for citing Fiducia, which can be found here.

Acknowledgements

Development of Fiducia was supported by the U.S. Department of Energy, and the NNSA.

Owner

  • Name: Los Alamos National Laboratory
  • Login: lanl
  • Kind: organization
  • Email: github-register@lanl.gov
  • Location: Los Alamos, New Mexico, USA

Citation (CITATION.md)

If you use Fiducia for work/research presented in a publication (whether 
directly, or as a dependency to another package), we encourage the following 
acknowledgement:

  This research made use of Fiducia, a community-developed Python package for 
  analysis of Dante signals.

and that you cite the following paper(s):

```bib
@article{barnak2020soft,
  title={Soft x-ray spectrum unfold of K-edge filtered x-ray diode arrays using cubic splines},
  author={Barnak, DH and Davies, JR and Knauer, JP and Kozlowski, Pawel Marek},
  journal={Review of Scientific Instruments},
  volume={91},
  number={7},
  pages={073102},
  year={2020},
  publisher={AIP Publishing LLC}
  url={https://doi.org/10.1063/5.0002856}
}
```

GitHub Events

Total
  • Issues event: 10
  • Watch event: 1
  • Issue comment event: 3
  • Member event: 1
  • Push event: 10
  • Pull request event: 1
  • Pull request review event: 10
  • Pull request review comment event: 14
Last Year
  • Issues event: 10
  • Watch event: 1
  • Issue comment event: 3
  • Member event: 1
  • Push event: 10
  • Pull request event: 1
  • Pull request review event: 10
  • Pull request review comment event: 14

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 114
  • Total Committers: 3
  • Avg Commits per committer: 38.0
  • Development Distribution Score (DDS): 0.456
Past Year
  • Commits: 18
  • Committers: 2
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Dan Barnak 7****r 62
pkozlowski p****i@l****v 43
Pawel Kozlowski p****l@p****m 9
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 53
  • Total pull requests: 19
  • Average time to close issues: 10 months
  • Average time to close pull requests: 4 months
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 0.47
  • Average comments per pull request: 0.21
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 7
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 28 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.14
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pmk-LANL (40)
  • lemmatum (8)
  • Plasmacaster (7)
Pull Request Authors
  • pmk-LANL (14)
  • Plasmacaster (9)
Top Labels
Issue Labels
documentation (20) enhancement (17) bug (11) physics (6) tests (2) refactor (2) optimization (1)
Pull Request Labels
enhancement (3)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 8 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 4
  • Total maintainers: 1
pypi.org: fiducia

Filtered Diode Unfolder (using) Cubic-spline Algorithm

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 8 Last month
Rankings
Dependent packages count: 10.0%
Forks count: 16.9%
Stargazers count: 21.5%
Dependent repos count: 21.8%
Average: 22.8%
Downloads: 43.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

docs/requirements.txt pypi
  • ipykernel *
  • ipywidgets *
  • nbsphinx *
  • numpydoc *
  • pillow *
  • pygments >=2.4.1
  • pytest *
  • setuptools-scm *
  • sphinx >=2.4.4
  • sphinx-automodapi >=0.13
  • sphinx-changelog *
  • sphinx-copybutton *
  • sphinx-gallery *
  • sphinx_rtd_theme *
requirements.txt pypi
  • astropy *
  • matplotlib *
  • numpy *
  • pandas *
  • scipy *
  • xarray *
.github/workflows/linters.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/testing.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v1 composite
setup.py pypi