vspec
Variable Star PhasE Curve: A Python tool that uses the NASA Planetary Spectrum Generator (PSG) and a variable star model to simulate observations of exoplanets.
Science Score: 44.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.1%) to scientific vocabulary
Keywords
exoplanet
Last synced: 10 months ago
·
JSON representation
·
Repository
Variable Star PhasE Curve: A Python tool that uses the NASA Planetary Spectrum Generator (PSG) and a variable star model to simulate observations of exoplanets.
Basic Info
- Host: GitHub
- Owner: VSPEC-collab
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://vspec-collab.github.io/VSPEC/
- Size: 599 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 7
Topics
exoplanet
Created almost 5 years ago
· Last pushed 11 months ago
Metadata Files
Readme
License
Citation
Authors
docs/readme.rst
.. image:: https://vspec-collab.github.io/VSPEC/latest/_images/vspec_logo.png
:width: 400
:alt: VSPEC Logo
:align: center
|Documentation Status| |MIT license| |EMAC Badge|
.. |Documentation Status| image:: https://github.com/VSPEC-collab/VSPEC/actions/workflows/build-docs.yml/badge.svg
:target: https://vspec-collab.github.io/VSPEC
.. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: https://lbesson.mit-license.org/
.. |EMAC Badge| image:: https://img.shields.io/badge/EMAC-2401--001-blue
:target: https://emac.gsfc.nasa.gov?cid=2401-001
.. image:: https://coveralls.io/repos/github/VSPEC-collab/VSPEC/badge.svg?branch=main
:target: https://coveralls.io/github/VSPEC-collab/VSPEC?branch=main
VSPEC: Variable Star PhasE Curve
================================
VSPEC combines NASA's Planetary Spectrum Generator (PSG) with a custom stellar model
to produce phase curves of variable host + planet systems.
Documentation
-------------
VSPEC's documentation is hosted `here `_.
There you can find a description of the API as well as numerous examples.
How to Cite
-----------
A paper describing the code has been published in *Astronomy & Computing*. Please cite `this paper `_ if you use ``VSPEC``.
Additionally, the ``CITATION.cff`` file in this repository contains citation information for specific ``VSPEC`` versions.
Authors
-------
VSPEC was written by CRESST II post-baccs Cameron Kelahan and Ted Johnson with support
from many others. See Authors.md for more info.
VSPEC is currently maintained by Ted Johnson
Questions
---------
To report bugs, ask questions, and request features please use the Issues page or email the authors.
Contributing
------------
Please reach out if you are interested in contributing to this project!
Owner
- Name: VSPEC-collab
- Login: VSPEC-collab
- Kind: organization
- Repositories: 1
- Profile: https://github.com/VSPEC-collab
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: VSPEC
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Ted
family-names: Johnson
email: ted.johnson@unlv.edu
affiliation: 'NASA GSFC, UNLV'
orcid: 'https://orcid.org/0000-0002-1570-2203'
- given-names: Cameron
family-names: Kelahan
orcid: 'https://orcid.org/0009-0002-0075-8041'
affiliation: NASA GSFC
- given-names: Tobi
family-names: Hammond
affiliation: NASA GSFC
orcid: 'https://orcid.org/0009-0002-5756-9778'
repository-code: 'https://github.com/VSPEC-collab/VSPEC'
abstract: >-
VSPEC (Variable Star PhasE Curve) is an exoplanet modeling
suite that combines NASA’s Planetary Spectrum Generator
(PSG) with a custom variable star (based on the spotty and
xoflares packages).
VSPEC is a general exoplanet observation modeling suite
that is built to be modular. VSPEC can simulate phase
curves of non-transiting planets, transits, eclipses, and
direct-imaging spectroscopy. It uses a noise model from
PSG, which is sophisticated enough to simulate realistic
data for a variety of scenarios.
The original motivation for VSPEC was to create synthetic
datasets of Planetary Infrared Excess (PIE) observations,
but the code is much more general.
keywords:
- Exoplanet
- Open-source
- Planetary Spectrum Generator
license: MIT
version: 1.1.0
GitHub Events
Total
- Release event: 1
- Delete event: 3
- Push event: 16
- Pull request event: 7
- Create event: 4
Last Year
- Release event: 1
- Delete event: 3
- Push event: 16
- Pull request event: 7
- Create event: 4
Packages
- Total packages: 1
-
Total downloads:
- pypi 125 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
- Total maintainers: 1
pypi.org: vspec
Simulate Observations of Exoplanets in Variable Star Systems
- Documentation: https://vspec-collab.github.io/VSPEC/latest/
- License: MIT License Copyright (c) 2023 VSPEC-collab Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
Latest release: 1.1.0
published 12 months ago
Rankings
Dependent packages count: 10.1%
Forks count: 22.6%
Stargazers count: 27.8%
Average: 31.8%
Dependent repos count: 66.6%
Maintainers (1)
Last synced:
11 months ago
Dependencies
.github/workflows/publish-to-pypi.yml
actions
- actions/checkout v4 composite
- actions/download-artifact v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/python-test-conda.yml
actions
- actions/checkout v3 composite
- actions/setup-python v3 composite
docs/source/requirements.txt
pypi
- furo *
- imageio *
- nbsphinx *
- nbsphinx-link *
- numpydoc *
- sphinx-automodapi *
- sphinx-gallery *
- sphinxcontrib-bibtex *
- sphinxcontrib-napoleon *
pyproject.toml
pypi
- GridPolator ==0.3.2
- astropy *
- h5py *
- jax *
- matplotlib *
- netCDF4 *
- numpy *
- pathlib *
- pypsg ==0.1.2
- pyyaml *
- requests *
- scipy *
- tinygp *
- tqdm *
- vspec-vsm ==0.3.3
environment.yml
pypi