|
OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
#include <fitsio.h>#include <string>#include <libraries/operaEspadonsImage.h>#include "libraries/operaImage.h"#include "libraries/operaParameterAccess.h"#include "libraries/operaConfigurationAccess.h"

Go to the source code of this file.
Data Structures | |
| class | operaFITSSubImage |
| Basic operaFITSSubImage constructor. SUBIMAGES ARE FLOATS ONLY!!!!!! More... | |
Functions | |
| unsigned * | where (operaFITSSubImage *b, unsigned *count) |
| where function - return a vector of the same size . | |
| unsigned * | where (operaFITSSubImage &b, unsigned *count) |
| unsigned * | where (operaFITSSubImage *b) |
| unsigned * | where (operaFITSSubImage &b) |
| unsigned* where | ( | operaFITSSubImage & | b, |
| unsigned * | count | ||
| ) |

| unsigned* where | ( | operaFITSSubImage * | b | ) |

| unsigned* where | ( | operaFITSSubImage & | b | ) |
