1
0
mirror of https://asciireactor.com/otho/cloudy-agn.git synced 2025-04-09 01:45:45 +00:00
This commit is contained in:
caes 2017-06-25 14:48:17 -04:00
parent 9e9749957a
commit dc65522e78
2 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,9 @@ continuum_file_new=hnuineV.$continuum_file_orig
while read photon_energy_in_ryd everything_else; do while read photon_energy_in_ryd everything_else; do
# 1 Ryd = 13.60569253 eV # 1 Ryd = 13.60569253 eV
photon_energy_in_eV=`bc <<< "$photon_energy_in_ryd * 13.60569253"` photon_energy_in_eV=`bc <<< "$photon_energy_in_ryd * 13.60569253"
done <$continuum_file_orig echo $photon_energy_in_eV $everything_else`
done < $continuum_file_orig