mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 17:28:02 +00:00
Update doc
This commit is contained in:
parent
e89edf0af4
commit
07bb03b15d
1 changed files with 3 additions and 4 deletions
|
@ -180,10 +180,9 @@ def field2rsp(field, parts, box, nbatch=30, flip_partsxz=True, init_value=0.,
|
|||
----------
|
||||
field : 3-dimensional array of shape `(grid, grid, grid)`
|
||||
Real space field to be evolved to redshift space.
|
||||
parts_pos : 2-dimensional array of shape `(n_parts, 3)`
|
||||
Particle positions in real space.
|
||||
parts_vel : 2-dimensional array of shape `(n_parts, 3)`
|
||||
Particle velocities in real space.
|
||||
parts : 2-dimensional array of shape `(n_parts, 6)`
|
||||
Particle positions and velocities in real space. Must be organised as
|
||||
`x, y, z, vx, vy, vz`.
|
||||
box : :py:class:`csiborgtools.read.CSiBORGBox`
|
||||
The simulation box information and transformations.
|
||||
nbatch : int, optional
|
||||
|
|
Loading…
Reference in a new issue