stella.util
Class PointingModel.PseudoModel

java.lang.Object
  extended by 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.
 
Constructor Summary
PointingModel.PseudoModel()
           
 
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
 

Field Detail

CAZ

private static final double[] CAZ
The pseudo-parameters for the azimuth model, current robotel.


CALT

private static final double[] CALT
Constructor Detail

PointingModel.PseudoModel

public PointingModel.PseudoModel()
Method Detail

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