isnum
Return code telling whether the input string is numerical
isnum
returns an integer code depending on how it identifies the argument:
0
string is not a FITS file
1
String is a FITS file
Command Line Arguments
pathname
File name or path name
Examples
$ isfits test.fits 1 $ isfits isfits.html 0
Last updated 19 November 2015 by
Jessica Mink