Skip to content

Commit

Permalink
Add new ExoEU FITS files and update rmrelation mapping
Browse files Browse the repository at this point in the history
Integrated four new ExoEU FITS files into the project repository. Updated the `rmrelation.py` mapping dictionary to include references to these new files.
  • Loading branch information
hpparvi committed Sep 1, 2024
1 parent 9050f56 commit ec6bfef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Binary file added spright/data/exoeu_fgk_a21.fits
Binary file not shown.
Binary file added spright/data/exoeu_fgk_z19.fits
Binary file not shown.
Binary file added spright/data/exoeu_m_a21.fits
Binary file not shown.
Binary file added spright/data/exoeu_m_z19.fits
Binary file not shown.
6 changes: 5 additions & 1 deletion spright/rmrelation.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ class RMRelation:
'tepcat_m_a21': 'tepcat_m_a21.fits',
'tepcat_fgk': 'tepcat_fgk_z19.fits',
'tepcat_fgk_z19': 'tepcat_fgk_z19.fits',
'tepcat_fgk_a21': 'tepcat_fgk_a21.fits'}
'tepcat_fgk_a21': 'tepcat_fgk_a21.fits',
'exoeu_m_z19': 'exoeu_m_z19.fits',
'exoeu_m_a21': 'exoeu_m_a21.fits',
'exoeu_fgk_z19': 'exoeu_fgk_z19.fits',
'exoeu_fgk_a21': 'exoeu_fgk_a21.fits'}

def __init__(self, fname: Optional[Union[str, Path]] = None):
"""
Expand Down

0 comments on commit ec6bfef

Please sign in to comment.