txt
Parsers of text output files.
tseries
Read temporal series text file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
timefile
|
Path
|
path of the time.dat file. |
required |
Returns:
| Type | Description |
|---|---|
DataFrame | None
|
A |
rprof
Extract radial profiles data.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
rproffile
|
Path
|
path of the rprof.dat file. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
profs |
dict[int, DataFrame]
|
a dict mapping istep to radial profiles. |
times |
DataFrame | None
|
the time indexed by time steps. |
refstate
Extract reference state profiles.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
reffile
|
Path
|
path of the refstate file. |
required |
ncols
|
int
|
number of columns. |
8
|
Returns:
| Name | Type | Description |
|---|---|---|
syst |
tuple[list[list[DataFrame]], list[DataFrame]] | None
|
list of list of |
adia |
tuple[list[list[DataFrame]], list[DataFrame]] | None
|
list of |