Open a FITS file whose primary array represents a spectrum table (flux vs wavelength) and dump its columns
{
printf(
" - Column %d: %s\n", i,
hdu.GetColumnName(i).Data());
}
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
FITS file interface class.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
The table has 8 columns:
- Column 0: objId
- Column 1: ra
- Column 2: dec
- Column 3: mag
- Column 4: reddening
- Column 5: objType
- Column 6: mu_ra
- Column 7: mu_dec
- Author
- Claudi Martinez
Definition in file FITS_tutorial6.C.