surfsview: Show VELOCIraptor groups in SURFS N-body simulation

Description Usage Arguments Author(s) See Also

View source: R/surfsview.R

Description

Dedicated function to visualise data in ICRAR's SURFS simulation suite, processed by the VELOCIraptor halo-finder. Requires the external tool surfsuite, available at https://github.com/obreschkow/surfsuite.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
surfsview(
  haloid = 1,
  subhalos = TRUE,
  snapshot = 199,
  at = NULL,
  parameterset = "L210_N1024-Hydro3D",
  species = NULL,
  fourprojections = FALSE,
  ...
)

Arguments

haloid

halo index in the VELOCIraptor output

subhalos

options specifying whether subhalos should be included (only works, if the specified VELOCIraptor output contains substructure)

snapshot

simulation snapshot index

at

optional snapshot index, specifying at what snapshot the particles of the halo extracted from snapshot "snapshot" should be displayed

parameterset

parameterset name; must be matched by a parameterset name in the parameterfile.txt in the path.surfsuite directory. This parameterset name specifies the actual N-body simulation, as well as the VELOCIRAPTOR output.

species

optional vector listing the species of particles to be shown

fourprojections

logical flag specifying whether the group is visualised in a single projedction (using sphview) or in four projections (sphview4).

...

additional arguments to passed to sphview or sphview4, respectively.

Author(s)

Danail Obreschkow

See Also

sphview and sphview4


obreschkow/simstar documentation built on Jan. 29, 2022, 2:16 p.m.