-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify ASCII parser to use min/max header data.
+ Make changes to parser name and comments to remove references. + Remove power-law opacity generation script. Note: the new metadata is redundant with the rho-T column data, so either might be removed.
- Loading branch information
1 parent
bc206ec
commit 468e04c
Showing
3 changed files
with
41 additions
and
74 deletions.
There are no files selected for viewing
56 changes: 0 additions & 56 deletions
56
singularity-opac/photons/example_ascii/create_mean_opac_ascii.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
rho 4 T 4 | ||
NRho 4 NT 4 | ||
rho_min 1.00000000e-14 rho_max 7.94328235e-01 | ||
T_min 1.00000000e+00 T_max 7.94328235e+06 | ||
1.00000000e-14 1.00000000e+00 1.00000000e-03 1.00000000e-01 | ||
1.00000000e-14 1.99526231e+02 1.00000000e-03 1.00000000e-01 | ||
1.00000000e-14 1.99526232e+02 1.00000000e-03 1.00000000e-01 | ||
1.00000000e-14 3.98107171e+04 1.00000000e-03 1.00000000e-01 | ||
1.00000000e-14 7.94328235e+06 1.00000000e-03 1.00000000e-01 | ||
4.29866235e-10 1.00000000e+00 1.00000000e-03 1.00000000e-01 | ||
4.29866235e-10 1.99526231e+02 1.00000000e-03 1.00000000e-01 | ||
4.29866235e-10 1.99526232e+02 1.00000000e-03 1.00000000e-01 | ||
4.29866235e-10 3.98107171e+04 1.00000000e-03 1.00000000e-01 | ||
4.29866235e-10 7.94328235e+06 1.00000000e-03 1.00000000e-01 | ||
1.84784980e-05 1.00000000e+00 1.00000000e-03 1.00000000e-01 | ||
1.84784980e-05 1.99526231e+02 1.00000000e-03 1.00000000e-01 | ||
1.84784980e-05 1.99526232e+02 1.00000000e-03 1.00000000e-01 | ||
1.84784980e-05 3.98107171e+04 1.00000000e-03 1.00000000e-01 | ||
1.84784980e-05 7.94328235e+06 1.00000000e-03 1.00000000e-01 | ||
7.94328235e-01 1.00000000e+00 1.00000000e-03 1.00000000e-01 | ||
7.94328235e-01 1.99526231e+02 1.00000000e-03 1.00000000e-01 | ||
7.94328235e-01 1.99526232e+02 1.00000000e-03 1.00000000e-01 | ||
7.94328235e-01 3.98107171e+04 1.00000000e-03 1.00000000e-01 | ||
7.94328235e-01 7.94328235e+06 1.00000000e-03 1.00000000e-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters