OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
This class encapsulates the FITS image. More...
#include <iostream>
#include <string>
#include <string.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "fitsio.h"
#include "operaError.h"
#include "libraries/operaImage.h"
#include "libraries/operaFITSImage.h"
#include "libraries/operaFITSSubImage.h"
#include "libraries/operaException.h"
Namespaces | |
namespace | operaFITSIMage |
Functions | |
string | trimFITSKeyword (const char *in) |
This class encapsulates the FITS image. | |
ImageIndexVector | where (operaFITSImage *b, unsigned *count) |
where function - return an index vector of count size of all image values at index that satisfy condition. | |
ImageIndexVector | where (operaFITSImage &b, unsigned *count) |
ImageIndexVector | where (operaFITSImage *b) |
ImageIndexVector | where (operaFITSImage &b) |
unsigned | veclen (ImageIndexVector v) |
since ImageIndexVectors are null-terminated, we emulate strlen. |
This class encapsulates the FITS image.
unsigned veclen | ( | ImageIndexVector | v | ) |
since ImageIndexVectors are null-terminated, we emulate strlen.
veclen
v | - ImageIndexVector* |
ImageIndexVector where | ( | operaFITSImage * | b, |
unsigned * | count | ||
) |
where function - return an index vector of count size of all image values at index that satisfy condition.
where function - return a vector of the same size .
where
b | - operaFITSImage* |
count | - count of 1's |
ImageIndexVector where | ( | operaFITSImage & | b, |
unsigned * | count | ||
) |
ImageIndexVector where | ( | operaFITSImage * | b | ) |
ImageIndexVector where | ( | operaFITSImage & | b | ) |