vela.jl

A Bayesian pulsar timing and noise analysis package.

https://github.com/abhisrkckl/vela.jl

Science Score: 54.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
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.9%) to scientific vocabulary

Keywords

astronomy-astrophysics data-analysis pulsars
Last synced: 6 months ago · JSON representation ·

Repository

A Bayesian pulsar timing and noise analysis package.

Basic Info
Statistics
  • Stars: 14
  • Watchers: 1
  • Forks: 3
  • Open Issues: 22
  • Releases: 7
Topics
astronomy-astrophysics data-analysis pulsars
Created about 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Citation

README.rst

Vela
----
.. image:: https://img.shields.io/badge/docs-dev-blue.svg
   :target: https://abhisrkckl.github.io/Vela.jl/dev
   :alt: docs-dev

.. image:: https://github.com/abhisrkckl/Vela.jl/actions/workflows/Vela-CI.yml/badge.svg
   :target: https://github.com/abhisrkckl/Vela.jl/actions
   :alt: CI Status

.. image:: https://coveralls.io/repos/github/badges/shields/badge.svg?branch=master
   :target: https://coveralls.io/github/badges/shields?branch=master
   :alt: Coverage

.. image:: https://img.shields.io/badge/License-GPLv3-yellow.svg
   :target: LICENSE
   :alt: License: GPLv3

.. image:: https://img.shields.io/badge/arXiv-2412.15858-b31b1b.svg
   :target: https://arxiv.org/abs/2412.15858
   :alt: arXiv

.. image:: https://img.shields.io/badge/arXiv-2505.10141-b31b1b.svg
   :target: https://arxiv.org/abs/2505.10141
   :alt: arXiv


A Bayesian pulsar timing and noise analysis package.

The documentation can be found `here `_.

If you use this package please cite the papers given in the `citation file `_.

Owner

  • Name: Abhimanyu Susobhanan
  • Login: abhisrkckl
  • Kind: user

Citation (CITATION.bib)

@article{Susobhanan2025a,
    author = {Susobhanan, Abhimanyu},
    title = {Bayesian Pulsar Timing and Noise Analysis with Vela.jl: An Overview},
    journal = {The Astrophysical Journal},
    year = {2025},
    month = {feb},
    doi = {10.3847/1538-4357/adaaec},
    url = {https://dx.doi.org/10.3847/1538-4357/adaaec},
    publisher = {The American Astronomical Society},
    volume = {980},
    number = {2},
    pages = {165},
}

@article{Susobhanan2025b,
       author = {Susobhanan, Abhimanyu},
        title = {Bayesian pulsar timing and noise analysis with Vela.jl: the wideband paradigm},
      journal = {arXiv e-prints},
         year = {2025},
        month = {may},
          eid = {arXiv:2505.10141},
        pages = {arXiv:2505.10141},
          doi = {10.48550/arXiv.2505.10141},
archivePrefix = {arXiv},
       eprint = {2505.10141},
 primaryClass = {astro-ph.IM},
}

GitHub Events

Total
  • Create event: 49
  • Release event: 5
  • Issues event: 86
  • Watch event: 13
  • Delete event: 1
  • Issue comment event: 98
  • Public event: 1
  • Push event: 678
  • Pull request review event: 8
  • Pull request review comment event: 12
  • Pull request event: 166
  • Fork event: 3
Last Year
  • Create event: 49
  • Release event: 5
  • Issues event: 86
  • Watch event: 13
  • Delete event: 1
  • Issue comment event: 98
  • Public event: 1
  • Push event: 678
  • Pull request review event: 8
  • Pull request review comment event: 12
  • Pull request event: 166
  • Fork event: 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 35
  • Total pull requests: 75
  • Average time to close issues: 15 days
  • Average time to close pull requests: 5 days
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 0.34
  • Average comments per pull request: 0.81
  • Merged pull requests: 53
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 35
  • Pull requests: 75
  • Average time to close issues: 15 days
  • Average time to close pull requests: 5 days
  • Issue authors: 4
  • Pull request authors: 2
  • Average comments per issue: 0.34
  • Average comments per pull request: 0.81
  • Merged pull requests: 53
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • abhisrkckl (32)
  • dlakaplan (12)
  • paulray (2)
  • scottransom (1)
Pull Request Authors
  • abhisrkckl (86)
  • dlakaplan (4)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Dependencies

.github/workflows/Vela-CI.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/docs-CI.yml actions
  • actions/checkout v3 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/pyvela-CI.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/setup-julia v2 composite
setup.py pypi
  • numpy *