Skip to content

Commit

Permalink
It seems I already have them fixed here!
Browse files Browse the repository at this point in the history
  • Loading branch information
SherelynA committed Oct 31, 2024
1 parent 5550483 commit 08c8adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sedkit/sed.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ def _calibrate_photometry(self, name='photometry'):
# Calculate abs_flux values
for n, row in enumerate(table):
abs_flux, abs_flux_unc = u.mag2flux(row['bandpass'], row['abs_magnitude'], sig_m=row['abs_magnitude_unc'], units=self.flux_units)

table['abs_flux'][n] = abs_flux
table['abs_flux_unc'][n] = abs_flux_unc

Expand Down

0 comments on commit 08c8adf

Please sign in to comment.