This HTML automatically generated with rman for NEMO
Table of Contents

Name

snapspecks - tabulate a snapshot in specks format

Synopsis

snapspecks [parameter=value]

Description

snapspecks tabulate a snapshot in specks format, one of the formats that partiview understands.

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 file (snapshot) [???]
options=
Output variables [x,y,z,m]
format=
Format for output [%g]
times=
Times to select snapshot [all]

Examples

Creating a 10 particle Plummer sphere snapshot

    mkplummer - 100 | snapspecks -  > plum100.speck
    
it can be viewed via the following partiview script (usually called a .cf file)
#! /usr/bin/env partiview
#filepath +:../hipcat
filepath +:.
read plum100.speck
eval labels off
#eval cmap colorbv.cmap
eval lum lum 0 1
eval polylumvar point-size .1 area
texturevar 4
eval psize 5000
eval slum 5
eval every 1
and from the partiview install, this might work:
    cd $NEMO/local/partiview/data
    ./hipbright
or
    partiview hipbright
    

Install

With some preconditions the command
    mknemo partview

should provide a clean install and place the partiview command in $NEMOBIN

See Also

glnemo2(1NEMO)
https://www.amnh.org/research/hayden-planetarium/digital-universe/download

Files


src/scripts/mknemo.d/partiview        install (example) script
*.cf    "control file", this should be argument to partiview
*.speck    partiview data file, usually referenced in the cf file

Author

Peter Teuben

Update History


21-May-01    page created    PJT
10-dec-2022    modernized for the new version    PJT


Table of Contents