-
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.
Remove redundant rho-T columns from parsed ASCII format.
+ Remove rho-T parsing from MeanOpacity loadASCII function. + Update test ASCII data file example_ascii/kap_plaw.txt. Note: non-uniform rho-T data points can be interpolated onto a log-log grid, e.g., with example_ascii/preproc_ascii_opac.py.
- Loading branch information
1 parent
468e04c
commit 9762081
Showing
3 changed files
with
17 additions
and
32 deletions.
There are no files selected for viewing
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,19 +1,19 @@ | ||
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.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.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.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.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 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
1.00000000e-03 1.00000000e-01 | ||
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
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