This HTML automatically generated with rman for NEMO
Table of Contents

Name

reb2s - convert REBOUND SimulationArchive to NEMO snapshot

Synopsis

reb2s [parameter=value]

Description

reb2s converts a REBOUND SimulationArchive (RSA) to a NEMO snapshot(5NEMO) . It currently converts all snapshots from the RSA, and only converts mass, position and velocity are converted, the accellerations are still ignored.

Using verbose=t a number of additional (integration) variables present in an RSA are shown.

Parameters

The following parameters are recognized in order; they may be given in any order if the keyword is also given. Use --help to confirm this man page is up to date.
in=
input SimulationArchive. No default.
out=
optional output snapshot; If not specified, the input RSA is just scanned, and snapshot times are reported. Default: only scan.
verbose=t|f
If verbose is set, additional information for each snapshot in the RSA is given (time, energy, angular momentum, center of mass, etc.). [Default: f]

Caveat

Since verbose output is on standard out, the following pipe will fail in unpredictable ways reb2s p100.reb - verbose=t | tsf -
since now NEMO’s snapshot as well as the verbose output are in the pipe.

See Also

s2reb(1NEMO) , reb_viewer(1NEMO) , reb_integrate(1NEMO) , snapshot(5NEMO) , rebound(8NEMO)
https://rebound.readthedocs.io

Files

NEMO/usr/hannorein/nemo/reb2s.c - source code

Author

Peter Teuben

History


16-jan-2024    Created        PJT
18-jan-2024    0.6 added a verbose option    PJT


Table of Contents