Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbecerra/sator
Analysis tool for the Arepo code
https://github.com/fbecerra/sator
Last synced: 8 days ago
JSON representation
Analysis tool for the Arepo code
- Host: GitHub
- URL: https://github.com/fbecerra/sator
- Owner: fbecerra
- Created: 2017-09-05T15:57:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T22:20:12.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T00:25:20.701Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sator
Analysis tool for the Arepo code.Originally written by Thomas H. Greif and modified by Fernando Becerra.
### Running sator
Execute `./sator par.txt $function $base $SnapNumStart [$args]`
where `$function` can take the values:
0. Image
* $args = $SnapNumEnd $ImgWidht
1. PhaseSpace
* $args = $SnapNumEnd
2. Radial
* $args = $SnapNumEnd $RadMin
3. M_BE
* $args = $SnapNumEnd $MBEMin $ShiftX $ShiftY $ShiftZ
4. Halo
9. CutRegion
* $args = $CutBase $CutSize
### PlottingExecute `python python/$script $img_flag $base $SnapNumStart $SnapNumEnd`
where `$script` can be:
0. image.py
* $img_flag = 1
1. pspace.py
* $img_flag = 0
2. radial.py
* $img_flag = 0
3. mbe.py
* $img_flag = 0