stella.util
Class PointingModel.PilarConverter

java.lang.Object
  extended by stella.util.PointingModel.PilarConverter
Enclosing class:
PointingModel

public static class PointingModel.PilarConverter
extends Object

A helper class that converts the TCS-pointings into something readable.


Constructor Summary
PointingModel.PilarConverter()
           
 
Method Summary
static void main(String[] arg)
          First command line is the file saved by pilar, second, if given is the converted file, otherwise we pipe to stdout.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointingModel.PilarConverter

public PointingModel.PilarConverter()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
First command line is the file saved by pilar, second, if given is the converted file, otherwise we pipe to stdout.

Throws:
IOException