Open a FITS file and retrieve the first plane of the image array as a TImage object.
{
auto c =
new TCanvas(
"c1",
"FITS tutorial #1", 800, 700);
for (
auto i :
ROOT::TSeqI(1, 6)) {
}
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
FITS file interface class.
An abstract interface to image processing library.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
- Author
- Claudi Martinez
Definition in file FITS_tutorial3.C.