Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Corcho-Caballero committed Oct 1, 2024
1 parent 771d526 commit 42b9e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssp_installation/popstar/convert_popstar_to_fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
sed_table = Table()
for j, age in enumerate(logage):
file = os.path.join(
path, IMF, 'SED',
path, imf, 'SED',
'spneb_{0}_0.15_100_z{1:04.0f}_t{2:.2f}'.format(imf, Z*1e4, age))
star, total = np.loadtxt(
file, dtype=float, skiprows=0, usecols=(1, 3),
Expand Down

0 comments on commit 42b9e4b

Please sign in to comment.