stella.util
Class PointingModel.PseudoModel
java.lang.Object
stella.util.PointingModel.PseudoModel
- Enclosing class:
- PointingModel
public static class PointingModel.PseudoModel
- extends Object
We generate a test file for reconstructing the class. Provided is the
number of points and the file name.
|
Field Summary |
private static double[] |
CALT
|
private static double[] |
CAZ
The pseudo-parameters for the azimuth model, current robotel. |
|
Method Summary |
static void |
main(String[] arg)
First command line argument specifies the file name, second one is
the number of simulated point. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAZ
private static final double[] CAZ
- The pseudo-parameters for the azimuth model, current robotel.
CALT
private static final double[] CALT
PointingModel.PseudoModel
public PointingModel.PseudoModel()
main
public static void main(String[] arg)
throws IOException
- First command line argument specifies the file name, second one is
the number of simulated point. The third one is a multiplyer to
stretch/shrink the white noise applied. The azimuth and zenith
distance are randomly generated, and we calculate offsets using
pre-defined constants. Each offset is then blurred with a gaussian.
- Throws:
IOException