astro.fits
Class FitsTools.WifsipTime

java.lang.Object
  extended by astro.fits.FitsTools.WifsipTime
Enclosing class:
FitsTools

public static class FitsTools.WifsipTime
extends Object

We read the comment to the simple keyword, extract the creation date out of it, parse it, subtract 34 seconds from it and write this as DATE-OBS to the header again. A crude approximation for wifsip during ccd server time-slips.


Field Summary
private static String DATEEST
           
private static String DATEESTREM
           
private static DateFormat JDATE
           
private static String JHEAD
           
private static double SECDELAY
           
 
Constructor Summary
FitsTools.WifsipTime()
           
 
Method Summary
static void main(String[] arg)
          Format is fits.file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JHEAD

private static final String JHEAD
See Also:
Constant Field Values

DATEEST

private static final String DATEEST
See Also:
Constant Field Values

DATEESTREM

private static final String DATEESTREM
See Also:
Constant Field Values

SECDELAY

private static final double SECDELAY
See Also:
Constant Field Values

JDATE

private static final DateFormat JDATE
Constructor Detail

FitsTools.WifsipTime

public FitsTools.WifsipTime()
Method Detail

main

public static void main(String[] arg)
                 throws IOException,
                        nom.tam.fits.FitsException
Format is fits.file

Throws:
IOException
nom.tam.fits.FitsException