py4sci

Table Of Contents

Previous topic

isotropic.py

Next topic

compare.py

This Page

image2chk.py

Converts an image to trap data.

usage: image2chk.py [-h] [--stub stub] [--template str] [str]

Positional arguments:
ifile input file
Options:
--stub=sim output file stub
--template=template.inp
 template input file

Module author: Adam Gagorik <adam.gagorik@gmail.com>

chk2csv.py

Create csv files using data in checkpoint file.

usage: chk2csv.py [-h] [--stub STUB] [--positions] input

Positional arguments:
input input file name
Options:
--stub= output file name stub
--positions=False
 use true positions

Module author: Adam Gagorik <adam.gagorik@gmail.com>

chk2vtk.py

Create vtk files for visualization using data in checkpoint file. Use a program such as paraview or mayavi to create contour isosurfaces of the vtu files, and glyphs of the vti files.

usage: chk2vtk.py [-h] [--stub STUB] input

Positional arguments:
input input file name
Options:
--stub= output file name stub

Module author: Adam Gagorik <adam.gagorik@gmail.com>