public class ISCodes
extends java.lang.Object
Constructor and Description |
---|
ISCodes() |
Modifier and Type | Method and Description |
---|---|
static int |
getNoPointSets()
Returns the number of available point sets.
|
static int |
getNoPointSetsForMaxEnt()
Returns the number of available point sets for
MEFitterTest . |
static SphericalPointSet |
getPointSet(int i)
Returns the i-th point set.
|
static SphericalPointSet |
getPointSetForMaxEnt(int i)
Returns the i-th point set in a smaller set of pointsets chosen for doing
integration in
MEFitterTest . |
public static SphericalPointSet getPointSet(int i) throws ISCodesException
ISCodesException
public static SphericalPointSet getPointSetForMaxEnt(int i) throws ISCodesException
MEFitterTest
.ISCodesException
public static int getNoPointSets()
public static int getNoPointSetsForMaxEnt()
MEFitterTest
.