org.ChinaVO.FITSManager.Util
Class FITSUtil

java.lang.Object
  extended by org.ChinaVO.FITSManager.Util.FITSUtil

public class FITSUtil
extends java.lang.Object

some utilitiy functions for FITS file.

Version:
v1.0.0 2010-3-13 11:06:20
Author:
Fany

Constructor Summary
FITSUtil()
           
 
Method Summary
static boolean isFITSFile(java.io.File file)
          judge that the file's suffix is ".fit" or ".fits" then return true, else return false
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FITSUtil

public FITSUtil()
Method Detail

isFITSFile

public static boolean isFITSFile(java.io.File file)
judge that the file's suffix is ".fit" or ".fits" then return true, else return false

Parameters:
file - a File instance.
Returns:
if the file's suffix is ".fit" or ".fits" then return true, else return false