mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 01:45:08 +00:00
units
This commit is contained in:
parent
9e9749957a
commit
dc65522e78
@ -14,8 +14,9 @@ continuum_file_new=hnuineV.$continuum_file_orig
|
||||
|
||||
while read photon_energy_in_ryd everything_else; do
|
||||
# 1 Ryd = 13.60569253 eV
|
||||
photon_energy_in_eV=`bc <<< "$photon_energy_in_ryd * 13.60569253"`
|
||||
done <$continuum_file_orig
|
||||
photon_energy_in_eV=`bc <<< "$photon_energy_in_ryd * 13.60569253"
|
||||
echo $photon_energy_in_eV $everything_else`
|
||||
done < $continuum_file_orig
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user