chromatic_fitting

chromatic_fitting tool to perform multi-wavelength spectrophotometry built on top of chromatic

https://github.com/catrionamurray/chromatic_fitting

Science Score: 26.0%

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

  • 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.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

chromatic_fitting tool to perform multi-wavelength spectrophotometry built on top of chromatic

Basic Info
  • Host: GitHub
  • Owner: catrionamurray
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 300 MB
Statistics
  • Stars: 10
  • Watchers: 3
  • Forks: 1
  • Open Issues: 21
  • Releases: 6
Created about 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Code of conduct Citation

README.md

Testing GitHub release License

chromatic_fitting

models_horiz

This chromatic_fitting package is being designed as a companion to chromatic. chromatic_fitting can perform efficient model fits to spectroscopic light-curve data and produce transmission (or emission) spectra. This package can combine any number of transit, eclipse, polynomial (in time, in x or y position, etc.), Gaussian Process, or user-defined models and fit for all parameters at once. Therefore, in just one fit we can account for the spectral signatures imprinted by planets, stellar activity and instrumental systematics. chromatic_fitting also has the flexibility to carry out a 'white light’ fit and perform multi-wavelength fitting (either simultaneously or separately), so we can fully exploit the wide wavelength coverage of different facilities.

This tool was developed alongside the JWST ERS program and successfully applied to the first results from several JWST instruments. However, we see the chromatic and chromatic_fitting tools as highly applicable to any transit or eclipse observations (including photometric).

Documentation

Full documentation and tutorials are available here!

Installation

To install this code (at its last stable release version) run:

pip install git+https://github.com/catrionamurray/chromatic_fitting.git@v0.10.0

which should install the chromatic_fitting package as well as any necessary dependencies. If you want to install the newest (in development) version then run:

pip install git+https://github.com/catrionamurray/chromatic_fitting

If you already have chromatic_fitting already installed but need a newer version then run:

pip install --upgrade git+https://github.com/catrionamurray/chromatic_fitting

Owner

  • Name: Catriona Murray
  • Login: catrionamurray
  • Kind: user

GitHub Events

Total
  • Release event: 1
  • Push event: 7
  • Create event: 2
Last Year
  • Release event: 1
  • Push event: 7
  • Create event: 2

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 30
  • Total pull requests: 14
  • Average time to close issues: 3 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 5
  • Total pull request authors: 3
  • Average comments per issue: 1.33
  • Average comments per pull request: 2.86
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 9
  • Pull requests: 4
  • Average time to close issues: 21 days
  • Average time to close pull requests: 3 months
  • Issue authors: 4
  • Pull request authors: 2
  • Average comments per issue: 1.33
  • Average comments per pull request: 0.5
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • catrionamurray (19)
  • zkbt (6)
  • Pat-Wachiraphan (4)
  • afeinstein20 (1)
  • will-waalkes (1)
Pull Request Authors
  • catrionamurray (10)
  • Pat-Wachiraphan (4)
  • zkbt (3)
Top Labels
Issue Labels
enhancement (18) bug (2) question (2) duplicate (1)
Pull Request Labels

Dependencies

setup.py pypi
  • astropy >=4.0
  • chromatic-lightcurves >=0.2.2
  • corner *
  • exoplanet >=0.5.0
  • matplotlib >=3.5
  • numpy *
  • pandas *
  • pymc >=3.11.1
  • pymc3_ext *
  • scipy *
  • tqdm *
.github/workflows/python-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite