Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.18 KB

shape_profs.rst

File metadata and controls

33 lines (23 loc) · 1.18 KB

Shape Profiling

Classes for Shape Profiling

The shape_profs_classes module defines the DensShapeProfs and DensShapeProfsGadget classes that provide shape profiling capabilities. They inherit from the DensShapeProfsBase class (not relevant for the user). In addition to shape profiling, they also provide an interface to density profiling, including ellipsoidal shell-based density profiling.

shape_profs.shape_profs_classes

Shape profile estimation algorithms

The shape_profs_algos module contains the enclosed ellipsoid-based and the ellipsoidal shell-based shape estimation iteration algorithms.

shape_profs.shape_profs_algos

Shape profiling tools

The shape_profs_tools module provides shape-related tools e.g. how to calculate the complex ellipticity for a particle cloud given a line-of-sight.

shape_profs.shape_profs_tools