You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The output will be multi-dimensional arrays, which may be useful for parameter s
15
15
## Features
16
16
17
17
-**Grid calculation:** ndRADEX has a simple `run()` function, where all parameters of RADEX can be griddable (i.e., they can be list-like with length of more than one).
18
-
-**Builtin RADEX:** ndRADEX provides builtin RADEX binaries in the package, which are automatically built during the package installation. You don't need any additional setups.
18
+
-**Builtin RADEX:** ndRADEX provides builtin RADEX binaries in the package, which are automatically downloaded and built during the package installation. You don't need any additional setups.
19
19
-**Multiprocessing:** ndRADEX supports multiprocessing RADEX run by default. At least twice speedup is expected compared to single processing.
20
20
-**Handy I/O:** The output of ndRADEX is a [xarray]'s Dataset, a standard multi-dimensional data structure as well as [pandas]. You can handle it in the same manner as NumPy and pandas (i.e., element-wise operation, save/load data, plotting, etc).
21
21
@@ -52,9 +52,9 @@ For example, to get RADEX results of CO(1-0) with kinetic temperature of 100 K,
52
52
```
53
53
54
54
where `'co'` is a name of [LAMDA] datafile without extension (.dat), and `'1-0'` is a name of transition.
55
-
All available values are listed in [List of available LAMDA datafiles and transitions](https://github.com/astropenguin/ndradex/wiki/List-of-available-LAMDA-datafiles-and-transitions).
55
+
The available values are listed in [List of available LAMDA datafiles and transitions](https://github.com/astropenguin/ndradex/wiki/List-of-available-LAMDA-datafiles-and-transitions).
56
56
Note that you don't need to any download datafiles:
57
-
ndRADEX automatically does this.
57
+
ndRADEX automatically manage this.
58
58
59
59
In this case, other parameters like line width, background temperature are default values defined in the function.
60
60
The geometry of escape probability is uniform (`'uni'`) by default.
@@ -106,7 +106,7 @@ As a natural extension, you can run grid RADEX calculation like:
0 commit comments