24 TFITSHDU hdu(dir +
"/fitsio/sample2.fits");
31 std::unique_ptr<TVectorD> Y(hdu.GetArrayRow(0));
32 std::unique_ptr<TVectorD> X(hdu.GetArrayRow(1));
36 auto c =
new TCanvas(
"c1",
"FITS tutorial #2", 800, 800);
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
FITS file interface class.
A Graph is a graphics object made of two arrays X and Y with npoints each.
virtual TObject * DrawClone(Option_t *option="") const
Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad...