Package gaia.cu9.tools.parallax.PDF
Class LosExpDecrVolumeDensityDEM
- java.lang.Object
-
- gaia.cu9.tools.parallax.PDF.DistanceEstimationMethod
-
- gaia.cu9.tools.parallax.PDF.ExpDecrVolumeDensityDEM
-
- gaia.cu9.tools.parallax.PDF.LosExpDecrVolumeDensityDEM
-
public class LosExpDecrVolumeDensityDEM extends ExpDecrVolumeDensityDEM
-
-
Field Summary
Fields Modifier and Type Field Description protected static double[][]
scaleMatrix
-
Constructor Summary
Constructors Constructor Description LosExpDecrVolumeDensityDEM(StarVariables star)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static double
getScale(double b, double l)
protected static double
getScale(StarVariables star)
protected static void
loadScaleMatrix(java.lang.String filename)
-
Methods inherited from class gaia.cu9.tools.parallax.PDF.ExpDecrVolumeDensityDEM
createDistancePdf, createModulusPdf
-
Methods inherited from class gaia.cu9.tools.parallax.PDF.DistanceEstimationMethod
getDistanceModulusPDF, getDistancePDF, initPdfs
-
-
-
-
Constructor Detail
-
LosExpDecrVolumeDensityDEM
public LosExpDecrVolumeDensityDEM(StarVariables star)
-
-
Method Detail
-
loadScaleMatrix
protected static void loadScaleMatrix(java.lang.String filename)
-
getScale
protected static double getScale(StarVariables star)
-
getScale
protected static double getScale(double b, double l)
-
-