Skip to content

Commit

Permalink
typo fix. Closes Demo Typo #94
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Nov 14, 2024
1 parent ec1d320 commit 86d056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Spectrum arrays or ASCII/FITS files can also be added to the SED data.
from pkg_resources import resource_filename
spec_file = resource_filename('sedkit', 'data/Trappist-1_NIR.fits')
import astropy.units as u
trap1.add_spectrum_file(spec_file, wave_units=u.um, flux_units=u.erg/u.s/q.cm**2/u.AA)
trap1.add_spectrum_file(spec_file, wave_units=u.um, flux_units=u.erg/u.s/u.cm**2/u.AA)
```

Other data which may affect the calculated and inferred fundamantal parameters can be set at any time.
Expand Down

0 comments on commit 86d056a

Please sign in to comment.