27.01.2015 Views

CCfits - HEASARC - NASA

CCfits - HEASARC - NASA

CCfits - HEASARC - NASA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

12 Reading an Image 26<br />

// read a particular HDU within the file. This call reads just the<br />

header<br />

// information from SPECTRUM<br />

std::auto_ptr pInfile(new FITS("file1.pha",Read,SPECTRUM));<br />

// define a reference for clarity. (std::auto_ptr::get returns a<br />

pointer<br />

ExtHDU& table = pInfile->extension(SPECTRUM);<br />

// read all the keywords, excluding those associated with columns.<br />

table.readAllKeys();<br />

// print the result.<br />

std::cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!