stella.util
Class PointingModel.Wifsip

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

public static class PointingModel.Wifsip
extends Object

Utilitiy class to read in pointing data obtained on Robotel with the Wifsip instrument. The name on the command line gives the sextractor produced catalog file, if extended with .cat and the image data fits file, if extended with .fits. The catalog consists of a single line, which is the star in question. It starts with a date in the format 'Apr 27 02:10:25 UTC 2009', i.e. 'MMM dd HH:mm:ss zzz yyyy', followed by the sextractor number and the ccd x and y coordinates in the full frame.
The fits file contains keys of the name OBJRA OBJDEC that hold the right ascension or declination of the target, but see table below:

 20090421-0000A: 52.2672228 59.94033
 
The std-out data is in a format compatible with PointingModel.FileData.


Field Summary
private static double AOFF
           
private static double ROTATION
           
private static double SCALE
           
private static double XCENTER
           
private static double YCENTER
           
private static double ZOFF
           
 
Constructor Summary
PointingModel.Wifsip()
           
 
Method Summary
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XCENTER

private static final double XCENTER
See Also:
Constant Field Values

YCENTER

private static final double YCENTER
See Also:
Constant Field Values

ROTATION

private static final double ROTATION
See Also:
Constant Field Values

SCALE

private static final double SCALE
See Also:
Constant Field Values

AOFF

private static final double AOFF
See Also:
Constant Field Values

ZOFF

private static final double ZOFF
See Also:
Constant Field Values
Constructor Detail

PointingModel.Wifsip

public PointingModel.Wifsip()
Method Detail

main

public static final void main(String[] arg)
                       throws ParseException,
                              IOException,
                              nom.tam.fits.FitsException
Throws:
ParseException
IOException
nom.tam.fits.FitsException