mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-04-05 11:35:46 +00:00
units
This commit is contained in:
parent
9e9749957a
commit
dc65522e78
@ -14,7 +14,8 @@ 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"
|
||||||
|
echo $photon_energy_in_eV $everything_else`
|
||||||
done < $continuum_file_orig
|
done < $continuum_file_orig
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user