chromatic_fitting
chromatic_fitting tool to perform multi-wavelength spectrophotometry built on top of chromatic
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
Repository
chromatic_fitting tool to perform multi-wavelength spectrophotometry built on top of chromatic
Basic Info
Statistics
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 21
- Releases: 6
Metadata Files
README.md
chromatic_fitting

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
- Repositories: 11
- Profile: https://github.com/catrionamurray
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
Pull Request Labels
Dependencies
- 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 *
- actions/checkout v3 composite
- actions/setup-python v3 composite