13 printf(
"\n\n--------------------------------\n");
14 printf(
"WELCOME TO FITS tutorial #7 !!!!\n");
15 printf(
"--------------------------------\n");
16 printf(
"We are going to open a table from a FITS file\n");
17 printf(
"and print out three columns for some of the objects.\n");
18 printf(
"This table contains a logical data type so this tutorial tests\n");
19 printf(
"that we can read it correctly\n\n");
26 printf(
"ERROR: could not access the HDU\n");
52 printf(
"RA %f DEC %f G-FLUX %f\n", ra, dec, gflux);
virtual const char * DirName(const char *pathname)
Return the directory name in pathname.
FITS file interface class.
R__EXTERN TSystem * gSystem
TVectorD * GetTabRealVectorColumn(Int_t colnum)
Get a real number-typed column from a table HDU given its column index (>=0).