Skip to content

Commit

Permalink
Update readhillierdata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 22, 2024
1 parent a969309 commit 87bf0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisatomic/readhillierdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def read_phixs_tables(atomic_number, ion_stage, energy_levels, args, flog):
photoionization_targetconfig_fractions[levelid] = phixs_targetconfigfractions_of_levelname[levelname_b]

# photoionization_thresholds_ev[levelid] = energy_level.thresholdenergyev
photoionization_thresholds_ev[levelid] = hc_in_ev_angstrom / float(energy_level.lambdaangstrom)
photoionization_thresholds_ev[levelid] = float(energy_level.thresholdenergyev)

return photoionization_crosssections, photoionization_targetconfig_fractions, photoionization_thresholds_ev

Expand Down

0 comments on commit 87bf0de

Please sign in to comment.