|
|
W-SLDA Toolkit provide various tools that may support computation and data analysis process.
|
|
|
In order to create them enter [tools](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/tree/public/tools) folder and edit (if necessary) header of [Makefile](https://gitlab.fizyka.pw.edu.pl/gabrielw/wslda/-/blob/public/tools/Makefile). Next execute
|
|
|
In order to create them enter [tools](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/tree/public/tools) folder and edit (if necessary) header of [Makefile](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/blob/public/tools/Makefile). Next execute
|
|
|
```bash
|
|
|
make
|
|
|
```
|
... | ... | @@ -19,7 +19,7 @@ Usage: ./wdata-cut file.wtxt outprefix start stop |
|
|
```
|
|
|
For example to extract the first cycle only:
|
|
|
```bash
|
|
|
[gabrielw@dell tools]$ ./wdata-cut ../lib-wdata/test.wtxt ./sample 0 1
|
|
|
[wtools@dell tools]$ ./wdata-cut ../lib-wdata/test.wtxt ./sample 0 1
|
|
|
WDATA SUBSET EXTRACTOR
|
|
|
WORKING DIR: `../lib-wdata` --> `.`
|
|
|
SUBTRUCTION RANGE: [0,1)
|
... | ... | @@ -43,15 +43,15 @@ Usage: wdata-sample file.wtxt outprefix stride |
|
|
|
|
|
Syntax:
|
|
|
```bash
|
|
|
[gabrielw@dell tools]$ ./dpca2wdata
|
|
|
[wtools@dell tools]$ ./dpca2wdata
|
|
|
Usage: ./dpca2wdata prefix
|
|
|
prefix - prefix of dpca files
|
|
|
```
|
|
|
Example of usage:
|
|
|
```bash
|
|
|
[gabrielw@node2066 CALC-UFG]$ ls ufg1V0.6*.dpca
|
|
|
[wtools@node2066 CALC-UFG]$ ls ufg1V0.6*.dpca
|
|
|
ufg1V0.6_current_a.dpca ufg1V0.6_current_b.dpca ufg1V0.6_delta.dpca ufg1V0.6_density_a.dpca ufg1V0.6_density_b.dpca
|
|
|
[gabrielw@node2066 CALC-UFG]$ dpca2wdata ufg1V0.6
|
|
|
[wtools@node2066 CALC-UFG]$ dpca2wdata ufg1V0.6
|
|
|
DPCA -> WDATA CONVERTER
|
|
|
WORKING DIR: `.`
|
|
|
READING HEADER OF `ufg1V0.6_density_a.dpca`
|
... | ... | |