source: branches/NewStructure/src/Utils/fitsio_helpers.hh @ 1441

Last change on this file since 1441 was 1403, checked in by MatthewWhiting, 10 years ago

Adding fitsio helper functions

File size: 293 bytes
Line 
1#ifndef DUCHAMP_FITSIO_HELPERS_H_
2#define DUCHAMP_FITSIO_HELPERS_H_
3
4#include <iostream>
5#include <duchamp/duchamp.hh>
6#include <cfitsio.h>
7#include <string>
8#include <vector>
9
10namespace duchamp
11{
12
13    OUTCOME checkImageExists();
14
15    std::vector<size_t> getImageDim(std::string filename);
16
17}
Note: See TracBrowser for help on using the repository browser.