Skip to content

Commit

Permalink
rename inoue14 module to igm
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Aug 7, 2024
1 parent 3aafb3b commit 3d686a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ API
.. automodule:: fastspecfit.html
:members:

.. automodule:: fastspecfit.inoue14
.. automodule:: fastspecfit.igm
:members:

.. automodule:: fastspecfit.io
Expand Down
5 changes: 3 additions & 2 deletions py/fastspecfit/inoue14.py → py/fastspecfit/igm.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!/usr/bin/env python
"""
fastspecfit.inoue14
===================
fastspecfit.igm
===============
Tools for handling intergalactic medium (IGM) attenuation.
"""
import numpy as np
from numba import jit


class Inoue14(object):
r"""
IGM absorption from Inoue et al. (2014)
Expand Down
2 changes: 1 addition & 1 deletion py/fastspecfit/singlecopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
from fastspecfit.cosmo import TabulatedDESI
from fastspecfit.inoue14 import Inoue14
from fastspecfit.igm import Inoue14
from fastspecfit.photometry import Photometry
from fastspecfit.linetable import LineTable
from fastspecfit.templates import Templates
Expand Down

0 comments on commit 3d686a2

Please sign in to comment.